优化aitable
This commit is contained in:
		| @@ -99,7 +99,7 @@ | ||||
|         colConfigs: [ | ||||
|           { prop: 'title',  label: '标题', align: 'left', width: '200px' }, | ||||
|           { prop: 'areaName', label: '地区', align: 'left' }, | ||||
|           { prop: 'examineStatus', label: '状态', align: 'center', formart: v => this.dict.getLabel('auditStatus', v) }, | ||||
|           { prop: 'examineStatus', label: '状态', align: 'center', format: v => this.dict.getLabel('auditStatus', v) }, | ||||
|           { prop: 'examineOpinion', label: '审核意见', align: 'center' }, | ||||
|           { prop: 'createUserName', label: '发布人', align: 'center' }, | ||||
|           { prop: 'createTime', label: '发布时间', align: 'center' }, | ||||
| @@ -166,7 +166,7 @@ | ||||
|           } | ||||
|         }) | ||||
|       }, | ||||
|        | ||||
|  | ||||
|       audit (id) { | ||||
|         this.id = id | ||||
|         this.isShow = true | ||||
|   | ||||
| @@ -76,7 +76,7 @@ | ||||
|         colConfigs: [ | ||||
|           { prop: 'title',  label: '标题', align: 'left', width: '200px' }, | ||||
|           { prop: 'areaName', label: '地区', align: 'left' }, | ||||
|           { prop: 'examineStatus', label: '状态', align: 'center', formart: v => this.dict.getLabel('auditStatus', v) }, | ||||
|           { prop: 'examineStatus', label: '状态', align: 'center', format: v => this.dict.getLabel('auditStatus', v) }, | ||||
|           { prop: 'examineOpinion', label: '审核意见', align: 'center' }, | ||||
|           { prop: 'viewCount', label: '浏览次数', align: 'center' }, | ||||
|           { prop: 'createUserName', label: '发布人', align: 'center' }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user