|
@@ -235,6 +235,12 @@ function applyInfo() {
|
|
|
<el-button :disabled="subButtonDisabled" @click="applyInfo" type="primary">提交信息</el-button>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
+ <el-row align="middle" style="margin-top: 20px">
|
|
|
+ <el-col :span="4"></el-col>
|
|
|
+ <el-col :span="18" align="left">
|
|
|
+ <el-text v-if="subButtonDisabled" type="primary">请稍等,正在提交信息,请不要退出页面...</el-text>
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
</div>
|
|
|
|
|
|
<el-row v-if="disablePage">
|