Browse Source

样式优化

dev
nizongfeng 3 years ago
parent
commit
53cd152262
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      application/admin/view/receipt_order/index.html

+ 1
- 1
application/admin/view/receipt_order/index.html View File

@@ -219,7 +219,7 @@

</el-table>
<div style="margin-top: 5px">
<el-button @click="addOrderAll()" :disabled="multipleSelection.length==0">添加到采购单</el-button>
<el-button type="primary" icon="el-icon-circle-plus" @click="addOrderAll()" :disabled="multipleSelection.length==0">添加到采购单</el-button>
</div>
<el-pagination
:page-size="orderMainListSearch.pageSize"


Loading…
Cancel
Save