区域导入导出

This commit is contained in:
weicw
2021-08-25 23:31:05 +08:00
parent fd90065205
commit f68ca5f61d
20 changed files with 1734 additions and 2026 deletions

View File

@@ -47,7 +47,7 @@
</a-form>
<a-modal
v-model:visible="showEdit"
:title="form.functionNoiseId !== undefined ? '修改用户' : '添加用户'"
:title="form.functionNoiseId !== undefined ? '修改记录' : '添加记录'"
:confirm-loading="loading"
:width="1000"
:body-style="{ paddingBottom: '8px' }"