微调
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<el-form-item label='数据统计类型' :label-width='140' prop='statMethod'>
|
||||
<el-select v-model="selectedStatMethods" multiple placeholder="请选择数据统计类型">
|
||||
<el-option
|
||||
v-for="item in dictStore.getDictData('Event_Type')"
|
||||
v-for="item in dictStore.getDictData('stat_Method')"
|
||||
:key="item.value"
|
||||
:label="item.name"
|
||||
:value="item.code"
|
||||
|
||||
@@ -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