From 6c6de9a0f4f6bfe8e80292b0bf0bc31d8b63a979 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期四, 10 八月 2023 17:37:28 +0800
Subject: [PATCH] yxh
---
src/views/project/fund/ethicalExpertFeeApply/index.vue | 18 +++++++++++-------
1 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/src/views/project/fund/fundApply/index.vue b/src/views/project/fund/ethicalExpertFeeApply/index.vue
similarity index 98%
rename from src/views/project/fund/fundApply/index.vue
rename to src/views/project/fund/ethicalExpertFeeApply/index.vue
index aa4e074..c3f7c95 100644
--- a/src/views/project/fund/fundApply/index.vue
+++ b/src/views/project/fund/ethicalExpertFeeApply/index.vue
@@ -69,18 +69,22 @@
</el-row>
<el-row>
<el-table v-loading="loading" border :data="donateconsolationfundList">
- <el-table-column label="鐢宠鏃ユ湡" align="center" prop="createTime" width="180px" />
+ <el-table-column label="鐢宠鏃ユ湡" align="center" prop="createTime" width="150px">
+ <template slot-scope="scope">
+ <span>{{
+ parseTime(scope.row.createTime, "{y}-{m}-{d}")
+ }}</span>
+ </template>
+ </el-table-column>
<el-table-column label="鐢宠浜�" align="center" prop="username" width="120px" />
- <el-table-column label="瀹℃牳鐘舵��" width="150" align="center" prop="recordstatus">
+ <el-table-column label="鐢宠閲戦" align="center" prop="pretaxcost" width="200px" />
+ <el-table-column label="鎵�灞炵粍鍒�" align="center" prop="deptmentname" width="200px" />
+ <el-table-column label="缁勯暱" align="center" prop="managername" width="150px" />
+ <el-table-column label="瀹℃牳鐘舵��" align="center" prop="recordstatus">
<template slot-scope="scope">
<dict-tag :options="dict.type.sys_recordstatus" :value="scope.row.recordstatus" />
</template>
</el-table-column>
- <el-table-column label="绋庡墠閲戦鍚堣" align="center" prop="pretaxcost" width="120px" />
- <el-table-column label="绋庡悗閲戦鍚堣" align="center" prop="taxedcost" width="120px" />
- <el-table-column label="鐢宠閲戦" align="center" prop="amountrequested" width="120px" />
- <el-table-column label="鎵�灞炵粍鍒�" align="center" prop="deptmentname" width="150px" />
- <el-table-column label="缁勯暱" align="center" prop="managername" width="220px" />
<!--
<el-table-column label="鑱旂郴鐢佃瘽" align="center" prop="phone" width="150px" />
<el-table-column label="宸ヤ綔鍗曚綅" align="center" prop="unitname" width="220px" />
--
Gitblit v1.9.3