优化aitable
This commit is contained in:
		| @@ -223,7 +223,7 @@ | ||||
|         colConfigs: [ | ||||
|           {slot: 'userinfo'}, | ||||
|           {prop: 'commitTime', label: '提交时间', align: 'center', width: '160px' }, | ||||
|           {prop: 'userType', label: '微信类型', align: 'center', width: '100px', formart: v => this.dict.getLabel('wxUserType', v) }, | ||||
|           {prop: 'userType', label: '微信类型', align: 'center', width: '100px', format: v => this.dict.getLabel('wxUserType', v) }, | ||||
|           {prop: 'totalScore', label: '分值', align: 'center'} | ||||
|         ] | ||||
|       } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user