first commit

This commit is contained in:
刘通
2024-10-30 15:10:27 +08:00
parent 35e92433e3
commit 9dde3cf3c2
114 changed files with 14584 additions and 1979 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div>
<cont title="常量指标" :getData="getDataFun"></cont>
<cont title="常量指标" :getData="getDataFun" :getSearch="getSearchForm"></cont>
</div>
@@ -110,6 +110,28 @@
})
}
},
getSearchForm: [
{
name:"字段名称",
key:"userName",
type:"1",
},
{
name:"字段中文名",
key:"userName1",
type:"1",
},
{
name:"创建时间",
key:"userName1",
type:"1",
},
{
name:"状态",
key:"userName1",
type:"1",
}
],
};
}
@@ -118,4 +140,8 @@
<style>
.button-container {
text-align: right; /* 使按钮右对齐 */
}
</style>