仓库字典禁用启用

fencang
anthonywj 3 years ago
parent 168c7c8fc4
commit 2356320a64

@ -229,7 +229,7 @@
<!-- </el-button>-->
<el-button
type="text"
size="small"
size="small" :disabled="!configParms.basicInv"
@click.native="delWarehouseUser(scope.row.id)">
移除
</el-button>
@ -266,7 +266,7 @@
<template slot-scope="scope">
<el-button
type="text"
size="small"
size="small" :disabled="!configParms.basicInv"
@click.native="delWarehouseBussinessType(scope.row.id)">
移除
</el-button>

Loading…
Cancel
Save