Browse Source

去掉商品删除按钮

lex-xin 4 years ago
parent
commit
aea663fa84

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-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>

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