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 @@
审批
驳回
-
+