@@ -42,43 +125,69 @@ const emits = defineEmits(["update:runIsOpen","refreshPage"]);
-
-
+
+
-
-
-
+
+
+
+
+
-
- {{ userStore }}
-
+
+
+
+
@@ -127,7 +236,9 @@ const emits = defineEmits(["update:runIsOpen","refreshPage"]);
:deep(.el-tabs__header){
margin:0 0 1px 0;
}
-
+ :deep .el-card__body{
+ padding: 0px 0;
+ }
}
.asideBox{
width:250px;
@@ -183,6 +294,10 @@ const emits = defineEmits(["update:runIsOpen","refreshPage"]);
}
}
.userTabel{
- width:300px;
+ width:200px;
+ td {
+ padding: 0px 5px;
+ }
+
}
diff --git a/src/views/sysworkflow/lowcodepage/runApp/operationAction/AppEditPage.vue b/src/views/sysworkflow/lowcodepage/runApp/operationAction/AppEditPage.vue
new file mode 100644
index 000000000..14e99d823
--- /dev/null
+++ b/src/views/sysworkflow/lowcodepage/runApp/operationAction/AppEditPage.vue
@@ -0,0 +1,138 @@
+
+
+
+
+
+
+
+
diff --git a/src/views/sysworkflow/lowcodepage/runApp/regularPage.vue b/src/views/sysworkflow/lowcodepage/runApp/regularPage.vue
new file mode 100644
index 000000000..388787b80
--- /dev/null
+++ b/src/views/sysworkflow/lowcodepage/runApp/regularPage.vue
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/sysworkflow/lowcodepage/runApp/regularPage/completedMattersPage.vue b/src/views/sysworkflow/lowcodepage/runApp/regularPage/completedMattersPage.vue
new file mode 100644
index 000000000..18e1b0134
--- /dev/null
+++ b/src/views/sysworkflow/lowcodepage/runApp/regularPage/completedMattersPage.vue
@@ -0,0 +1,200 @@
+
+
+
+
+
+
+
+ 已办事宜
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+ {{ scope.row.creatorInfo.name }}({{ scope.row.creatorInfo.number }})
+
+
+
+
+
+
+
+ 草稿
+
+
+ 驳回
+
+
+ 审批中
+
+
+ 归档
+
+
+ 删除
+
+
+
+
+
+
+ {{ scope.row.currentNodeName }}:{{ item.name }}({{ item.number }})
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/sysworkflow/lowcodepage/runApp/regularPage/myCreate.vue b/src/views/sysworkflow/lowcodepage/runApp/regularPage/myCreate.vue
new file mode 100644
index 000000000..ead1f2a45
--- /dev/null
+++ b/src/views/sysworkflow/lowcodepage/runApp/regularPage/myCreate.vue
@@ -0,0 +1,220 @@
+
+
+
+
+
+
+
+ 我创建的
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+ {{ scope.row.createrInfo.name }}({{ scope.row.createrInfo.number }})
+
+
+
+
+
+
+
+ 草稿
+
+
+ 驳回
+
+
+ 审批中
+
+
+ 归档
+
+
+ 删除
+
+
+
+
+
+
+
+ 流程任务
+
+
+ 普通任务
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/sysworkflow/lowcodepage/runApp/regularPage/myDrafts.vue b/src/views/sysworkflow/lowcodepage/runApp/regularPage/myDrafts.vue
new file mode 100644
index 000000000..5a357f764
--- /dev/null
+++ b/src/views/sysworkflow/lowcodepage/runApp/regularPage/myDrafts.vue
@@ -0,0 +1,256 @@
+
+
+
+
+
+
+
+
+ 草稿箱
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+ {{ scope.row.createrInfo.name }}({{ scope.row.createrInfo.number }})
+
+
+
+
+
+
+
+ 草稿
+
+
+ 驳回
+
+
+ 审批中
+
+
+ 归档
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/sysworkflow/lowcodepage/runApp/regularPage/myToDoPage.vue b/src/views/sysworkflow/lowcodepage/runApp/regularPage/myToDoPage.vue
new file mode 100644
index 000000000..22917d10f
--- /dev/null
+++ b/src/views/sysworkflow/lowcodepage/runApp/regularPage/myToDoPage.vue
@@ -0,0 +1,204 @@
+
+
+
+
+
+
+
+
+ 代办事宜
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+ {{ scope.row.creatorInfo.name }}({{ scope.row.creatorInfo.number }})
+
+
+
+
+
+
+
+ 草稿
+
+
+ 驳回
+
+
+ 审批中
+
+
+ 归档
+
+
+ 删除
+
+
+
+
+
+
+ {{ scope.row.currentNodeName }}:{{ item.name }}({{ item.number }})
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/sysworkflow/lowcodepage/runApp/regularPage/sendCopy.vue b/src/views/sysworkflow/lowcodepage/runApp/regularPage/sendCopy.vue
new file mode 100644
index 000000000..99341a3d1
--- /dev/null
+++ b/src/views/sysworkflow/lowcodepage/runApp/regularPage/sendCopy.vue
@@ -0,0 +1,176 @@
+
+
+
+
+
+
+
+ 抄送我的
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+ {{ scope.row.creatorInfo.name }}({{ scope.row.creatorInfo.number }})
+
+
+
+
+
+
+
+ 草稿
+
+
+ 驳回
+
+
+ 审批中
+
+
+ 归档
+
+
+ 删除
+
+
+
+
+
+
+ {{ scope.row.currentNodeName }}:{{ item.name }}({{ item.number }})
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/sysworkflow/lowcodepage/runApp/runAppForm.vue b/src/views/sysworkflow/lowcodepage/runApp/runAppForm.vue
new file mode 100644
index 000000000..5248ae346
--- /dev/null
+++ b/src/views/sysworkflow/lowcodepage/runApp/runAppForm.vue
@@ -0,0 +1,226 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+