王新雷 4 years ago
parent
commit
4a4869ece8

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 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 }}

Some files were not shown because too many files changed in this diff