From 8a01cd3076ac20e1529a6768bb07e71f3c21f00d Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 25 四月 2024 15:43:57 +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