From 52b7c1c02035e93fc7a99904cd8a632347a247d0 Mon Sep 17 00:00:00 2001 From: danshihao Date: Thu, 4 Jan 2024 10:25:49 +0800 Subject: [PATCH] =?UTF-8?q?[update]=E8=B5=B7=E8=8D=89=E7=BB=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DraftingGroupMemberUnitMaintenance.vue | 14 +- .../DraftingGroupMemberSetChargeNotice.vue | 202 ++++++++++++++++++ .../modules/DraftingGroupSetLabel.vue | 113 ++++++++++ 3 files changed, 322 insertions(+), 7 deletions(-) create mode 100644 src/views/draftingGroup/modules/DraftingGroupMemberSetChargeNotice.vue create mode 100644 src/views/draftingGroup/modules/DraftingGroupSetLabel.vue diff --git a/src/views/draftingGroup/DraftingGroupMemberUnitMaintenance.vue b/src/views/draftingGroup/DraftingGroupMemberUnitMaintenance.vue index f66c6fc..aa8e51a 100644 --- a/src/views/draftingGroup/DraftingGroupMemberUnitMaintenance.vue +++ b/src/views/draftingGroup/DraftingGroupMemberUnitMaintenance.vue @@ -146,12 +146,12 @@ - + - + @@ -163,11 +163,11 @@ import { getWorkingGroupById, dunningReminder } from '@api/incomePaymentsApi' import StatusSlot from '../../components/tools/StatusSlot' import ProjectDetailModal from '../../components/ProjectDetailModal' import DraftingGroupMemberUnitModule from './modules/DraftingGroupMemberUnitModule' -import WorkingGroupMemberSetChargeNotice from './modules/WorkingGroupMemberSetChargeNotice' +import DraftingGroupMemberSetChargeNotice from './modules/DraftingGroupMemberSetChargeNotice' import Vue from 'vue' import { ACCESS_TOKEN } from '../../store/mutation-types' import PreviewFile from '../../components/jero/PreviewFile' -import WorkGroupSetLabel from './modules/WorkGroupSetLabel' +import DraftingGroupSetLabel from '@views/draftingGroup/modules/DraftingGroupSetLabel' import EmailErrorMsgModal from '../projectManagement/modules/EmailErrorMsgModal' // eslint-disable-next-line no-undef,no-unused-vars @@ -181,10 +181,10 @@ export default { StatusSlot, ProjectDetailModal, DraftingGroupMemberUnitModule, - WorkingGroupMemberSetChargeNotice, + DraftingGroupMemberSetChargeNotice, PreviewFile, EmailErrorMsgModal, - WorkGroupSetLabel + DraftingGroupSetLabel }, mixins: [JeroListMixin], computed: { diff --git a/src/views/draftingGroup/modules/DraftingGroupMemberSetChargeNotice.vue b/src/views/draftingGroup/modules/DraftingGroupMemberSetChargeNotice.vue new file mode 100644 index 0000000..84eface --- /dev/null +++ b/src/views/draftingGroup/modules/DraftingGroupMemberSetChargeNotice.vue @@ -0,0 +1,202 @@ + + + + + \ No newline at end of file diff --git a/src/views/draftingGroup/modules/DraftingGroupSetLabel.vue b/src/views/draftingGroup/modules/DraftingGroupSetLabel.vue new file mode 100644 index 0000000..a2ba923 --- /dev/null +++ b/src/views/draftingGroup/modules/DraftingGroupSetLabel.vue @@ -0,0 +1,113 @@ + + + + + + \ No newline at end of file