From 4bd19a5df18f763c9b89c06b60ed42d11baede2a Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Tue, 09 Jul 2024 17:33:37 +0800
Subject: [PATCH] 无诈代码优化
---
src/components/cardPopup/cardPopuponce.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/cardPopup/cardPopuponce.vue b/src/components/cardPopup/cardPopuponce.vue
index c5cbfbd..9ebf1c9 100644
--- a/src/components/cardPopup/cardPopuponce.vue
+++ b/src/components/cardPopup/cardPopuponce.vue
@@ -46,7 +46,7 @@
<div class="hand-next">
<el-button type="primary" @click="commitFrom()" :disabled="status">{{status ? "提交审批" : "提交审批"
}}</el-button>
- <el-button type="info" @click="qx">取消</el-button>
+ <!-- <el-button type="info" @click="qx">取消</el-button> -->
</div>
</basic-container>
--
Gitblit v1.9.3