(修复)修复问题单无法显示null的问题

This commit is contained in:
2024-07-29 18:32:53 +08:00
parent 7aecdb2df6
commit 8773e5f927
16 changed files with 891 additions and 4432 deletions

View File

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

View File

@@ -130,7 +130,7 @@ const columnsOptions = reactive([
{
title: "原因分析",
dataIndex: "analysis",
formType: "editor"
formType: "textarea"
},
{
title: "影响域分析",

View File

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

View File

@@ -168,7 +168,7 @@ const crudColumns = ref([
align: "center",
dataIndex: "ref",
search: true,
commonRules: [{ required: true, message: "用户标识或编号必填" }],
commonRules: [{ required: true, message: "用户标识必填" }],
validateTrigger: "blur",
help: "客户使用的标识"
},