From 5749770d6d8fc6f98e68868f98e00eeb87b633d2 Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <287285524@qq.com>
Date: Tue, 05 Sep 2023 17:36:09 +0800
Subject: [PATCH] 后台管理代码

---
 src/views/qyp-project-management/index.vue |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/src/views/qyp-project-management/index.vue b/src/views/qyp-project-management/index.vue
index 4fc164a..d9398b0 100644
--- a/src/views/qyp-project-management/index.vue
+++ b/src/views/qyp-project-management/index.vue
@@ -49,9 +49,8 @@
                   </el-select>
             </el-form-item>
           </div>
-          <el-form-item style="text-align: right;">
-            <!--  v-if='filterBtnById("150102")' -->
-            <el-button type="primary" style="margin-left: 10px;margin-bottom: 8px;" @click="onSearch">查 询</el-button>
+          <el-form-item style="text-align: right;" >
+            <el-button type="primary" v-if='filterBtnById("420101")'  style="margin-left: 10px;margin-bottom: 8px;" @click="onSearch">查 询</el-button>
           </el-form-item>
         </el-form>
       </div>
@@ -67,7 +66,7 @@
           @getDataList="getDataList"
           :exportUrl="{
             url: '/qyp/project/export',
-            powerId: '',
+            powerId: '420104',
             name: '项目列表',
           }"
         ></Etable>
@@ -220,9 +219,9 @@
                         type:'text'
                       },
                       style: {
-                        // display: this.filterBtnById(150101)
-                        //   ? "inline-block"
-                        //   : "none",
+                        display: this.filterBtnById(420102)
+                          ? "inline-block"
+                          : "none",
                       },
                       on: {
                         click: () => {
@@ -243,9 +242,9 @@
                       },
                       style: {
                         "margin-left": "15px",
-                        // display: this.filterBtnById(150104)
-                        //   ? "inline-block"
-                        //   : "none",
+                        display: this.filterBtnById(420103)
+                          ? "inline-block"
+                          : "none",
                       },
                       on: {
                         click: () => {

--
Gitblit v1.8.0