Browse Source

五个找人人员名单编辑功能取消

feature
mk 1 year ago
parent
commit
59e3d8a9a8
  1. 2
      src/views/modules/communityService/fuwuzhaoren/personList.vue
  2. 2
      src/views/modules/communityService/gangweizhaoren/personList.vue
  3. 2
      src/views/modules/communityService/jinengzhaoren/personList.vue
  4. 2
      src/views/modules/communityService/policy/personList.vue
  5. 2
      src/views/modules/communityService/wennuanzhaoren/personList.vue

2
src/views/modules/communityService/fuwuzhaoren/personList.vue

@ -173,7 +173,7 @@
label="操作"
width="100">
<template slot-scope="scope">
<el-button @click="handelCLickShowCheckPassword(scope.row)" type="text" size="small">编辑</el-button>
<!-- <el-button @click="handelCLickShowCheckPassword(scope.row)" type="text" size="small">编辑</el-button> -->
<el-button type="text" @click="deleteBatch(scope.row)" size="small">删除</el-button>
</template>
</el-table-column>

2
src/views/modules/communityService/gangweizhaoren/personList.vue

@ -173,7 +173,7 @@
label="操作"
width="100">
<template slot-scope="scope">
<el-button @click="handelCLickShowCheckPassword(scope.row)" type="text" size="small">编辑</el-button>
<!-- <el-button @click="handelCLickShowCheckPassword(scope.row)" type="text" size="small">编辑</el-button> -->
<el-button type="text" @click="deleteBatch(scope.row)" size="small">删除</el-button>
</template>
</el-table-column>

2
src/views/modules/communityService/jinengzhaoren/personList.vue

@ -173,7 +173,7 @@
label="操作"
width="100">
<template slot-scope="scope">
<el-button @click="handelCLickShowCheckPassword(scope.row)" type="text" size="small">编辑</el-button>
<!-- <el-button @click="handelCLickShowCheckPassword(scope.row)" type="text" size="small">编辑</el-button> -->
<el-button type="text" @click="deleteBatch(scope.row)" size="small">删除</el-button>
</template>
</el-table-column>

2
src/views/modules/communityService/policy/personList.vue

@ -183,7 +183,7 @@
label="操作"
width="100">
<template slot-scope="scope">
<el-button @click="handelCLickShowCheckPassword(scope.row)" type="text" size="small">编辑</el-button>
<!-- <el-button @click="handelCLickShowCheckPassword(scope.row)" type="text" size="small">编辑</el-button> -->
<el-button type="text" @click="deleteBatch(scope.row)" size="small">删除</el-button>
</template>
</el-table-column>

2
src/views/modules/communityService/wennuanzhaoren/personList.vue

@ -178,7 +178,7 @@
label="操作"
width="100">
<template slot-scope="scope">
<el-button @click="handelCLickShowCheckPassword(scope.row)" type="text" size="small">编辑</el-button>
<!-- <el-button @click="handelCLickShowCheckPassword(scope.row)" type="text" size="small">编辑</el-button> -->
<el-button type="text" @click="deleteBatch(scope.row)" size="small">删除</el-button>
</template>
</el-table-column>

Loading…
Cancel
Save