Browse Source

标记修改

feature
lichao 3 years ago
parent
commit
8d6f610c33
  1. 4
      src/views/modules/shequzhili/event/eventList.vue

4
src/views/modules/shequzhili/event/eventList.vue

@ -160,7 +160,7 @@
style="margin:0 10px;height: 32px;" style="margin:0 10px;height: 32px;"
@command="(command) =>handleMarkDiffcult(command)" @command="(command) =>handleMarkDiffcult(command)"
> >
标记痛点难点 标记
<el-dropdown-menu slot="dropdown"> <el-dropdown-menu slot="dropdown">
<el-dropdown-item command="1">标记为难点堵点</el-dropdown-item> <el-dropdown-item command="1">标记为难点堵点</el-dropdown-item>
<el-dropdown-item command="2">标记为矛盾纠纷</el-dropdown-item> <el-dropdown-item command="2">标记为矛盾纠纷</el-dropdown-item>
@ -169,7 +169,7 @@
</el-dropdown> </el-dropdown>
<el-button @click="handleCancalDiffcult" <el-button @click="handleCancalDiffcult"
class="diy-button--white" class="diy-button--white"
size="small">取消标记痛点难点</el-button> size="small">取消标记</el-button>
</div> </div>
<el-table :data="tableData" <el-table :data="tableData"

Loading…
Cancel
Save