暂无历史记录
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 @@
暂无历史记录
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 {