fix:计算系数和交接班日志操作添加权限
This commit is contained in:
parent
c4ff77c876
commit
ca0282595b
|
@ -96,19 +96,20 @@
|
|||
label="操作"
|
||||
fixed="right"
|
||||
align="center"
|
||||
width="140"
|
||||
width="120"
|
||||
>
|
||||
<template #default="scope">
|
||||
<el-button
|
||||
link
|
||||
size="small"
|
||||
@click="sflog_edit(scope.row)"
|
||||
v-auth="'sflog.update'"
|
||||
type="primary"
|
||||
>编辑</el-button
|
||||
>
|
||||
<!-- <el-button link size="small" @click="sflog_check(scope.row)" type="primary">质量检验</el-button> -->
|
||||
<!-- <el-button link size="small" @click="sflog_other(scope.row)" type="primary">其他能源</el-button> -->
|
||||
<el-divider direction="vertical"></el-divider>
|
||||
<!-- <el-divider direction="vertical"></el-divider> -->
|
||||
<el-button
|
||||
link
|
||||
size="small"
|
||||
|
|
Loading…
Reference in New Issue