[update 委员会] 按钮权限

This commit is contained in:
danshihao
2024-06-07 14:03:06 +08:00
parent 06c3505cc3
commit a2a0128561
3 changed files with 3 additions and 4 deletions
@@ -18,7 +18,7 @@
</a-col>
<a-col :xl="6" :lg="7" :md="8" :sm="24">
<span class="table-page-search-submitButtons">
<a-button type="primary" icon="search" @click="searchQuery" v-has="'company:search'">查询</a-button>
<a-button type="primary" icon="search" @click="searchQuery" v-has="'committeeInfo:search'">查询</a-button>
</span>
</a-col>
</a-row>
@@ -11,7 +11,6 @@
</div>
<a-descriptions-item v-for="(label, index) in section.labelList" :key="label.label || index"
:span="label.span ? label.span : 1"
:abc.prop="2"
:class="{'descriptions-item-none': label.type === 'none'}"
:label="label.label">
<template v-if="!label.type">{{ model[label.valueField] }}</template>
@@ -181,7 +180,7 @@ export default {
}
}
.descriptions-item-content-img {
max-height: 100px;
max-height: 150px;
}
}
</style>
@@ -39,7 +39,7 @@
</a-col>
<a-col :xl="6" :lg="7" :md="8" :sm="24">
<span class="table-page-search-submitButtons">
<a-button type="primary" icon="search" @click="searchQuery" v-has="'company:search'">查询</a-button>
<a-button type="primary" icon="search" @click="searchQuery" v-has="'committeeMemberInfo:search'">查询</a-button>
</span>
</a-col>
</a-row>