diff --git a/cdTMP/321.zip b/cdTMP/777.zip similarity index 51% rename from cdTMP/321.zip rename to cdTMP/777.zip index 9891ec3..a3e0311 100644 Binary files a/cdTMP/321.zip and b/cdTMP/777.zip differ diff --git a/cdTMP/src/views/project/case/components/ProblemChoose.vue b/cdTMP/src/views/project/case/components/ProblemChoose.vue index 359779f..07ec4db 100644 --- a/cdTMP/src/views/project/case/components/ProblemChoose.vue +++ b/cdTMP/src/views/project/case/components/ProblemChoose.vue @@ -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: "改正措施", diff --git a/cdTMP/src/views/project/case/index.vue b/cdTMP/src/views/project/case/index.vue index a964740..21fead2 100644 --- a/cdTMP/src/views/project/case/index.vue +++ b/cdTMP/src/views/project/case/index.vue @@ -324,7 +324,7 @@ const crudColumns = ref([ title: "原因分析", hide: true, dataIndex: "analysis", - formType: "textarea", + formType: "editor", }, { title: "影响域分析",