diff --git a/components.d.ts b/components.d.ts index 975d1ef..77ea662 100644 --- a/components.d.ts +++ b/components.d.ts @@ -27,6 +27,7 @@ declare module 'vue' { AImage: typeof import('ant-design-vue/es')['Image'] AInput: typeof import('ant-design-vue/es')['Input'] AInputNumber: typeof import('ant-design-vue/es')['InputNumber'] + AInputPassword: typeof import('ant-design-vue/es')['InputPassword'] AInputSearch: typeof import('ant-design-vue/es')['InputSearch'] ALayout: typeof import('ant-design-vue/es')['Layout'] ALayoutContent: typeof import('ant-design-vue/es')['LayoutContent'] diff --git a/dist7月14日.zip b/dist7月14日.zip new file mode 100644 index 0000000..b481171 Binary files /dev/null and b/dist7月14日.zip differ diff --git a/src/api/myAxios.ts b/src/api/myAxios.ts index 6b02d0e..337a6bf 100644 --- a/src/api/myAxios.ts +++ b/src/api/myAxios.ts @@ -14,7 +14,7 @@ const myAxios = axios.create({ //baseURL:'http://27.30.77.229:9092/' //baseURL:'http://160.202.242.36:9091/' // baseURL:'http://160.202.242.36:9092/' - + // baseURL:'http://160.202.242.36:9092' }); diff --git a/src/layout/manage/ManageSidebar.vue b/src/layout/manage/ManageSidebar.vue index e187639..f9664a1 100644 --- a/src/layout/manage/ManageSidebar.vue +++ b/src/layout/manage/ManageSidebar.vue @@ -17,9 +17,10 @@ 管理员列表 - 员工列表 - 主管列表 - 普通用户列表 + 员工列表 + 主管列表 + 普通用户列表 + 经理信息 + \ No newline at end of file diff --git a/src/view/performance/supervisorPerformanceRanking.vue b/src/view/performance/supervisorPerformanceRanking.vue new file mode 100644 index 0000000..1834682 --- /dev/null +++ b/src/view/performance/supervisorPerformanceRanking.vue @@ -0,0 +1,378 @@ + + + + + diff --git a/src/view/userList/adminList.vue b/src/view/userList/adminList.vue index 2bfb56c..fd49b2a 100644 --- a/src/view/userList/adminList.vue +++ b/src/view/userList/adminList.vue @@ -1,6 +1,6 @@