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

@@ -249,7 +249,7 @@ export default {
label: '微信类型',
align: 'center',
width: '100px',
formart: v => this.dict.getLabel('wxUserType', v)
format: v => this.dict.getLabel('wxUserType', v)
},
{prop: 'wxUserNames', label: '所属员工', align: 'center', width: '100px'},
{slot: 'tags', label: '标签', align: 'center', width: '268px'},