fix(purchase): 审批人下拉隐藏角色/物料搜索下拉/价格弹窗确认/图片必填校验
This commit is contained in:
@ -335,7 +335,7 @@
|
||||
<el-option
|
||||
v-for="user in approvers"
|
||||
:key="user.id"
|
||||
:label="`${user.username} (${user.role === 'SUPER_ADMIN' ? '超级管理员' : '主管'})`"
|
||||
:label="`${user.username}`"
|
||||
:value="user.id"
|
||||
/>
|
||||
</el-select>
|
||||
|
||||
Reference in New Issue
Block a user