标签序号调整位置
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | ], | ... | ... |
-
Please register or sign in to post a comment