|
@@ -139,8 +139,8 @@
|
|
|
<!-- 表格开始 -->
|
|
|
<div>
|
|
|
<div>
|
|
|
- <el-button style="font-size: 16px;" v-if="$store.state.userInfo.type == 0" size="mini" :type="!isPromotion?'primary':''" @click="selectAll">全部</el-button>
|
|
|
- <el-button style="font-size: 16px;" v-if="$store.state.userInfo.type == 0" size="mini" :type="isPromotion?'primary':''" @click="selectPromotion">2024年立项项目</el-button>
|
|
|
+ <el-button style="font-size: 16px;" v-if="$store.state.userInfo.type == 0 || $store.state.userInfo.type == 3" size="mini" :type="!isPromotion?'primary':''" @click="selectAll">全部</el-button>
|
|
|
+ <el-button style="font-size: 16px;" v-if="$store.state.userInfo.type == 0 || $store.state.userInfo.type == 3" size="mini" :type="isPromotion?'primary':''" @click="selectPromotion">2024年立项项目</el-button>
|
|
|
<span style="font-size: 12px; margin-left: 10px"
|
|
|
>共 {{ table.total }} 条</span
|
|
|
>
|