优化aitable

This commit is contained in:
aixianling
2023-01-09 09:36:10 +08:00
parent 275461a474
commit b576a61551
88 changed files with 203 additions and 246 deletions

View File

@@ -143,7 +143,7 @@ export default {
label: "公文类型",
width: 120,
align: "center",
formart: (documentType) =>
format: (documentType) =>
this.$dict.getLabel("officialDocumentName", documentType),
},
{
@@ -151,7 +151,7 @@ export default {
label: "阅示类型",
width: 120,
align: "center",
formart: (readType) =>
format: (readType) =>
this.$dict.getLabel("officialDocumentReadType", readType),
},
{
@@ -159,7 +159,7 @@ export default {
label: "保密等级",
width: 120,
align: "center",
formart: (confidentialityLevel) =>
format: (confidentialityLevel) =>
this.$dict.getLabel("officialDocumentConfidentialityLevel", confidentialityLevel),
},
{