Commit db3f1e42 authored by renjintao's avatar renjintao

button primary

parent 518f1a33
......@@ -38,7 +38,7 @@
<div slot="footer">
<!-- class="footers" -->
<Button @click="close">取消</Button>
<Button @click="saveOk" type="success">保存</Button>
<Button @click="saveOk" type="primary">保存</Button>
</div>
</Modal>
<Department
......
......@@ -337,7 +337,7 @@
<div class="search-form">
<Row>
<Col span="1" style=" text-align: right;">
<Button type="success" @click="newMainBack">维保反馈</Button>
<Button type="primary" @click="newMainBack">维保反馈</Button>
<!-- <Button type="success" @click="deleted">删除</Button> -->
</Col>
</Row>
......
......@@ -84,7 +84,7 @@
<div slot="footer">
<!-- class="footers" -->
<Button @click="close">取消</Button>
<Button @click="saveOk" type="success">保存</Button>
<Button @click="saveOk" type="primary">保存</Button>
</div>
</Modal>
<Department
......
......@@ -337,7 +337,7 @@
<div class="search-form">
<Row>
<Col span="1" style=" text-align: right;">
<Button type="success" @click="newMainBack">维保反馈</Button>
<Button type="primary" @click="newMainBack">维保反馈</Button>
<!-- <Button type="success" @click="deleted">删除</Button> -->
</Col>
</Row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment