微调
This commit is contained in:
@@ -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,
|
||||
},
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user