From 4f2e9b65d2be8f7b79f29870259c53b4c39a3702 Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期五, 29 十月 2021 13:07:36 +0800 Subject: [PATCH] add: 業務員細節 page、UiField 元件 --- PAMapp/components/NavBar.vue | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/PAMapp/components/NavBar.vue b/PAMapp/components/NavBar.vue index 1ba5353..2de27f4 100644 --- a/PAMapp/components/NavBar.vue +++ b/PAMapp/components/NavBar.vue @@ -1,3 +1,9 @@ <template> - <div>navbar</div> + <div>Header + <el-button @click="$router.push('/login')">��</el-button> + <el-button @click="$router.push('/notification')">���</el-button> + <el-button @click="$router.push('/accountSetting')">�犖撣唾�身摰�</el-button> + <el-button @click="$router.push('/record/contactRecord')">�������</el-button> + <el-button @click="$router.push('/contactList/consultantList')">���蝯⊥�</el-button> + </div> </template> \ No newline at end of file -- Gitblit v1.8.0