优化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

@@ -187,7 +187,7 @@ export default {
gridInfo: {},
gridMemberColConfigs: [
{prop: "name"},
{prop: "checkType", formart: v => v === '1' ? '网格员' : '网格长'}
{prop: "checkType", format: v => v === '1' ? '网格员' : '网格长'}
]
};
},