720bef39 by lihua

标签序号调整位置

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