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 {