浏览代码

字典项修改

dongjh 1 年之前
父节点
当前提交
e9df6d3898
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/views/system/DictItemList.vue

+ 3 - 0
src/views/system/DictItemList.vue

@@ -94,11 +94,13 @@
             title: '名称',
             align: "center",
             dataIndex: 'itemText',
+            width: 170,
           },
           {
             title: '数据值',
             align: "center",
             dataIndex: 'itemValue',
+            width: 150,
           },
           {
             title: '描述',
@@ -110,6 +112,7 @@
             dataIndex: 'action',
             align: "center",
             scopedSlots: {customRender: 'action'},
+            width: 120,
           }
         ],
         queryParam: {