Browse Source

12345事件退件按钮取消限制 通讯录加分管部门字段

xiaowang-featrue
mk 11 months ago
parent
commit
9edb267421
  1. 2
      src/views/modules/shequzhili/eventHandling/index.vue

2
src/views/modules/shequzhili/eventHandling/index.vue

@ -146,7 +146,7 @@
<!-- <el-button @click="handleDispose(scope.row,'dispose')" type="text" size="small" v-if="scope.row.canOperate && scope.row.operationType != '11'&&scope.row.operationType!= '12' ">办理</el-button>
<el-button @click="handleDispose(scope.row,'return')" type="text" size="small" v-if="scope.row.canOperate && scope.row.deptId && scope.row.latestOperatedTime && isWithinTwoHours(scope.row.latestOperatedTime) && scope.row.operationType!='11' &&scope.row.operationType!= '12'">退件</el-button> -->
<el-button @click="handleDispose(scope.row,'dispose')" type="text" size="small" v-if=" scope.row.operationType != '11'&&scope.row.operationType!= '12' ">办理</el-button>
<el-button @click="handleDispose(scope.row,'return')" type="text" size="small" v-if=" scope.row.deptId && scope.row.latestOperatedTime && isWithinTwoHours(scope.row.latestOperatedTime) && scope.row.operationType!='11' &&scope.row.operationType!= '12'">退件</el-button>
<el-button @click="handleDispose(scope.row,'return')" type="text" size="small" >退件</el-button>
</template>
</el-table-column>
</el-table>

Loading…
Cancel
Save