gjy před 3 roky
rodič
revize
f1999a0fc6
1 změnil soubory, kde provedl 11 přidání a 3 odebrání
  1. 11 3
      src/views/platformaudit/grainmerchantreview.vue

+ 11 - 3
src/views/platformaudit/grainmerchantreview.vue

@@ -213,6 +213,8 @@
               type="text"
               type="text"
               class="record"
               class="record"
               v-if="scope.row.authenticationStatusKey == 1"
               v-if="scope.row.authenticationStatusKey == 1"
+              v-hasPermission="
+            `audit.grainMerchant.grainMerchantInfo.view`"
               @click="reject(scope.row)"
               @click="reject(scope.row)"
               >驳回</el-button
               >驳回</el-button
             >
             >
@@ -221,13 +223,19 @@
               type="text"
               type="text"
               class="record"
               class="record"
               v-if="scope.row.authenticationStatusKey == 1"
               v-if="scope.row.authenticationStatusKey == 1"
+              v-hasPermission="
+            `audit.grainMerchant.grainMerchantInfo.view`"
               @click="adopt(scope.row)"
               @click="adopt(scope.row)"
               >通过</el-button
               >通过</el-button
             >
             >
-             <template v-else-if="scope.row.authenticationStatusKey == 3" slot-scope="scope">
+             <template v-else-if="scope.row.authenticationStatusKey == 3"
+             v-hasPermission="
+            `audit.grainMerchant.grainMerchantInfo.view`" slot-scope="scope">
               已驳回
               已驳回
             </template>
             </template>
-            <template v-else slot-scope="scope">
+            <template v-else
+            v-hasPermission="
+            `audit.grainMerchant.grainMerchantInfo.view`" slot-scope="scope">
               {{ scope.row.authenticationStatus }}
               {{ scope.row.authenticationStatus }}
             </template>
             </template>
           </template>
           </template>
@@ -274,7 +282,7 @@
       <div
       <div
         style="display: inline-block; margin: 5px"
         style="display: inline-block; margin: 5px"
       >
       >
-        <img width="100" height="100" :src="accessoryimages.payeeAddressUrl" alt="" />
+        <img width="100" height="100" :src="accessoryimages.payeeAddressUrl1" alt="" />
       </div>
       </div>
     </WinseaContentModal>
     </WinseaContentModal>
     <WinseaContentModal
     <WinseaContentModal