From 94e9b54ed5f2ce4641db89007b4252b03925b17e Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 23 四月 2024 09:51:56 +0800 Subject: [PATCH] 11 --- src/views/project/unitCost/index.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/project/unitCost/index.vue b/src/views/project/unitCost/index.vue index 291cb22..1726b5d 100644 --- a/src/views/project/unitCost/index.vue +++ b/src/views/project/unitCost/index.vue @@ -117,7 +117,7 @@ <el-table-column label="鐘舵��" align="center" prop="paystatus"> <template slot-scope="scope"> <dict-tag - :options="dict.type.sys_gathering" + :options="dict.type.Collection_status" :value="scope.row.paystatus" /> </template> @@ -227,10 +227,11 @@ import { listOrganization } from "@/api/project/organization"; import OrgSelecter from "@/views/project/components/orgselect"; +import { getToken } from "@/utils/auth"; export default { name: "Donorcharge", - dicts: ["sys_gathering"], + dicts: ["Collection_status"], components: { OrgSelecter }, @@ -291,6 +292,9 @@ pageSize: 10, donorchargeid: null }, + headers: { + Authorization: "Bearer " + getToken() + }, // 琛ㄥ崟鍙傛暟 form: {}, // 琛ㄥ崟鏍¢獙 -- Gitblit v1.9.3