de436fcc by lihua

标签序号调整位置

1 parent 5886092f
...@@ -49,10 +49,10 @@ const tableInfo = ref({ ...@@ -49,10 +49,10 @@ const tableInfo = ref({
49 // multiple:true, 49 // multiple:true,
50 fields: [ 50 fields: [
51 { label: "序号", type: "index", width: TableColumnWidth.INDEX, align: "center" }, 51 { label: "序号", type: "index", width: TableColumnWidth.INDEX, align: "center" },
52 { label: "界面排序", field: "orderNum", width: 90, align: "center" },
53 { label: "标签名称", field: "labelName", width: 140 }, 52 { label: "标签名称", field: "labelName", width: 140 },
54 { label: "标签类型", field: "labelTypeName", width: 140 }, 53 { label: "标签类型", field: "labelTypeName", width: 140 },
55 { label: '状态', field: 'bizState', type: 'switch', activeText: '启用', inactiveText: '禁用', activeValue: 'Y', inactiveValue: 'N', switchWidth: 56, width: 100, align: 'center' }, 54 { label: '状态', field: 'bizState', type: 'switch', activeText: '启用', inactiveText: '禁用', activeValue: 'Y', inactiveValue: 'N', switchWidth: 56, width: 100, align: 'center' },
55 { label: "界面排序", field: "orderNum", width: 90, align: "center" },
56 { label: "修改人", field: "updateUserName", width: TableColumnWidth.USERNAME }, 56 { label: "修改人", field: "updateUserName", width: TableColumnWidth.USERNAME },
57 { label: "修改时间", field: "updateTime", width: TableColumnWidth.DATETIME }, 57 { label: "修改时间", field: "updateTime", width: TableColumnWidth.DATETIME },
58 ], 58 ],
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!