From fd41f55c6178449e1802ff43f46a477247032d97 Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: 星期一, 26 九月 2022 15:41:31 +0800
Subject: [PATCH] Default Changelist

---
 src/views/specialWorkSystem/workFlow/approveRule/components/approveRuleDialog.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/views/specialWorkSystem/workFlow/approveRule/components/approveRuleDialog.vue b/src/views/specialWorkSystem/workFlow/approveRule/components/approveRuleDialog.vue
index 1bdb4e0..8a15ba4 100644
--- a/src/views/specialWorkSystem/workFlow/approveRule/components/approveRuleDialog.vue
+++ b/src/views/specialWorkSystem/workFlow/approveRule/components/approveRuleDialog.vue
@@ -109,6 +109,7 @@
 import { reactive, toRefs, ref } from 'vue';
 import { ElMessage } from 'element-plus/es';
 import { approveRuleApi } from '/@/api/specialWorkSystem/approveRule';
+import { Edit, View, Plus, Delete, Refresh, Search, Download } from '@element-plus/icons-vue';
 import approveLevelDialog from '/@/views/specialWorkSystem/workFlow/approveRule/components/approveLevelDialog.vue';
 interface dataState {
     title: string;
@@ -149,7 +150,7 @@
 }
 export default {
     name: 'approveRuleDialog',
-    components: { approveLevelDialog },
+    components: { approveLevelDialog,Plus },
     setup(props: any, context: any) {
         const approveRuleFormRef = ref();
         const approveLevelDialogRef = ref();
@@ -377,6 +378,7 @@
 
         return {
             ...toRefs(data),
+            Plus,
             clearValue,
             parseNumber,
             approveLevelDialog,

--
Gitblit v1.9.2