| | |
| | | </el-table-column> |
| | | <el-table-column label="投诉类型"> |
| | | <template #default="scope"> |
| | | {{ complaint_type[scope.row.complaintType] }} |
| | | {{ dispImgType(scope.row.complaintType) }} |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column label="投诉内容" prop="complaintReason"></el-table-column> |
| | |
| | | import orderDetails from '@/views/infomanger/enforcement/component/details.vue' |
| | | const { proxy } = getCurrentInstance() |
| | | const { complaint_type } = proxy.useDictPer("complaint_type"); |
| | | console.log(complaint_type) |
| | | const handlerComRef = ref() |
| | | const orderDetailsRef = ref() |
| | | const formRef = ref() |