|
|
@@ -15,7 +15,7 @@
|
|
15
|
15
|
<el-button type="primary" @click="btn_search">搜索</el-button>
|
|
16
|
16
|
<el-button v-permission="'HY_add'" type="primary" @click="btn_add">添加</el-button>
|
|
17
|
17
|
<el-table :data="dataLists" border stripe>
|
|
18
|
|
- <el-table-column type="selection" width="40"></el-table-column>
|
|
|
18
|
+ <!-- <el-table-column type="selection" width="40"></el-table-column> -->
|
|
19
|
19
|
<el-table-column prop="F_Name" label="媒体名称" align="center" fixed width></el-table-column>
|
|
20
|
20
|
<el-table-column prop="F_RegioName" label="媒体地区" align="center" fixed width>
|
|
21
|
21
|
<template slot-scope="scope">
|