lilei 1 éve
szülő
commit
24fbc20638

+ 1 - 1
public/version.json

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

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

@@ -60,6 +60,7 @@
         <template slot="storeName" slot-scope="text, record">
            {{record.storeName}}
            <a-badge count="已注销" :number-style="{ zoom:'80%',marginLeft:'5px', color: '#fff',background:'#999' }" v-if="record.state=='WRITE_OFF'"></a-badge>
+           <a-badge count="已停用" :number-style="{ zoom:'80%',marginLeft:'5px', color: '#fff',background:'#999' }" v-if="record.state=='DISABLED'"></a-badge>
         </template>
         <!-- 图片 -->
         <template slot="imageUrl" slot-scope="text, record">

+ 1 - 0
src/views/numsGoodsShelves/shelfSet/set.vue

@@ -19,6 +19,7 @@
               <a-descriptions-item label="货架名称">
               {{ basicInfoData&&basicInfoData.shelfName || '--' }}
               <a-badge count="已注销" :number-style="{ zoom:'80%',marginLeft:'5px', color: '#fff',background:'#999' }" v-if="basicInfoData&&basicInfoData.state=='WRITE_OFF'"></a-badge>
+              <a-badge count="已停用" :number-style="{ zoom:'80%',marginLeft:'5px', color: '#fff',background:'#999' }" v-if="basicInfoData&&basicInfoData.state=='DISABLED'"></a-badge>
               </a-descriptions-item>
               <a-descriptions-item>
                 <template slot="label">