소스 검색

去掉商品删除按钮

lex-xin 5 년 전
부모
커밋
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>

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