关卡改管理

This commit is contained in:
zhangyc
2022-12-10 11:00:21 +08:00
parent 3a58a9679b
commit 6fc160ae79
3 changed files with 40 additions and 74 deletions

View File

@@ -1087,19 +1087,19 @@ export default {
const tableDataFunc = () => {
const columns = [
{
title: "序号",
dataIndex: "number",
key: "number",
width: 100,
align: "center",
className: "h",
},
// {
// title: "序号",
// dataIndex: "number",
// key: "number",
// width: 100,
// align: "center",
// className: "h",
// },
{
title: "路径图名称",
dataIndex: "manager",
key: "manager",
width: 100,
width: "20%",
align: "center",
ellipsis: true,
className: "h",
@@ -1107,18 +1107,18 @@ export default {
{
title: "状态",
dataIndex: "state",
// width: "30%",
width: "10%",
key: "state",
width: 100,
//width: 100,
align: "center",
className: "h",
},
{
title: "创建人",
dataIndex: "creater",
// width: "30%",
width: "10%",
key: "creater",
width: 100,
// width: 100,
align: "center",
className: "h",
},
@@ -1126,7 +1126,7 @@ export default {
title: "发布时间",
dataIndex: "pubtime",
key: "pubtime",
width: 180,
width: "15%",
align: "center",
className: "h",
},
@@ -1134,7 +1134,7 @@ export default {
title: "创建时间",
dataIndex: "cretime",
key: "cretime",
width: 180,
width: "15%",
align: "center",
className: "h",
},
@@ -1143,7 +1143,7 @@ export default {
className: "h",
dataIndex: "opacation",
key: "opacation",
width: 200,
width:"20%",
align: "center",
fixed: "right",
scopedSlots: { customRender: "action" }, //引入的插槽