123
This commit is contained in:
@@ -231,28 +231,33 @@ const crudColumns = ref([
|
|||||||
hide: true,
|
hide: true,
|
||||||
search: true,
|
search: true,
|
||||||
dataIndex: "operation",
|
dataIndex: "operation",
|
||||||
formType: "editor"
|
formType: "editor",
|
||||||
|
addDefaultValue: ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "期望结果",
|
title: "期望结果",
|
||||||
hide: true,
|
hide: true,
|
||||||
dataIndex: "expect"
|
dataIndex: "expect",
|
||||||
|
addDefaultValue: ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "问题结果",
|
title: "问题结果",
|
||||||
hide: true,
|
hide: true,
|
||||||
dataIndex: "result",
|
dataIndex: "result",
|
||||||
formType: "editor"
|
formType: "editor",
|
||||||
|
addDefaultValue: ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "违反规则",
|
title: "违反规则",
|
||||||
hide: true,
|
hide: true,
|
||||||
dataIndex: "rules"
|
dataIndex: "rules",
|
||||||
|
addDefaultValue: ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "修改建议",
|
title: "修改建议",
|
||||||
hide: true,
|
hide: true,
|
||||||
dataIndex: "suggest"
|
dataIndex: "suggest",
|
||||||
|
addDefaultValue: ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "提单人",
|
title: "提单人",
|
||||||
|
|||||||
Reference in New Issue
Block a user