标准/译文获取申请管理 模态框加载提示
This commit is contained in:
+2
@@ -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: {
|
||||
|
||||
+2
@@ -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: {
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user