diff --git a/src/views/admin/repair/PerformanceList.vue b/src/views/admin/repair/PerformanceList.vue
index 060b101..48ecf79 100644
--- a/src/views/admin/repair/PerformanceList.vue
+++ b/src/views/admin/repair/PerformanceList.vue
@@ -17,27 +17,43 @@
-
-
+
+
+
{{ text | statusFilter }}
-
+
详情
-
-
- 完成
-
+
+
+
+
+
+ {{ text | statusFilter }}
+
+
+ 详情
+
+
+
+
+
+
@@ -67,6 +83,51 @@ export default {
advanced: false,
// 查询参数
queryParam: {},
+ floorColumns: [
+ {
+ title: '楼层负责人',
+ dataIndex: 'userName'
+ },
+ {
+ title: '所属楼层',
+ dataIndex: 'typeName'
+ },
+ {
+ title: '工单总数',
+ dataIndex: 'repairDeviceName'
+ },
+
+ {
+ title: '已完成',
+ dataIndex: 'status'
+ },
+ {
+ title: '未解决',
+ dataIndex: 'repairLevel'
+ },
+ {
+ title: '处理中',
+ dataIndex: 'userName'
+ },
+ {
+ title: '好评数量好评率',
+ dataIndex: 'repairTime'
+ },
+ {
+ title: '中评数量中评率',
+ dataIndex: 'repairTime'
+ },
+ {
+ title: '差评数量差评率',
+ dataIndex: 'repairTime'
+ },
+ {
+ title: '操作',
+ width: '200px',
+ dataIndex: 'action',
+ scopedSlots: { customRender: 'action' }
+ }
+ ],
// 表头
columns: [
{
@@ -137,6 +198,10 @@ export default {
created () {
},
methods: {
+ callback(){
+
+ },
+
handleAdd () {
this.$refs.modal.add()
},