Browse Source

修改数据字典

邹景立 2 years ago
parent
commit
da56f560dc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/admin/view/base/index.html

+ 2 - 2
app/admin/view/base/index.html

@@ -38,8 +38,8 @@
                 {checkbox: true, fixed: true},
                 {field: 'sort', title: '排序权重', width: 100, align: 'center', sort: true, templet: '#SortInputTpl'},
                 // {field: 'type', title: '数据类型', minWidth: 140, align: 'center'},
-                {field: 'code', title: '数据编码', minWidth: 140, align: 'center'},
-                {field: 'name', title: '数据名称', minWidth: 140, align: 'center'},
+                {field: 'code', title: '数据编码', width: '20%', align: 'left'},
+                {field: 'name', title: '数据名称', width: '30%', align: 'left'},
                 {field: 'status', title: '数据状态', minWidth: 110, align: 'center', templet: '#StatusSwitchTpl'},
                 {field: 'create_at', title: '创建时间', minWidth: 170, align: 'center', sort: true},
                 {toolbar: '#toolbar', align: 'center', minWidth: 150, title: '数据操作', fixed: 'right'},