This commit is contained in:
2024-03-29 19:03:35 +08:00
parent 84a2eab9ad
commit 8cdcb7a073
15 changed files with 485 additions and 146 deletions

View File

@@ -149,6 +149,13 @@ const crudOptions = ref({
{
dataIndex: "suggest"
},
{
formType: "divider",
title: "解决问题"
},
{
dataIndex: "solve"
},
{
formType: "divider",
title: "人员信息"
@@ -327,6 +334,13 @@ const crudColumns = ref([
dataIndex: "suggest",
addDefaultValue: ""
},
{
title: "处理方式",
hide: true,
dataIndex: "solve",
addDefaultValue: "",
formType: "textarea"
},
{
title: "提单人",
dataIndex: "postPerson",