fix:交接记录按钮权限
This commit is contained in:
parent
fa0cfddc3c
commit
df7ae9e7cd
|
|
@ -13,14 +13,14 @@
|
|||
type="primary"
|
||||
icon="el-icon-plus"
|
||||
@click="table_add(10)"
|
||||
v-auth="'mllog.create'"
|
||||
v-auth="'handover.create'"
|
||||
>新增</el-button
|
||||
>
|
||||
<el-button
|
||||
type="primary"
|
||||
icon="el-icon-plus"
|
||||
@click="table_add(20)"
|
||||
v-auth="'mlog.submit'"
|
||||
v-auth="'handover.create'"
|
||||
>返工</el-button
|
||||
>
|
||||
</div>
|
||||
|
|
@ -125,7 +125,7 @@
|
|||
link
|
||||
size="small"
|
||||
@click="table_edit(scope.row)"
|
||||
v-auth="'mlog.update'"
|
||||
v-auth="'handover.update'"
|
||||
type="primary"
|
||||
v-if="
|
||||
scope.row.send_mgroup == mgroupId &&
|
||||
|
|
@ -145,7 +145,7 @@
|
|||
<el-button
|
||||
link
|
||||
size="small"
|
||||
v-auth="'mlog.delete'"
|
||||
v-auth="'handover.delete'"
|
||||
type="danger"
|
||||
>删除</el-button
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue