From 8022f7036945b75f82f2dfc43055623f81ed98f6 Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期五, 23 五月 2025 22:42:56 +0800 Subject: [PATCH] yxh --- src/views/project/donatebaseinfo/index.vue | 19 ++++++++++--------- 1 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/views/project/donatebaseinfo/index.vue b/src/views/project/donatebaseinfo/index.vue index 724e87e..c16b502 100644 --- a/src/views/project/donatebaseinfo/index.vue +++ b/src/views/project/donatebaseinfo/index.vue @@ -47,7 +47,7 @@ </el-form-item> </el-col> <el-col :span="9"> - <el-form-item label="鏃ユ湡"> + <el-form-item label="妗堜緥鏃堕棿"> <el-date-picker style="width: 100%" v-model="selecttime" @@ -97,7 +97,7 @@ </el-form-item> </el-col> <el-col :span="5"> - <el-form-item label="鏄惁缁堟路"> + <el-form-item label="鏄惁缁堟"> <el-select v-model="queryParams.terminationCase" placeholder="璇烽�夋嫨鐘舵��" @@ -251,7 +251,7 @@ prop="reportername" width="100" /> - <!-- + <!-- <el-table-column label="鐜版墍鍦ㄥ湴甯�" align="center" @@ -268,7 +268,7 @@ <dict-tag :options="dict.type.sys_DonationStatus" :value="scope.row.recordstate" - /> + /> </template> </el-table-column> --> @@ -312,9 +312,9 @@ v-hasPermi="['project:donatebaseinfo:remove']" >鍒犻櫎</el-button > - <!-- + <!-- <el-button v-if="scope.row.recordstate == 0 || scope.row.recordstate == 3" size="mini" type="text" - icon="el-icon-thumb" @click="handleapproval(scope.row)">鎻愪氦</el-button> + icon="el-icon-thumb" @click="handleapproval(scope.row)">鎻愪氦</el-button> --> <el-button size="mini" @@ -323,9 +323,9 @@ @click="handledownload(scope.row)" >涓嬭浇</el-button > - <!-- + <!-- <el-button size="mini" type="text" icon="el-icon-edit" @click="handletermination(scope.row)" - v-hasPermi="['project:donatebaseinfo:edit']">{{ scope.row.recordstate == 99 ? "鎭㈠": "缁堟" }}</el-button> + v-hasPermi="['project:donatebaseinfo:edit']">{{ scope.row.recordstate == 99 ? "鎭㈠": "缁堟" }}</el-button> --> </template> </el-table-column> @@ -1249,6 +1249,8 @@ if (this.$route.params.reporterno != "") { this.reporterno = this.$route.params.reporterno; } + this.queryParams.terminationcase = this.$route.params.terminationcase; + if ( this.$route.params.tempRecordState != "" && this.$route.params.tempRecordState != undefined @@ -1729,7 +1731,6 @@ const id = row.id || this.ids; getDonatebaseinfo(id).then(response => { this.form = response.data; - this.form.diseasetype = this.form.diseasetype.split(","); this.form.infectious = this.form.infectious.split(","); this.form.selfwill = this.form.selfwill.split(","); -- Gitblit v1.9.3