This commit is contained in:
2024-06-23 18:06:01 +08:00
parent 2e47a273d2
commit 0d7ebacc81
3 changed files with 3 additions and 3 deletions

View File

@@ -353,7 +353,7 @@ const columns = ref([
title: "问题影响",
hide: true,
dataIndex: "result",
formType: "editor",
formType: "textarea",
},
{
title: "原因分析",
@@ -365,7 +365,7 @@ const columns = ref([
title: "影响域分析",
hide: true,
dataIndex: "effect_scope",
formType: "editor",
formType: "textarea",
},
{
title: "改正措施",

View File

@@ -324,7 +324,7 @@ const crudColumns = ref([
title: "原因分析",
hide: true,
dataIndex: "analysis",
formType: "textarea",
formType: "editor",
},
{
title: "影响域分析",