|
@@ -186,7 +186,7 @@
|
|
|
</el-form>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
|
<el-button type="primary" @click="submitForm">确 定</el-button>
|
|
|
- <el-button @click="cancel">取 消</el-button>
|
|
|
+ <el-button @click="cancel" plain>取 消</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
<!-- 修改对话框 -->
|
|
@@ -260,7 +260,7 @@
|
|
|
</el-form>
|
|
|
<div slot="footer" class="dialog-footer" v-if="formRow.clzt == '0'">
|
|
|
<el-button type="primary" @click="submitForm">确 定</el-button>
|
|
|
- <el-button @click="cancel">取 消</el-button>
|
|
|
+ <el-button @click="cancel" plain>取 消</el-button>
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
|