789
This commit is contained in:
Binary file not shown.
@@ -353,7 +353,7 @@ const columns = ref([
|
|||||||
title: "问题影响",
|
title: "问题影响",
|
||||||
hide: true,
|
hide: true,
|
||||||
dataIndex: "result",
|
dataIndex: "result",
|
||||||
formType: "editor",
|
formType: "textarea",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "原因分析",
|
title: "原因分析",
|
||||||
@@ -365,7 +365,7 @@ const columns = ref([
|
|||||||
title: "影响域分析",
|
title: "影响域分析",
|
||||||
hide: true,
|
hide: true,
|
||||||
dataIndex: "effect_scope",
|
dataIndex: "effect_scope",
|
||||||
formType: "editor",
|
formType: "textarea",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "改正措施",
|
title: "改正措施",
|
||||||
|
|||||||
@@ -324,7 +324,7 @@ const crudColumns = ref([
|
|||||||
title: "原因分析",
|
title: "原因分析",
|
||||||
hide: true,
|
hide: true,
|
||||||
dataIndex: "analysis",
|
dataIndex: "analysis",
|
||||||
formType: "textarea",
|
formType: "editor",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "影响域分析",
|
title: "影响域分析",
|
||||||
|
|||||||
Reference in New Issue
Block a user