|
|
@@ -37,17 +37,17 @@
|
|
37
|
37
|
icon="el-icon-plus"
|
|
38
|
38
|
@click="btn_add"
|
|
39
|
39
|
>添加</el-button>
|
|
40
|
|
- <el-button
|
|
|
40
|
+ <!-- <el-button
|
|
41
|
41
|
v-permission="'HY_deletes'"
|
|
42
|
42
|
type="primary"
|
|
43
|
43
|
class="filter-item"
|
|
44
|
44
|
icon="el-icon-delete"
|
|
45
|
45
|
@click="btn_deletes"
|
|
46
|
|
- >批量删除</el-button>
|
|
|
46
|
+ >批量删除</el-button> -->
|
|
47
|
47
|
</div>
|
|
48
|
48
|
|
|
49
|
49
|
<el-table v-loading="loading" :data="dataLists" border stripe @selection-change="changeSelects">
|
|
50
|
|
- <el-table-column type="selection" width="40" fixed></el-table-column>
|
|
|
50
|
+ <!-- <el-table-column type="selection" width="40" fixed></el-table-column> -->
|
|
51
|
51
|
<el-table-column type="index" label="编号" align="center" fixed width="80" />
|
|
52
|
52
|
<el-table-column prop="F_Dept" label="部门" align="center" min-width />
|
|
53
|
53
|
<el-table-column prop="F_Post" label="职务" align="center" min-width />
|