From 633f26d8e772b2441fb3fab72ecab0a047def74c Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期三, 21 二月 2024 15:06:42 +0800 Subject: [PATCH] 11 --- src/views/project/relativesconfirmation/index.vue | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/views/project/relativesconfirmation/index.vue b/src/views/project/relativesconfirmation/index.vue index 99a4b09..38e5b68 100644 --- a/src/views/project/relativesconfirmation/index.vue +++ b/src/views/project/relativesconfirmation/index.vue @@ -157,10 +157,14 @@ prop="recordstate" > <template slot-scope="scope"> - <dict-tag + + <div v-if="!scope.row.terminationCase"> + <dict-tag :options="dict.type.sys_DonationStatus" :value="scope.row.recordstate" - /> + /> + </div> + <div v-else>浠诲姟涓</div> </template> </el-table-column> @@ -898,6 +902,7 @@ import Li_area_select from "@/components/Address"; import OrgSelecter from "@/views/project/components/orgselect"; import AnnexUpload from "@/views/project/components/annexupload"; +import { getToken } from "@/utils/auth"; import { listOrganization, listReportname, @@ -1055,6 +1060,9 @@ city: null, treatmenthospitalno: null, }, + headers: { + Authorization: "Bearer " + getToken() + }, // 琛ㄥ崟鍙傛暟 form: {}, // 琛ㄥ崟鏍¢獙 -- Gitblit v1.9.3