From 8f0bc2dca99ddf7054265e89a58b79d3eda809fc Mon Sep 17 00:00:00 2001 From: Min5203 <2318556978@qq.com> Date: Mon, 24 Jan 2022 16:03:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E5=87=BAtable=E5=81=9A=E6=88=90?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Table.vue | 100 +++++++++++++++++++++++++++++++++ pages/Initiate-application.vue | 22 +------- pages/applicant.vue | 22 +------- pages/application-details.vue | 14 +++-- pages/index.vue | 91 +----------------------------- 5 files changed, 115 insertions(+), 134 deletions(-) create mode 100644 components/Table.vue diff --git a/components/Table.vue b/components/Table.vue new file mode 100644 index 0000000..1971123 --- /dev/null +++ b/components/Table.vue @@ -0,0 +1,100 @@ + + + + + diff --git a/pages/Initiate-application.vue b/pages/Initiate-application.vue index 27c9122..2d6a572 100644 --- a/pages/Initiate-application.vue +++ b/pages/Initiate-application.vue @@ -231,27 +231,7 @@ 历史申请
- - - - - - - - - - - - - -
申请人金额(元)时间状态
{{item.applicant}}{{item.money}}{{item.time}} - {{item.type === 1 ? '已通过' : item.type === 2 ? '已驳回' : '待审批'}} -
- +
暂无历史记录 diff --git a/pages/applicant.vue b/pages/applicant.vue index ff2314a..2555ddb 100644 --- a/pages/applicant.vue +++ b/pages/applicant.vue @@ -13,27 +13,7 @@ 历史申请
-
- - - - - - - - - - - - -
申请人金额(元)时间状态
{{item.applicant}}{{item.money}}{{item.time}} - {{item.type === 1 ? '已通过' : item.type === 2 ? '已驳回' : '待审批'}} -
- +
暂无历史记录 diff --git a/pages/application-details.vue b/pages/application-details.vue index 0e7e1de..28b5fa4 100644 --- a/pages/application-details.vue +++ b/pages/application-details.vue @@ -26,10 +26,16 @@ const checkerList = ref([ status: "0", }, { - name: "冯教授", - advice: "", - checkedTime: "", - status: "0", + name: "薇薇安", + advice: "很棒!", + checkedTime: "12/18 14:55", + status: "1", + }, + { + name: "薇薇安", + advice: "很棒!", + checkedTime: "12/18 14:55", + status: "1", } ]) function onClickLeft(){ diff --git a/pages/index.vue b/pages/index.vue index bbe42cf..fa51d86 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -11,26 +11,7 @@
财务管理 对项目预算、奖金进行配置 -
- - - - - - - - - - - - - - - -
任务名称预算(元)奖金(元)
{{item.name}}{{item.budget}}{{item.bonus}}
合计{{sumBudget}}{{sumBonus}}
- + 角色管理 @@ -51,51 +32,7 @@ export default {