This commit is contained in:
guochunsi
2026-01-27 13:48:18 +08:00
parent c5eea52c46
commit b3ea5ee1ee
25 changed files with 192 additions and 428 deletions

View File

@@ -1,7 +1,7 @@
<template>
<el-dialog
v-model="visible"
:title="formData.id ? '编辑' : '新增'"
:title="formData.id ? '修改' : '新增'"
width="800px"
:close-on-click-modal="false"
destroy-on-close