Browse Source

按钮权限补充

feature
mk 1 year ago
committed by 是小王呀\24601
parent
commit
13fcdda7df
  1. 2
      src/views/modules/shequzhili/eventHandling/index.vue

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

@ -135,7 +135,7 @@
<el-table-column fixed="right" label="操作" align="center" width="200px" prop="status">
<template slot-scope="scope">
<el-button @click="handleWatch(scope.row)" type="text" size="small">查看</el-button>
<el-button @click="handleDispose(scope.row,'dispose')" type="text" size="small" class="">办理</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>
</template>
</el-table-column>

Loading…
Cancel
Save