标准/译文获取申请管理 模态框加载提示

This commit is contained in:
baoyu
2024-03-27 13:53:52 +08:00
parent 46594b8ab8
commit e312540f26
2 changed files with 4 additions and 0 deletions
@@ -8,6 +8,7 @@
:before-close="handleClose"
size="40%"
>
<loading :loading="showLoading">加载中...</loading>
<el-form ref="addFormRef" :model="addForm" :rules="addFormRules" class="label-input-form">
<el-row>
<el-col :span="12">
@@ -90,6 +91,7 @@ export default {
visible: false,
direction: 'rtl',
isSubmit: false,
showLoading: false,
addForm: {
},
addFormRules: {
@@ -8,6 +8,7 @@
:before-close="handleClose"
size="40%"
>
<loading :loading="showLoading">加载中...</loading>
<el-form ref="addFormRef" :model="addForm" class="label-input-form detail-modal-form">
<el-row>
<el-col :span="12">
@@ -84,6 +85,7 @@ export default {
data () {
return {
visible: false,
showLoading: false,
direction: 'rtl',
addForm: {
},