升级element-plus到最新版本2.2.27

This commit is contained in:
RuoYi
2022-12-23 16:03:46 +08:00
parent d9451837df
commit 7c258f8e7e
5 changed files with 3 additions and 6 deletions

View File

@ -15,7 +15,7 @@ import useTagsViewStore from '@/store/modules/tagsView'
const tagAndTagSpacing = ref(4);
const { proxy } = getCurrentInstance();
const scrollWrapper = computed(() => proxy.$refs.scrollContainer.$refs.wrap$);
const scrollWrapper = computed(() => proxy.$refs.scrollContainer.$refs.wrapRef);
onMounted(() => {
scrollWrapper.value.addEventListener('scroll', emitScroll, true)

View File

@ -89,7 +89,6 @@
value-key="deptId"
placeholder="选择上级部门"
check-strictly
:render-after-expand="false"
/>
</el-form-item>
</el-col>

View File

@ -69,7 +69,7 @@
<dict-tag :options="sys_normal_disable" :value="scope.row.status" />
</template>
</el-table-column>
<el-table-column label="创建时间" align="center" prop="createTime">
<el-table-column label="创建时间" align="center" width="160" prop="createTime">
<template #default="scope">
<span>{{ parseTime(scope.row.createTime) }}</span>
</template>
@ -96,7 +96,6 @@
value-key="menuId"
placeholder="选择上级菜单"
check-strictly
:render-after-expand="false"
/>
</el-form-item>
</el-col>

View File

@ -196,7 +196,6 @@
value-key="id"
placeholder="请选择归属部门"
check-strictly
:render-after-expand="false"
/>
</el-form-item>
</el-col>