fix: model

This commit is contained in:
xingyu4j 2022-11-16 12:36:33 +08:00
parent f4525f7a0a
commit fab2366d55

View File

@ -25,7 +25,7 @@
</vxe-grid> </vxe-grid>
</ContentWrap> </ContentWrap>
<!-- 弹窗 --> <!-- 弹窗 -->
<XModal id="postModel" v-model="dialogVisible" :title="dialogTitle"> <XModal id="postModel" v-model="dialogVisible" :title="t('action.detail')">
<!-- 对话框(详情) --> <!-- 对话框(详情) -->
<Descriptions :schema="allSchemas.detailSchema" :data="detailRef"> <Descriptions :schema="allSchemas.detailSchema" :data="detailRef">
<template #resultCode="{ row }"> <template #resultCode="{ row }">
@ -62,7 +62,6 @@ const { gridOptions, exportList } = useVxeGrid<OperateLogApi.OperateLogVO>({
// //
const dialogVisible = ref(false) // const dialogVisible = ref(false) //
const dialogTitle = ref('edit') //
const actionLoading = ref(false) // Loading const actionLoading = ref(false) // Loading
const detailRef = ref() // Ref const detailRef = ref() // Ref
// //