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