指标字典
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
<script setup lang='tsx' name='dict'>
|
||||
import {CirclePlus, Delete, EditPen, Download, View} from '@element-plus/icons-vue'
|
||||
import {Dict} from '@/api/system/dictionary/interface'
|
||||
import {type Dict} from '@/api/system/dictionary/interface'
|
||||
import {ProTableInstance, ColumnProps} from '@/components/ProTable/interface'
|
||||
import PqPopup from '@/views/system/dictionary/dictPq/components/pqPopup.vue'
|
||||
import {useDictStore} from '@/stores/modules/dict'
|
||||
@@ -50,9 +50,9 @@
|
||||
prop: 'dataType',
|
||||
label: '数据模型',
|
||||
width: 180,
|
||||
search: {
|
||||
el: 'select',
|
||||
},
|
||||
enum: dictStore.getDictData('High_Cate'),
|
||||
search: { el: 'select', props: { filterable: true } },
|
||||
fieldNames: { label: 'name', value: 'code' },
|
||||
},
|
||||
{
|
||||
prop: 'name',
|
||||
|
||||
Reference in New Issue
Block a user