用户管理

This commit is contained in:
sjl
2024-11-12 18:56:33 +08:00
parent 4b5498ad49
commit 44e7598b68
22 changed files with 808 additions and 548 deletions

View File

@@ -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"