diff --git a/src/components/workflow/drwer/approverDrawer.vue b/src/components/workflow/drwer/approverDrawer.vue
index 3556fa2..3f0058f 100644
--- a/src/components/workflow/drwer/approverDrawer.vue
+++ b/src/components/workflow/drwer/approverDrawer.vue
@@ -601,6 +601,7 @@ const libraryList = ref([
+ {{ approverConfig }}
diff --git a/src/components/workflow/drwer/copyerDrawer.vue b/src/components/workflow/drwer/copyerDrawer.vue
index 6658667..4079821 100644
--- a/src/components/workflow/drwer/copyerDrawer.vue
+++ b/src/components/workflow/drwer/copyerDrawer.vue
@@ -3,104 +3,128 @@
@ 时间: 2023-10-11 11:02:24
@ 备注: 抄送配置
-->
-
-
-
-
-
添加成员
-
-
- {{item.name}}
- 清除
-
+
+ {{ item.name }}
+ 清除
+
-
- 允许发起人自选抄送人
-
-
-
-
-
-
-
-
-
-
+
+ 允许发起人自选抄送人
+
+
+
+
+
+
+
+
+
-
diff --git a/src/components/workflow/drwer/copyerSend.vue b/src/components/workflow/drwer/copyerSend.vue
new file mode 100644
index 0000000..0105b8e
--- /dev/null
+++ b/src/components/workflow/drwer/copyerSend.vue
@@ -0,0 +1,371 @@
+
+
+
+ {{ props }}
+
+
+ {{ copyerConfig }}
+
+
+
+ 属性设置
+
+
+
+
+
+ {{ label }}
+
+
+
+
+
+
指定成员
+
+
+
添加/修改成员
+
+ {{ item.name }}
+ 清除
+
+
+
+
+
主管
+
+
+
+
+
+
+
+
+
+
+
+
找不到主管时,由上级主管代审批
+
+
+
+ 允许发起人自选抄送人
+
+
+
+
+
+ 帮助说明
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/hr/archives/archivescont.vue b/src/views/hr/archives/archivescont.vue
index f9f1ff9..d8258f8 100644
--- a/src/views/hr/archives/archivescont.vue
+++ b/src/views/hr/archives/archivescont.vue
@@ -3,120 +3,125 @@
@ 时间: 2024-08-31 14:15:47
@ 备注: 员工档案
-->
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ userConting.name }}
-
-
- NO.{{ userConting.number }}
-
-
-
-
-
-
- 男
- 女
-
-
-
-
-
- 已婚
- 丧偶
- 离异
- 未婚
-
-
-
-
-
- {{ userConting.myfolk }}
-
-
-
-
-
- 良好
- 较弱
- 有生理缺陷
- 残废
- 一般
-
-
-
-
-
- {{ userConting.mobilephone }}
-
-
-
-
-
- {{ userConting.currentresidence }}
-
-
-
-
-
-
- {{ userConting.companyname }} / {{ userConting.maindeparmentname }}
-
-
-
-
-
- {{ userConting.positionname }}
-
-
-
-
-
-
- 编辑主行政组织
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ userConting.name }}
+
+
+ NO.{{ userConting.number }}
+
+
+
+
+
+
+ 男
+ 女
+
+
+
+
+
+ 已婚
+ 丧偶
+ 离异
+ 未婚
+
+
+
+
+
+ {{ userConting.myfolk }}
+
+
+
+
+
+ 良好
+ 较弱
+ 有生理缺陷
+ 残废
+ 一般
+
+
+
+
+
+ {{ userConting.mobilephone }}
+
+
+
+
+
+ {{ userConting.currentresidence }}
+
+
-
-
-
-
-
-
+
+
+
+ {{ userConting.companyname }} / {{ userConting.maindeparmentname }}
+
+
+
+
+
+ {{ userConting.positionname }}
+
+
+
+
+
+
+ 编辑主行政组织
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
diff --git a/src/views/hr/archives/basicinformation/editorg.vue b/src/views/hr/archives/basicinformation/editorg.vue
index 54da162..52b938e 100644
--- a/src/views/hr/archives/basicinformation/editorg.vue
+++ b/src/views/hr/archives/basicinformation/editorg.vue
@@ -3,315 +3,330 @@
@ 时间: 2023-06-20 08:15:45
@ 备注: 编辑行政组织
-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
diff --git a/src/views/hr/archives/index.vue b/src/views/hr/archives/index.vue
index fc1cfca..803c549 100644
--- a/src/views/hr/archives/index.vue
+++ b/src/views/hr/archives/index.vue
@@ -31,7 +31,7 @@ import { uploadUrl } from "@/api/DesignForm";
/**
* 引入页面
*/
-import ArchivesCont from "@/views/hr/archives/archivescont.vue";
+import ArchivesContPage from "@/views/hr/archives/archivescont.vue";
import XingGeFengXi from "@/views/hr/archives/downpage/xingGeFengXi.vue";
import { ElScrollbar as ElScrollbarType } from "element-plus";
@@ -927,7 +927,7 @@ const gainTimeList = () => {
@pagination="getArchivesPage"
/>
- {
:is-form-flow="props.isFormFlow"
:customer-form-key="props.customerFormKey"
/>
-
+
-
-
-
添加
+
+
添加
-
+
-
-
-
指定位置元素
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
指定位置元素
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
diff --git a/src/views/sysworkflow/lowcodepage/appPage/appPageForm/pageFlow.vue b/src/views/sysworkflow/lowcodepage/appPage/appPageForm/pageFlow.vue
index 2f2e9d5..7e5d163 100644
--- a/src/views/sysworkflow/lowcodepage/appPage/appPageForm/pageFlow.vue
+++ b/src/views/sysworkflow/lowcodepage/appPage/appPageForm/pageFlow.vue
@@ -649,7 +649,7 @@ const simulateFlow = () => {
v-model:form-data="state.formData"
:form-version="formVersion"
/>
-
+
diff --git a/src/views/sysworkflow/lowcodepage/lowCodeFormPage.vue b/src/views/sysworkflow/lowcodepage/lowCodeFormPage.vue
index 31136c8..3cbb86f 100644
--- a/src/views/sysworkflow/lowcodepage/lowCodeFormPage.vue
+++ b/src/views/sysworkflow/lowcodepage/lowCodeFormPage.vue
@@ -3,37 +3,36 @@
@ 时间: 2024-03-09 08:58:23
@ 备注: 编辑表单页面
-->
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
diff --git a/src/views/sysworkflow/lowcodepage/workFlow.vue b/src/views/sysworkflow/lowcodepage/workFlow.vue
index 6643a53..b482d5a 100644
--- a/src/views/sysworkflow/lowcodepage/workFlow.vue
+++ b/src/views/sysworkflow/lowcodepage/workFlow.vue
@@ -569,7 +569,14 @@ onMounted(() => {
v-model:form-data="state.formData"
:form-version="formVersion"
/>
-
+