Commit 4b8c76f6 authored by renjintao's avatar renjintao

eq

parent 741497a3
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
clearable clearable
style="width:235px;flaot:left;" style="width:235px;flaot:left;"
/> />
<Button type="success" class @click="easySearch">查询</Button> <Button type="primary" class @click="easySearch">查询</Button>
<!-- <Button @click="advancedSearch" type="success" style="margin-left:8px;">高级搜索</Button> --> <!-- <Button @click="advancedSearch" type="success" style="margin-left:8px;">高级搜索</Button> -->
</Col> </Col>
<!-- <Col span="12" style=" text-align: right;"> <!-- <Col span="12" style=" text-align: right;">
......
...@@ -19,13 +19,13 @@ ...@@ -19,13 +19,13 @@
clearable clearable
style="width:235px;flaot:left;" style="width:235px;flaot:left;"
/> />
<Button type="success" class="" @click="easySearch">查询</Button> <Button type="primary" class="" @click="easySearch">查询</Button>
<!-- <Button @click="advancedSearch" type="success" style="margin-left:8px;">高级搜索</Button> --> <!-- <Button @click="advancedSearch" type="success" style="margin-left:8px;">高级搜索</Button> -->
</Col> </Col>
<Col span="12" style=" text-align: right;"> <Col span="12" style=" text-align: right;">
<Button type="success" @click="newEquipment">新增设备</Button> <Button type="primary" @click="newEquipment">新增设备</Button>
<Button type="success" @click="newMain1">设备维修</Button> <Button type="primary" @click="newMain1">设备维修</Button>
<Button type="success" @click="newMain">设备保养</Button> <Button type="primary" @click="newMain">设备保养</Button>
<!-- <Button type="success" @click="deleted">删除</Button> --> <!-- <Button type="success" @click="deleted">删除</Button> -->
</Col> </Col>
</Row> </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