Kaynağa Gözat

字典项修改

dongjh 1 yıl önce
ebeveyn
işleme
e9df6d3898
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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: {