From 8b666c73d249fcb81b666b03ec638a8bb7357c45 Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期六, 09 八月 2025 17:02:12 +0800
Subject: [PATCH] 修改文字
---
src/views/flowmgr/backImport.vue | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/src/views/flowmgr/backImport.vue b/src/views/flowmgr/backImport.vue
index adee9d1..19d4d6e 100644
--- a/src/views/flowmgr/backImport.vue
+++ b/src/views/flowmgr/backImport.vue
@@ -54,7 +54,7 @@
// hide: true
// },
{
- label: '浠诲姟缂栧彿',
+ label: '绋嬪簭缂栧彿',
prop: 'programNo'
},
{
@@ -85,10 +85,10 @@
// label: '澶勭悊浜�',
// prop: ''
// },
- {
- label: 'MD5鍊�',
- prop: 'md5',
- }
+ //{
+ // label: 'MD5鍊�',
+ // prop: 'md5',
+ //}
],
},
data: [],
@@ -152,7 +152,8 @@
this.loading = false;
this.data = []
} else {
- this.$message.success(res.data.msg || "鎿嶄綔澶辫触");
+ this.$message.error(res.data.msg || "鎿嶄綔澶辫触");
+ this.loading = false;
}
}
--
Gitblit v1.9.3