Browse Source

bug 修复

lilei 2 years ago
parent
commit
b8956cad0a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      public/version.json
  2. 1 1
      src/views/numsGoodsShelves/approveStore/list.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
 {
   "message": "发现有新版本发布,确定更新系统?",
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
   "vendorJsVersion": "",
-  "version": 1659945837589
+  "version": 1659946091410
 }
 }

+ 1 - 1
src/views/numsGoodsShelves/approveStore/list.vue

@@ -72,7 +72,7 @@
         </template>
         </template>
         <!-- 操作 -->
         <!-- 操作 -->
         <template slot="action" slot-scope="text, record">
         <template slot="action" slot-scope="text, record">
-          <div v-if="record.auditStatus !== 'WAIT'">
+          <div v-if="record.auditStatus == 'WAIT'">
             <a-button size="small" type="link" class="button-primary" @click="handleAudit(record,1)">通过</a-button>
             <a-button size="small" type="link" class="button-primary" @click="handleAudit(record,1)">通过</a-button>
             <a-button size="small" type="link" class="button-primary" @click="handleAudit(record,0)">不通过</a-button>
             <a-button size="small" type="link" class="button-primary" @click="handleAudit(record,0)">不通过</a-button>
           </div>
           </div>