王新雷 4 anos atrás
pai
commit
4a4869ece8

Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/index.html


Diferenças do arquivo suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/chunk-146f958f.553e6278.js


+ 7 - 0
src/views/businessManager/shopManager/shopList.vue

@@ -64,6 +64,13 @@
               {{ scope.row.clientShow ? '是' : '否' }}
             </template>
           </el-table-column>
+          <el-table-column align='center' label="是否库存预警">
+            <template slot-scope="scope">
+              <span v-if="!scope.row.complementGoodsIdList">
+                {{ scope.row.stockWarning ? '是' : '否' }}
+              </span>
+            </template>
+          </el-table-column>
           <el-table-column align='center' label="商品类型">
             <template slot-scope="scope">
               {{ scope.row.type | shopType }}

Alguns arquivos não foram mostrados porque muitos arquivos mudaram nesse diff