瀏覽代碼

去掉商品删除按钮

lex-xin 4 年之前
父節點
當前提交
aea663fa84
共有 3 個文件被更改,包括 2 次插入2 次删除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-643eb91f.49e8b366.js
  3. 2 2
      src/views/businessManager/shopManager/shopList.vue

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/chunk-643eb91f.49e8b366.js


+ 2 - 2
src/views/businessManager/shopManager/shopList.vue

@@ -108,10 +108,10 @@
                          v-permission="'goods/update'"
                          @click="onUpdate(scope.row)"
                          type="text">下架</el-button>
-              <el-button v-if="scope.row.status == 0"
+              <!-- <el-button v-if="scope.row.status == 0"
                          v-permission="'goods/del'"
                          @click="onDelete(scope.row)"
-                         type="text">删除</el-button>
+                         type="text">删除</el-button> -->
             </template>
           </el-table-column>
         </el-table>

部分文件因文件數量過多而無法顯示