From 7d6921a3cd3c6bcf04bf5503fa78275d09aa26f9 Mon Sep 17 00:00:00 2001
From: Junjie <DELL@qq.com>
Date: 星期一, 01 十二月 2025 16:25:09 +0800
Subject: [PATCH] #
---
src/main/webapp/components/WatchCrnCard.js | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/components/WatchCrnCard.js b/src/main/webapp/components/WatchCrnCard.js
index 5a3c99e..a394a6e 100644
--- a/src/main/webapp/components/WatchCrnCard.js
+++ b/src/main/webapp/components/WatchCrnCard.js
@@ -7,7 +7,8 @@
</div>
<div style="margin-bottom: 10px;">
<div style="margin-bottom: 5px;">
- <el-button @click="openControl" size="mini">鎺у埗涓績</el-button>
+ <el-button v-if="showControl" @click="openControl" size="mini">鍏抽棴鎺у埗涓績</el-button>
+ <el-button v-else @click="openControl" size="mini">鎵撳紑鎺у埗涓績</el-button>
</div>
<div v-if="showControl" style="display: flex;justify-content: space-between;flex-wrap: wrap;">
<div style="margin-bottom: 10px;width: 33%;"><el-input size="mini" v-model="controlParam.crnNo" placeholder="鍫嗗灈鏈哄彿"></el-input></div>
@@ -64,7 +65,7 @@
crnList: [],
activeNames: "",
searchCrnNo: "",
- showControl: true,
+ showControl: false,
controlParam: {
crnNo: "",
sourceLocNo: "",
--
Gitblit v1.9.1