From 96c8cd16258d26fa9e8bc962eb53fd5337c9f50a Mon Sep 17 00:00:00 2001
From: wangxiang <1827945911@qq.com>
Date: Fri, 20 Oct 2023 23:54:53 +0800
Subject: [PATCH] chore: handle user picker
---
.eslintrc.js | 1 +
src/views/workflow/task/TaskForm.vue | 94 +++++++++++++------
.../workflow/task/popups/UserPicker/index.vue | 18 +++-
3 files changed, 81 insertions(+), 32 deletions(-)
diff --git a/.eslintrc.js b/.eslintrc.js
index 64e6e39..d6917e9 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -116,5 +116,6 @@ module.exports = defineConfig({
'vue/no-v-html': 'off',
'vue/multi-word-component-names': 'off',
'vue/first-attribute-linebreak': 'off',
+ 'vue/v-on-event-hyphenation': 'off',
}
});
diff --git a/src/views/workflow/task/TaskForm.vue b/src/views/workflow/task/TaskForm.vue
index b9a7df8..cada2cc 100644
--- a/src/views/workflow/task/TaskForm.vue
+++ b/src/views/workflow/task/TaskForm.vue
@@ -128,7 +128,7 @@
/>
@@ -142,7 +142,12 @@
审批
驳回
-
+