|
@@ -105,9 +105,9 @@
|
|
|
</el-row>
|
|
|
</div>
|
|
|
<div class="disposition-bottom">
|
|
|
- <el-button > 取消 </el-button>
|
|
|
- <el-button type="primary" plain> 上一步 </el-button>
|
|
|
- <el-button type="primary"> 下一步 </el-button>
|
|
|
+ <el-button disabled> 取消 </el-button>
|
|
|
+ <el-button type="primary" plain disabled> 上一步 </el-button>
|
|
|
+ <el-button type="primary" disabled> 下一步 </el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</el-form>
|
|
@@ -212,7 +212,7 @@
|
|
|
<template #footer>
|
|
|
<div class="dialog-footer">
|
|
|
<el-button @click="cancel">取 消</el-button>
|
|
|
-<!-- <el-button type="primary" @click="submitForm">确 定</el-button>-->
|
|
|
+ <el-button type="primary" @click="submitForm" disabled>确 定</el-button>
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-dialog>
|
|
@@ -353,7 +353,7 @@
|
|
|
<template #footer>
|
|
|
<div class="dialog-footer">
|
|
|
<el-button @click="cancel">取 消</el-button>
|
|
|
- <el-button type="primary" @click="submitForm">确 定</el-button>
|
|
|
+ <el-button type="primary" @click="submitForm" disabled>确 定</el-button>
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-dialog>
|