From 09da100729793848bc01b51f7b05ca3f1e7ec64f Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 20 六月 2024 14:05:35 +0800
Subject: [PATCH] 提交一把

---
 company/src/views/business/unionApply.vue |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/company/src/views/business/unionApply.vue b/company/src/views/business/unionApply.vue
index e7e4e9e..671e449 100644
--- a/company/src/views/business/unionApply.vue
+++ b/company/src/views/business/unionApply.vue
@@ -39,8 +39,8 @@
         </el-form>
         <!-- 琛ㄦ牸鍜屽垎椤� -->
         <template v-slot:table-wrap>
-            <ul class="toolbar" v-permissions="['business:insurance:create']">
-                <li><el-button type="primary" @click="$refs.OpearaUnionApply.open('濮旀墭鎶曚繚鐢宠')" v-permissions="['business:insurance:create']">鎻愪氦鐢宠</el-button></li>
+            <ul class="toolbar"  v-if="userInfo.type==2"  v-permissions="['business:unionapply:create']">
+                <li><el-button type="primary" @click="$refs.OpearaUnionApply.open('濮旀墭鎶曚繚鐢宠')" v-permissions="['business:unionapply:create']">鎻愪氦鐢宠</el-button></li>
             </ul>
             <el-table
                 v-loading="isWorking.search"
@@ -59,6 +59,7 @@
                 </el-table-column>
                 <el-table-column prop="solutionName" label="淇濋櫓鏂规" min-width="100px"></el-table-column>
                 <el-table-column prop="insureNum" label="鎶曚繚浜烘暟" min-width="100px"></el-table-column>
+              <el-table-column prop="guaranteeNum" label="鍦ㄤ繚浜烘暟"></el-table-column>
                 <el-table-column prop="fee" label="鎬昏垂鐢紙鍏冿級" min-width="100px"></el-table-column>
                 <el-table-column prop="createDate" label="鎻愪氦鏃堕棿" min-width="100px"></el-table-column>
                 <el-table-column
@@ -93,6 +94,7 @@
     import { all as solutionAll } from '@/api/business/solutions'
     import OpearaUnionApply from '@/components/business/OpearaUnionApply'
     import detailsEntrustedInsurance from '@/components/business/detailsEntrustedInsurance'
+    import {mapState} from "vuex";
     export default {
         name: 'unionApply',
         extends: BaseTable,
@@ -120,6 +122,9 @@
             this.search()
           this.loadSelectList()
         },
+      computed: {
+        ...mapState(['userInfo'])
+      },
         methods:{
             // 鎼滅储妗嗛噸缃�
             reset () {

--
Gitblit v1.9.3