(修复)修复问题单无法显示null的问题
This commit is contained in:
@@ -365,7 +365,7 @@ const columns = ref([
|
||||
title: "原因分析",
|
||||
hide: true,
|
||||
dataIndex: "analysis",
|
||||
formType: "editor"
|
||||
formType: "textarea"
|
||||
},
|
||||
{
|
||||
title: "影响域分析",
|
||||
|
||||
@@ -130,7 +130,7 @@ const columnsOptions = reactive([
|
||||
{
|
||||
title: "原因分析",
|
||||
dataIndex: "analysis",
|
||||
formType: "editor"
|
||||
formType: "textarea"
|
||||
},
|
||||
{
|
||||
title: "影响域分析",
|
||||
|
||||
@@ -330,7 +330,7 @@ const crudColumns = ref([
|
||||
hide: true,
|
||||
align: "center",
|
||||
dataIndex: "analysis",
|
||||
formType: "editor"
|
||||
formType: "textarea"
|
||||
},
|
||||
{
|
||||
title: "影响域分析",
|
||||
|
||||
@@ -168,7 +168,7 @@ const crudColumns = ref([
|
||||
align: "center",
|
||||
dataIndex: "ref",
|
||||
search: true,
|
||||
commonRules: [{ required: true, message: "用户标识或编号必填" }],
|
||||
commonRules: [{ required: true, message: "用户标识必填" }],
|
||||
validateTrigger: "blur",
|
||||
help: "客户使用的标识"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user