From c45c747be9a5ce0c97d2524422d8ad1eac33ad9e Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Mon, 15 Jan 2024 19:53:05 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/router/index.js | 12 +
src/views/copy/index.vue | 218 ++++
src/views/datav/copy_v.vue | 2008 ++++++++++++++++++++++++++++++++++++
src/views/datav/data_v.vue | 334 ++++++
src/views/index.vue | 7 +-
5 files changed, 2577 insertions(+), 2 deletions(-)
create mode 100644 src/views/copy/index.vue
create mode 100644 src/views/datav/copy_v.vue
create mode 100644 src/views/datav/data_v.vue
diff --git a/src/router/index.js b/src/router/index.js
index 86ac64a..7bf5862 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -45,6 +45,18 @@ const router = new Router({
component: Index,
children: routes
},
+ {
+ name: 'data_v',
+ path: '/data_v',
+ component: resolve => require(['@/views/datav/data_v'], resolve),
+ meta: {model: 'error'},
+ },
+ {
+ name: 'copy_v',
+ path: '/copy_v',
+ component: resolve => require(['@/views/datav/copy_v'], resolve),
+ meta: {model: 'error'},
+ },
// {
// name: 'login',
// path: '/login',
diff --git a/src/views/copy/index.vue b/src/views/copy/index.vue
new file mode 100644
index 0000000..47ebe70
--- /dev/null
+++ b/src/views/copy/index.vue
@@ -0,0 +1,218 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/datav/copy_v.vue b/src/views/datav/copy_v.vue
new file mode 100644
index 0000000..61002d0
--- /dev/null
+++ b/src/views/datav/copy_v.vue
@@ -0,0 +1,2008 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 子任务尚未全部完成,无法完成父任务
+
+
+
+
+
+
+
+
+
+ {{ task.name }}
+
+
+
+ {{ task.executor.name }}
+
+
+
+
+
+
+ {{ domPaser(task.description) }}
+
+
+
+
+
{{ task.statusText }}
+
+
+ {{
+ showTaskTime(task.begin_time, task.end_time)
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ task.childCount[1] }}/{{
+ task.childCount[0]
+ }}
+
+
+
+ {{ tag.tag.name }}
+
+
{{ task.task_execute_name }}
+
+
+ {{ task.like }}
+
+
+
+
+
+ 发布时间: {{ task.create_time }}
+
+
+ 已逾期: {{ task.timeout }}
+
+
+
+ 处理部门: {{task.department_name}}
+
+
+
抄送:
+
+
+
{{copied.name}}
+
+
+
+
工作流转:
+
+
+
{{item.name}}
+
{{'>>'}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 子任务尚未全部完成,无法完成父任务
+
+
+
+
+
+
+
+
+
+ {{ task.name }}
+
+
+
+ {{ task.executor.name }}
+
+
+
+
+
+
+ {{ domPaser(task.description) }}
+
+
+
+
+
{{ task.statusText }}
+
+
+ {{
+ showTaskTime(task.begin_time, task.end_time)
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ task.childCount[1] }}/{{
+ task.childCount[0]
+ }}
+
+
+
+ {{ tag.tag.name }}
+
+
{{ task.task_execute_name }}
+
+
+ {{ task.like }}
+
+
+
+
+
+ 发布时间: {{ task.create_time }}
+
+
+ 已逾期: {{ task.timeout }}
+
+
+
+ 处理部门: {{task.department_name}}
+
+
+
抄送:
+
+
+
{{copied.name}}
+
+
+
+
工作流转:
+
+
+
{{item.name}}
+
{{'>>'}}
+
+
+
+
+
+
+
+
+
+ 有
+ {{
+ stage.canNotReadCount
+ }}
+ 个任务被隐藏(因为设置了仅参与者可见)
+
+
+
+
+ 查看更多
+ 没有更多了
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 移除
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 设置
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/datav/data_v.vue b/src/views/datav/data_v.vue
new file mode 100644
index 0000000..019d4c4
--- /dev/null
+++ b/src/views/datav/data_v.vue
@@ -0,0 +1,334 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/index.vue b/src/views/index.vue
index 7aabf7a..272ce47 100644
--- a/src/views/index.vue
+++ b/src/views/index.vue
@@ -28,12 +28,12 @@