[update 委员会] 按钮权限
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user