领料权限

This commit is contained in:
jjLv 2024-11-13 14:04:19 +08:00
parent ef9733ef31
commit 82bf1bfa51
2 changed files with 2 additions and 3 deletions

View File

@ -71,7 +71,6 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
v-hasPermi="['lease:info:add']"
>领料申请</el-button
>
</el-col>

View File

@ -84,13 +84,13 @@
<el-table-column
label="类型名称"
align="center"
prop="typeName"
prop="maTypeName"
:show-overflow-tooltip="true"
/>
<el-table-column
label="规格型号"
align="center"
prop="typeModelName"
prop="typeName"
:show-overflow-tooltip="true"
/>
<el-table-column