fix: 修改一些bug
This commit is contained in:
		@@ -113,7 +113,7 @@ export default {
 | 
			
		||||
        { prop: 'shopName',  label: '门店名称', align: 'center' },
 | 
			
		||||
        { prop: 'evaluator',  label: '评价人', align: 'center' },
 | 
			
		||||
        { prop: 'evaluationTime',  label: '评价时间', align: 'center' },
 | 
			
		||||
        { prop: 'phone',  label: '联系电话', align: 'center' },
 | 
			
		||||
        { prop: 'evaluatorPhone',  label: '联系电话', align: 'center' },
 | 
			
		||||
        { prop: 'evaluatorType',  label: '评价人类型', align: 'center',render: (h, {row}) => {
 | 
			
		||||
            return h('span', {
 | 
			
		||||
            }, this.dict.getLabel('evaluatorType', row.evaluatorType))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user