feat: 系统升级支持数据库自动迁移,避免手动执行升级脚本

This commit is contained in:
meilin.huang
2025-02-13 21:11:23 +08:00
parent efb2b7368c
commit aa393590b2
78 changed files with 1965 additions and 1827 deletions

View File

@@ -57,7 +57,7 @@
</template>
<template #default="scope">
<AccountSelectFormItem v-model="scope.row.userId" label="" />
<AccountSelectFormItem style="margin-bottom: 0px" v-model="scope.row.userId" label="" />
</template>
</el-table-column>