用户管理
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('stat_Method')"
|
||||
v-for="item in dictStore.getDictData('Stat_Method')"
|
||||
:key="item.value"
|
||||
:label="item.name"
|
||||
:value="item.code"
|
||||
|
||||
Reference in New Issue
Block a user