业务组织配置

pull/1/head
qiuhongwu 1 year ago
parent 47ec55c54e
commit 10a786a3cf

@ -1,10 +1,10 @@
<script lang="ts" setup> <script lang="ts" setup>
import type { UnwrapRef, VueElement, nextTick } from 'vue' import type { UnwrapRef, VueElement, nextTick } from 'vue'
import { createVNode, getCurrentInstance, h, onMounted, reactive, ref, watch } from 'vue' import { createVNode, getCurrentInstance, h, onMounted, reactive, ref, watch } from 'vue'
import { ExclamationCircleOutlined, RedoOutlined, SearchOutlined, UserOutlined } from '@ant-design/icons-vue' import { ExclamationCircleOutlined, PlusOutlined, RedoOutlined, SearchOutlined, UserOutlined } from '@ant-design/icons-vue'
import type { FormProps, ItemType, MenuProps, SelectProps, TableColumnsType } from 'ant-design-vue' import type { FormProps, ItemType, MenuProps, SelectProps, TableColumnsType } from 'ant-design-vue'
import type { Dayjs } from 'dayjs' import type { Dayjs } from 'dayjs'
import { Modal, PlusOutlined } from 'ant-design-vue' import { Modal } from 'ant-design-vue'
// this // this
// const { proxy }: any = getCurrentInstance // const { proxy }: any = getCurrentInstance
@ -423,7 +423,7 @@ const menusubhandleClick: MenuProps['onClick'] = (e) => {
<div class="search"> <div class="search">
<a-input placeholder="请输入搜索内容"> <a-input placeholder="请输入搜索内容">
<template #prefix> <template #prefix>
<PlusOutlined /> <SearchOutlined />
</template> </template>
</a-input> </a-input>
</div> </div>
@ -517,7 +517,7 @@ const menusubhandleClick: MenuProps['onClick'] = (e) => {
<!-- 关联 导入 --> <!-- 关联 导入 -->
<div class="relevance"> <div class="relevance">
<a-button type="primary" html-type="submit" style="margin-right:10px;"> <a-button type="primary" html-type="submit" style="margin-right:10px;">
<SearchOutlined /> <PlusOutlined />
关联员工 关联员工
</a-button> </a-button>
<a-button html-type="submit"> <a-button html-type="submit">

Loading…
Cancel
Save