task#,添加师傅满意度表格,月师傅的表格错乱调整,首页最后一个图加背景

This commit is contained in:
2024-12-25 15:13:56 +08:00
parent f3a15b829f
commit 43c1f76f82
2 changed files with 48 additions and 52 deletions

View File

@ -13,7 +13,7 @@
<template slot-scope="scope">{{scope.row[item.prop]}} </template>
</el-table-column>
</template>
<template v-else-if="active===3">
<template v-else-if="active===4">
<el-table-column v-for="(column,index) in filteredLabelList" :key="column.prop" :prop="column.prop" :label="column.label"
:fixed="index===0" align="center" min-width="100"
:width="(isMobile && (column.label=='案件编号' || column.label=='服务内容')) ? 70 : 'auto'">
@ -46,7 +46,7 @@ export default {
},
computed: {
filteredLabelList() {
if(this.active!==3){
if(this.active!==4){
return
}
return this.labelList.filter(column => column.label !== '星级评分');