snow 1 year ago
parent
commit
5e9d0f73d1
2 changed files with 3 additions and 8 deletions
  1. 0 0
      dist/static/js/0.js
  2. 3 8
      src/views/goodStore/goodsCost/index.vue

File diff suppressed because it is too large
+ 0 - 0
dist/static/js/0.js


+ 3 - 8
src/views/goodStore/goodsCost/index.vue

@@ -382,6 +382,8 @@
             @click="wantto(scope.row.is_online, scope.row.spuCode, scope.row.status, '3',scope.row.create_source)"
           ></i>
         </el-tooltip>
+
+        
         <el-tooltip
           v-if="
             (powers.some((i) => i == '010') &&
@@ -396,14 +398,7 @@
           <i class="el-icon-document-copy tb-icon" @click="goodCopy(scope.row.spuCode)"></i>
         </el-tooltip>
 
-        <!-- <el-tooltip
-          v-if="powers.some((i) => i == '006') && !isSupertube"
-          effect="dark"
-          content="删除"
-          placement="top"
-        >
-          <i class="el-icon-delete tb-icon" @click="deleteItem(scope.row.spuCode)"></i>
-        </el-tooltip> -->
+
       </template>
     </ex-table>
     <no-auth v-else></no-auth>

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