diff --git a/src/api/home/hysgl/hysinfo/index.ts b/src/api/home/hysgl/hysinfo/index.ts new file mode 100644 index 0000000..ae264b5 --- /dev/null +++ b/src/api/home/hysgl/hysinfo/index.ts @@ -0,0 +1,21 @@ +import request from "@/config/axios"; + +export interface CalendarDate { + isSelected: boolean + type: string + day: string + date: Date +} + +/** + * 工作日历API + */ +export const AgendaApi = { + /** + * 获取工作Day + * @param params + */ + getAgendaPage: async (params: any) => { + return await request.get({ url: `/calendar/agenda/page`, params }) + }, +} diff --git a/src/views/Home/hysgl/hysinfo/HyInfoForm.vue b/src/views/Home/hysgl/hysinfo/HyInfoForm.vue new file mode 100644 index 0000000..4bd5847 --- /dev/null +++ b/src/views/Home/hysgl/hysinfo/HyInfoForm.vue @@ -0,0 +1,305 @@ + + diff --git a/src/views/Home/hysgl/hysinfo/index.vue b/src/views/Home/hysgl/hysinfo/index.vue new file mode 100644 index 0000000..989d779 --- /dev/null +++ b/src/views/Home/hysgl/hysinfo/index.vue @@ -0,0 +1,183 @@ + + + + +