|
|
@@ -187,7 +187,9 @@
|
|
|
<a-divider type="vertical"/>
|
|
|
</span>
|
|
|
<span v-has="'userStatistics:list:upCom'" v-show=" currentTab != 'del'">
|
|
|
- <a @click="showImproveAndUploadAdminCom(record,'1')">上报分公司</a>
|
|
|
+ <span v-if="record.numberResults.indexOf('1')!==-1" ><a style='pointer-events:none;color: #9e9e9e' @click="showImproveAndUploadAdminCom(record,'1')">上报分公司</a> </span>
|
|
|
+ <span v-else><a @click="showImproveAndUploadAdminCom(record,'1')">上报分公司</a> </span>
|
|
|
+
|
|
|
<a-divider type="vertical"/>
|
|
|
</span>
|
|
|
|
|
|
@@ -417,6 +419,15 @@ export default {
|
|
|
width: 200,
|
|
|
dataIndex: 'newPhone',
|
|
|
scopedSlots: {customRender: 'newPhone'}
|
|
|
+ },{
|
|
|
+ title: '当前处理部门',
|
|
|
+ align: "center",
|
|
|
+ sorter: true,
|
|
|
+ dataIndex: 'currentDept',
|
|
|
+ // fixed: 'right',
|
|
|
+
|
|
|
+ //scopedSlots: {customRender: 'sysBusinessHall'}
|
|
|
+
|
|
|
},
|
|
|
{
|
|
|
title: '研判结果',
|
|
|
@@ -434,28 +445,19 @@ export default {
|
|
|
}
|
|
|
return '';
|
|
|
}*/
|
|
|
- },{
|
|
|
- title: '当前处理部门',
|
|
|
- align: "center",
|
|
|
- sorter: true,
|
|
|
- dataIndex: '',
|
|
|
- fixed: 'right',
|
|
|
- scopedSlots: {customRender: 'current'}
|
|
|
- //scopedSlots: {customRender: 'sysBusinessHall'}
|
|
|
-
|
|
|
},{
|
|
|
title: '上报状态',
|
|
|
align: "center",
|
|
|
sorter: true,
|
|
|
dataIndex: 'status',
|
|
|
- fixed: 'right',
|
|
|
+ // fixed: 'right',
|
|
|
scopedSlots: {customRender: 'status'}
|
|
|
},
|
|
|
{
|
|
|
title: '操作',
|
|
|
dataIndex: 'action',
|
|
|
align: "center",
|
|
|
- fixed: 'right',
|
|
|
+ // fixed: 'right',
|
|
|
scopedSlots: {customRender: 'action'}
|
|
|
}
|
|
|
],
|