标准/译文获取申请管理 模态框加载提示
This commit is contained in:
+2
@@ -8,6 +8,7 @@
|
|||||||
:before-close="handleClose"
|
:before-close="handleClose"
|
||||||
size="40%"
|
size="40%"
|
||||||
>
|
>
|
||||||
|
<loading :loading="showLoading">加载中...</loading>
|
||||||
<el-form ref="addFormRef" :model="addForm" :rules="addFormRules" class="label-input-form">
|
<el-form ref="addFormRef" :model="addForm" :rules="addFormRules" class="label-input-form">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
@@ -90,6 +91,7 @@ export default {
|
|||||||
visible: false,
|
visible: false,
|
||||||
direction: 'rtl',
|
direction: 'rtl',
|
||||||
isSubmit: false,
|
isSubmit: false,
|
||||||
|
showLoading: false,
|
||||||
addForm: {
|
addForm: {
|
||||||
},
|
},
|
||||||
addFormRules: {
|
addFormRules: {
|
||||||
|
|||||||
+2
@@ -8,6 +8,7 @@
|
|||||||
:before-close="handleClose"
|
:before-close="handleClose"
|
||||||
size="40%"
|
size="40%"
|
||||||
>
|
>
|
||||||
|
<loading :loading="showLoading">加载中...</loading>
|
||||||
<el-form ref="addFormRef" :model="addForm" class="label-input-form detail-modal-form">
|
<el-form ref="addFormRef" :model="addForm" class="label-input-form detail-modal-form">
|
||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="12">
|
<el-col :span="12">
|
||||||
@@ -84,6 +85,7 @@ export default {
|
|||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
visible: false,
|
visible: false,
|
||||||
|
showLoading: false,
|
||||||
direction: 'rtl',
|
direction: 'rtl',
|
||||||
addForm: {
|
addForm: {
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user