From c5b36d864a88aee1b1f4e01766132990380f932c Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 21 May 2025 11:34:08 +0800
Subject: [PATCH] feat:智飞工单权限管理调整
---
src/views/tickets/orderLog.vue | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/src/views/tickets/orderLog.vue b/src/views/tickets/orderLog.vue
index 38f11de..d82cb9f 100644
--- a/src/views/tickets/orderLog.vue
+++ b/src/views/tickets/orderLog.vue
@@ -176,14 +176,13 @@
>审核</el-button
>
</template>
- <template
- v-if="
+ <!-- v-if="
(userInfo.user_id == row.create_user || hasRecallPaddingBtnPermission()) &&
row.status == 1
- "
- >
+ " -->
+ <template v-if="row.status == 1">
<!--待审核状态-->
- <el-button type="text" icon="el-icon-warning" @click="orderLogRecall(row.id)"
+ <el-button type="text" icon="el-icon-warning" @click="orderLogRecall(row.id)"
>撤回</el-button
>
</template>
@@ -1560,7 +1559,7 @@
& > ::v-deep(.el-button) {
flex: 1;
max-width: 44px;
-
+ margin-right: 10px;
&:nth-child(4n) {
margin-left: 0;
}
--
Gitblit v1.9.3