Browse Source

Merge branch 'develop_fencang' of http://git.chelingzhu.com/jianguan-web/jg-ocs-html into develop_fencang

lilei 2 năm trước cách đây
mục cha
commit
317b86a97d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/basicData/warehouse/list.vue

+ 2 - 2
src/views/basicData/warehouse/list.vue

@@ -49,13 +49,13 @@
             v-if="record.defaultFlag!='1' &&$hasPermissions('B_warehouse_edit') "
             @click="handleEdit(record)"
             id="warehouseList-edit-btn">编辑</a-button>
-          <a-button
+          <!-- <a-button
             size="small"
             type="link"
             class="button-error"
             v-if="record.defaultFlag!='1' &&$hasPermissions('B_warehouse_del')"
             @click="handleDel(record)"
-            id="warehouseList-del-btn">删除</a-button>
+            id="warehouseList-del-btn">删除</a-button> -->
           <span v-if="record.defaultFlag=='0' && !$hasPermissions('B_warehouse_edit') && !$hasPermissions('B_warehouse_del')">--</span>
         </template>
       </s-table>