微调
This commit is contained in:
@@ -125,7 +125,7 @@
|
||||
prop: 'statMethod',
|
||||
label: '数据统计类型',
|
||||
width: 250,
|
||||
enum: dictStore.getDictData('Event_Type'),
|
||||
enum: dictStore.getDictData('stat_Method'),
|
||||
fieldNames: { label: 'name', value: 'code' },
|
||||
render: (scope) => {
|
||||
// 假设 statMethod 是一个数组,包含多个 'code' 值
|
||||
|
||||
Reference in New Issue
Block a user