This commit is contained in:
sjl
2024-11-11 11:09:20 +08:00
parent 50bebf451d
commit 3526432052
11 changed files with 351 additions and 64 deletions

View File

@@ -50,7 +50,7 @@
prop: 'dataType',
label: '数据模型',
width: 180,
enum: dictStore.getDictData('High_Cate'),
enum: dictStore.getDictData('Cs_Data_Type'),
search: { el: 'select', props: { filterable: true } },
fieldNames: { label: 'name', value: 'code' },
},
@@ -90,7 +90,7 @@
prop: 'phase',
label: '相别',
width: 180,
enum: dictStore.getDictData('High_Cate'),
enum: dictStore.getDictData('phase'),
fieldNames: { label: 'name', value: 'code' },
},
{
@@ -156,7 +156,7 @@
prop: 'classId',
label: '数据表表名',
width: 180,
enum: dictStore.getDictData('High_Cate'),
enum: dictStore.getDictData('Data'),
fieldNames: { label: 'name', value: 'code' },
},
@@ -164,7 +164,7 @@
prop: 'resourcesId',
label: '报表数据来源',
width: 180,
enum: dictStore.getDictData('Dev_Series'),
enum: dictStore.getDictData('Data_Day'),
fieldNames: { label: 'name', value: 'code' },
render: (scope) => {
const codes = scope.row.resourcesId;
@@ -175,7 +175,7 @@
prop: 'operation',
label: '操作',
fixed: 'right',
width: 330,
minWidth: 200,
},
])