Browse Source

标记修改

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

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

@ -131,7 +131,7 @@
<el-col :span="24" align="right"> <el-col :span="24" align="right">
<el-button style="margin-left:30px" <el-button style="margin-left:30px"
size="small" size="small"
type="primary " type="primary "
@click="handleSearch">查询</el-button> @click="handleSearch">查询</el-button>
<el-button style="margin-left:10px" <el-button style="margin-left:10px"
size="small" size="small"
@ -146,7 +146,7 @@
<div class="m-table"> <div class="m-table">
<div class="div_btn"> <div class="div_btn">
<el-button <el-button
size="small" size="small"
type="primary " type="primary "
@click="handleAdd">新增</el-button> @click="handleAdd">新增</el-button>
@ -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