Browse Source

多余标记按钮

dongming
mk 9 months ago
parent
commit
f3a91b20b6
  1. 11
      src/views/modules/shequzhili/eventOld/eventList.vue

11
src/views/modules/shequzhili/eventOld/eventList.vue

@ -137,17 +137,6 @@
</el-dropdown>
<el-button @click="handleExport" class="diy-button--white" size="small">导出</el-button>
<el-dropdown size="small" split-button type="primary" style="margin: 0 10px; height: 30px"
@command="(command) => handleMarkDiffcult(command)">
标记
<el-dropdown-menu slot="dropdown">
<el-dropdown-item command="1">标记为难点堵点</el-dropdown-item>
<el-dropdown-item command="2">标记为矛盾纠纷</el-dropdown-item>
<el-dropdown-item command="3">标记为自身问题</el-dropdown-item>
<el-dropdown-item command="4">标记为超出服务范围</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
<el-button @click="handleExport" class="diy-button--white" size="small">导出</el-button>
<el-button @click="handleSuperviseEvent" class="diy-button--white" size="small">批量催办</el-button>
</div>

Loading…
Cancel
Save