修改bug
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: zwq
|
||||
* @Date: 2023-08-01 14:55:51
|
||||
* @LastEditors: zhp
|
||||
* @LastEditTime: 2024-04-07 16:26:56
|
||||
* @LastEditTime: 2024-04-12 14:16:03
|
||||
* @Description:
|
||||
-->
|
||||
<template>
|
||||
@@ -96,11 +96,14 @@ export default {
|
||||
// btnName: '编辑',
|
||||
// }
|
||||
// : undefined,
|
||||
{
|
||||
type: 'processDetail',
|
||||
{
|
||||
type: this.$auth.hasPermi(
|
||||
'extend:process-retrospect:query'
|
||||
)
|
||||
? 'button'
|
||||
: '',
|
||||
btnName: '查看工艺详情',
|
||||
},
|
||||
|
||||
].filter((v) => v),
|
||||
list: [],
|
||||
listQuery: {
|
||||
@@ -137,7 +140,7 @@ export default {
|
||||
{
|
||||
|
||||
type: this.$auth.hasPermi(
|
||||
'monitoring:process-traceability:query'
|
||||
'extend:process-retrospect:query'
|
||||
)
|
||||
? 'button'
|
||||
: '',
|
||||
|
||||
Reference in New Issue
Block a user