王新雷 4 년 전
부모
커밋
4a4869ece8
3개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-146f958f.553e6278.js
  3. 7 0
      src/views/businessManager/shopManager/shopList.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 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 }}

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.