This commit is contained in:
‘937886381’
2024-04-08 13:55:22 +08:00
parent ac4cea0c7e
commit b2cc509f8e
18 changed files with 188 additions and 165 deletions

View File

@@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2023-08-01 14:55:51
* @LastEditors: zhp
* @LastEditTime: 2024-03-29 15:32:33
* @LastEditTime: 2024-04-07 16:26:56
* @Description:
-->
<template>
@@ -135,7 +135,12 @@ export default {
width: 250
},
{
type: 'button',
type: this.$auth.hasPermi(
'monitoring:process-traceability:query'
)
? 'button'
: '',
btnName: '查询',
name: 'search',
color: 'primary',