|
@@ -32,7 +32,7 @@
|
|
|
</el-tree>
|
|
|
</el-main>
|
|
|
<el-footer style="height: 51px">
|
|
|
- <el-button type="primary" size="mini" :icon="Plus" style="width: 100%" @click="addDicTree"> 流程组 </el-button>
|
|
|
+ <el-button type="primary" size="small" :icon="Plus" style="width: 100%" @click="addDicTree"> 流程组 </el-button>
|
|
|
</el-footer>
|
|
|
</el-container>
|
|
|
</el-aside>
|
|
@@ -109,7 +109,8 @@ import dict from '@/api/system/dict'
|
|
|
import { computed, nextTick, ref, watch } from 'vue'
|
|
|
import { ElMessage, ElTree, ElMessageBox } from 'element-plus'
|
|
|
import { useTablePage } from '@/hooks/useTablePage'
|
|
|
-import { Plus, Delete, Edit, CopyDocument } from '@element-plus/icons-vue'
|
|
|
+// import { Plus, Delete, Edit, CopyDocument } from '@element-plus/icons-vue'
|
|
|
+import { Plus } from '@element-plus/icons-vue'
|
|
|
import StatusIndicator from '@/components/StatusIndicator'
|
|
|
|
|
|
const visible = ref(false) // 弹窗显示隐藏
|