Commit e46f6c46 authored by 康振飞's avatar 康振飞

订单管理高级查询按钮优化

parent e4316404
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
<div slot="footer" > <div slot="footer" >
<Button @click="close" style="margin-left:20px;">取消</Button> <Button @click="close" style="margin-left:20px;">取消</Button>
<!-- <Button @click="formReset" style="margin-left:20px;">重置</Button> --> <!-- <Button @click="formReset" style="margin-left:20px;">重置</Button> -->
<Button @click="complexSearch" type="success" style="margin-left:10px;">查询</Button> <Button @click="complexSearch" type="primary" style="margin-left:10px;">查询</Button>
<!-- <Checkbox v-model="saveLog" label="保存此次搜索" style="margin-left:20px;">保存此次搜索</Checkbox> --> <!-- <Checkbox v-model="saveLog" label="保存此次搜索" style="margin-left:20px;">保存此次搜索</Checkbox> -->
</div> </div>
</Modal> </Modal>
......
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