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 @@
+
+
+
+
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+ {e.target.value = (e.target.value + '').trim()}">
+
+
+
+
+
+
+
+
+
+
+
+ {e.target.value = (e.target.value + '').trim()}">
+
+
+
+
+
+
+
+
+
+
+
+
+ 关闭
+ 确定
+
+
+
+
+
+
+
\ 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 @@
+
+
+
+
+
+
+
+
+ {e.target.value = (e.target.value + '').trim()}">
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file