Commit 81570855 by 叶富雄

添加slot——listOperation

parent e5745f90
......@@ -288,6 +288,7 @@
<span class="flTotal">{{ tableDataLength }}条信息</span>
</div>
<div>
<slot name="listOperation"></slot>
<div
class="flTtitle Add"
@click="add"
......@@ -351,7 +352,8 @@
pageBs != 'queryWl' &&
pageBs != 'bjzycx' &&
pageBs != 'yhzyh' &&
pageBs != 'queryDx'
pageBs != 'queryDx' &&
pageBs != 'sqqxgl'
"
>
<i class="el-icon-plus"></i> 新增
......@@ -1025,12 +1027,12 @@
v-if="pageBs == 'queryRlqbxsSH'"
>审核</span
>
<span
<!-- <span
@click="$emit('qxfp', scope)"
class="dele"
v-if="pageBs == 'sqqxgl'"
>权限分配</span
>
>-->
<span
@click="guoDetail(scope, 'guo')"
class="dele"
......@@ -1389,6 +1391,10 @@ export default {
cxUrl: String,
header: String,
pageFlag: String,
listOperation:{
type: Array,
default: () => [],
}, //信息列表操作按钮
},
data() {
return {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment