diff --git a/src/views/sys/dictionaryItem/DictionaryItemForm.vue b/src/views/sys/dictionaryItem/DictionaryItemForm.vue index 55c747c..d9ea871 100644 --- a/src/views/sys/dictionaryItem/DictionaryItemForm.vue +++ b/src/views/sys/dictionaryItem/DictionaryItemForm.vue @@ -17,7 +17,7 @@ - + {{ form.parentid }} diff --git a/src/views/sys/dictionaryItem/DictionaryItemList.vue b/src/views/sys/dictionaryItem/DictionaryItemList.vue index 21ee0ba..e1e1c8b 100644 --- a/src/views/sys/dictionaryItem/DictionaryItemList.vue +++ b/src/views/sys/dictionaryItem/DictionaryItemList.vue @@ -66,10 +66,11 @@ export default { selectedRowKeys: [], // 选中行的key 出选择框时需要配置 selectedRows: [], // 选中行的数据 columns: [ + { title: '编号', width: 30, dataIndex: 'id', key: 'id' }, { title: '词典项名称', width: 30, dataIndex: 'name', key: 'name' }, { title: '词典项值', width: 30, dataIndex: 'value', key: 'value' }, { title: '词典标识', width: 30, dataIndex: 'dictionaryCode', key: 'dictionaryCode' }, - { title: '上级', width: 30, dataIndex: 'parentid', key: 'parentid' }, + { title: '上级编号', width: 30, dataIndex: 'parentid', key: 'parentid' }, { title: '排序', width: 30, dataIndex: 'sortid', key: 'sortid' } ], loadData: parameter => {