From b0b3259c99f22a7ede0c64ddaacc2c0e850b7925 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?=
<7507756+jiang_yuqi@user.noreply.gitee.com>
Date: Wed, 20 Sep 2023 23:02:58 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../views/flowable/definition/indexDrawer.vue | 120 +++++++++++++++
.../flowable/definition/indexOrderDrawer.vue | 137 ++++++++++++++++++
2 files changed, 257 insertions(+)
create mode 100644 ruoyi-ui/src/views/flowable/definition/indexDrawer.vue
create mode 100644 ruoyi-ui/src/views/flowable/definition/indexOrderDrawer.vue
diff --git a/ruoyi-ui/src/views/flowable/definition/indexDrawer.vue b/ruoyi-ui/src/views/flowable/definition/indexDrawer.vue
new file mode 100644
index 00000000..a3712847
--- /dev/null
+++ b/ruoyi-ui/src/views/flowable/definition/indexDrawer.vue
@@ -0,0 +1,120 @@
+
+
+
+
+ 流程发起角色配置
+
+
+
+
+
+
+
+
+ {{ it.name+'('+it.flowKey+')' }}
+
+
+ 提交保存
+ 取 消
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ruoyi-ui/src/views/flowable/definition/indexOrderDrawer.vue b/ruoyi-ui/src/views/flowable/definition/indexOrderDrawer.vue
new file mode 100644
index 00000000..591cacc8
--- /dev/null
+++ b/ruoyi-ui/src/views/flowable/definition/indexOrderDrawer.vue
@@ -0,0 +1,137 @@
+
+
+
+
+ 流程发起角色配置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ v{{ scope.row.version }}
+
+
+
+
+ 激活
+ 挂起
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file