From dc082351978a1e9f75d7a1471a0ca7ebeac552a5 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期一, 01 六月 2026 11:07:50 +0800
Subject: [PATCH] opo维护
---
src/views/project/donationdetails/index.vue | 26 ++++++++++++++------------
1 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/src/views/project/donationdetails/index.vue b/src/views/project/donationdetails/index.vue
index b2f8635..a16ee2b 100644
--- a/src/views/project/donationdetails/index.vue
+++ b/src/views/project/donationdetails/index.vue
@@ -664,10 +664,10 @@
</el-form-item>
</el-col>
<el-col :span="8">
- <el-form-item label="涓庢崘璧犺�呭叧绯�" prop="familyrelations">
+ <el-form-item label="涓庢崘鐚�呭叧绯�" prop="familyrelations">
<el-select
v-model="form.familyrelations"
- placeholder="璇烽�夋嫨涓庢崘璧犺�呭叧绯�"
+ placeholder="璇烽�夋嫨涓庢崘鐚�呭叧绯�"
>
<el-option
v-for="dict in dict.type.sys_FamilyRelation || []"
@@ -1023,7 +1023,7 @@
>
<el-row>
<el-col :span="6">
- <el-form-item label="鎹愯禒鑰呮皯鏃�" prop="nation">
+ <el-form-item label="鎹愮尞鑰呮皯鏃�" prop="nation">
<el-select
filterable
v-model="affirmform.nation"
@@ -1039,7 +1039,7 @@
</el-form-item>
</el-col>
<el-col :span="6">
- <el-form-item label="鎹愯禒鑰呭鍘�" prop="education">
+ <el-form-item label="鎹愮尞鑰呭鍘�" prop="education">
<el-select
v-model="affirmform.education"
placeholder="璇烽�夋嫨瀛﹀巻"
@@ -1054,7 +1054,7 @@
</el-form-item>
</el-col>
<el-col :span="6">
- <el-form-item label="鎹愯禒鑰呰亴涓�" prop="occupation">
+ <el-form-item label="鎹愮尞鑰呰亴涓�" prop="occupation">
<el-select
filterable
v-model="affirmform.occupation"
@@ -1079,12 +1079,12 @@
<el-col :span="6">
<el-form-item
align="left"
- label="涓庢崘璧犺�呭叧绯�"
+ label="涓庢崘鐚�呭叧绯�"
prop="familyrelations"
>
<el-select
v-model="affirmform.familyrelations"
- placeholder="璇烽�夋嫨涓庢崘璧犺�呭叧绯�"
+ placeholder="璇烽�夋嫨涓庢崘鐚�呭叧绯�"
>
<el-option
v-for="dict in dict.type.sys_FamilyRelation || []"
@@ -3806,12 +3806,14 @@
// if (e != "" || e != null) {
let asdx = this.form.workflow + 1;
- if (asdx >= e) {
- this.actives = e;
+ this.actives = e;
this.GetAttacheddata();
- } else {
- this.$modal.msgWarning("璇峰厛瀹屾垚鍓嶉儴姝ラ");
- }
+ // if (asdx >= e) {
+ // this.actives = e;
+ // this.GetAttacheddata();
+ // } else {
+ // this.$modal.msgWarning("璇峰厛瀹屾垚鍓嶉儴姝ラ");
+ // }
// }
},
// 鑾峰彇閮ㄩ棬鏁版嵁缂撳瓨
--
Gitblit v1.9.3