From 60500ffe4f4790b3a5fbbe6027d279a277957ce3 Mon Sep 17 00:00:00 2001 From: ks3356143 <314298729@qq.com> Date: Fri, 11 Aug 2023 19:26:34 +0800 Subject: [PATCH] 123 --- cdTMP/src/views/project/case/index.vue | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/cdTMP/src/views/project/case/index.vue b/cdTMP/src/views/project/case/index.vue index 90e814c..e779869 100644 --- a/cdTMP/src/views/project/case/index.vue +++ b/cdTMP/src/views/project/case/index.vue @@ -231,28 +231,33 @@ const crudColumns = ref([ hide: true, search: true, dataIndex: "operation", - formType: "editor" + formType: "editor", + addDefaultValue: "" }, { title: "期望结果", hide: true, - dataIndex: "expect" + dataIndex: "expect", + addDefaultValue: "" }, { title: "问题结果", hide: true, dataIndex: "result", - formType: "editor" + formType: "editor", + addDefaultValue: "" }, { title: "违反规则", hide: true, - dataIndex: "rules" + dataIndex: "rules", + addDefaultValue: "" }, { title: "修改建议", hide: true, - dataIndex: "suggest" + dataIndex: "suggest", + addDefaultValue: "" }, { title: "提单人",