模式切换

This commit is contained in:
sjl
2024-12-05 11:07:45 +08:00
parent 9e8cdaead6
commit 2878dce69d
11 changed files with 156 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
<template>
<!-- 基础信息弹出框 -->
<el-dialog v-model='dialogVisible' :title="dialogTitle" v-bind="dialogSmall" @close="close">
<el-dialog v-model='dialogVisible' :title="dialogTitle" v-bind="dialogSmall" @close="close" >
<div>
<el-form :model="formContent"
ref='dialogFormRef'