From 942c97016bff8210789117e33d878f3982722a3b Mon Sep 17 00:00:00 2001 From: Yjhon Date: Tue, 29 Mar 2022 15:47:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E5=85=B8=E9=A1=B9=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E4=B8=8A=E7=BA=A7=E7=BC=96=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sys/dictionaryItem/DictionaryItemForm.vue | 2 +- src/views/sys/dictionaryItem/DictionaryItemList.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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 => {