修改
This commit is contained in:
@ -230,6 +230,11 @@
|
|||||||
}
|
}
|
||||||
}"
|
}"
|
||||||
/>
|
/>
|
||||||
|
<div style="margin-left: 10px; display: flex; justify-content: center; align-items: center">
|
||||||
|
<el-tooltip class="box-item" effect="dark" content="列表上已选择得模版不可再选" placement="top">
|
||||||
|
<el-icon><WarningFilled /></el-icon>
|
||||||
|
</el-tooltip>
|
||||||
|
</div>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<template #footer>
|
<template #footer>
|
||||||
<span>
|
<span>
|
||||||
@ -259,6 +264,8 @@ import {
|
|||||||
FormalitiesAreConsolidatedForm
|
FormalitiesAreConsolidatedForm
|
||||||
} from '@/api/formalities/formalitiesAreConsolidated/types';
|
} from '@/api/formalities/formalitiesAreConsolidated/types';
|
||||||
import { useUserStoreHook } from '@/store/modules/user';
|
import { useUserStoreHook } from '@/store/modules/user';
|
||||||
|
import { WarningFilled } from '@element-plus/icons-vue';
|
||||||
|
|
||||||
const fileVisible = ref(false);
|
const fileVisible = ref(false);
|
||||||
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
|
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
|
||||||
// 获取用户 store
|
// 获取用户 store
|
||||||
|
Reference in New Issue
Block a user