|
@@ -140,7 +140,7 @@
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
<router-link :to="'/order/detail/' + row.orderID "><el-button type="primary" size="small">查看详情</el-button></router-link>
|
|
<router-link :to="'/order/detail/' + row.orderID "><el-button type="primary" size="small">查看详情</el-button></router-link>
|
|
<el-dropdown>
|
|
<el-dropdown>
|
|
- <el-button type="success" size="small" style="margin-top:5px;">
|
|
|
|
|
|
+ <el-button type="success" size="small" style="width: 80px; margin-top:5px;">
|
|
功能<i class="el-icon-arrow-down el-icon--right" />
|
|
功能<i class="el-icon-arrow-down el-icon--right" />
|
|
</el-button>
|
|
</el-button>
|
|
<el-dropdown-menu slot="dropdown">
|
|
<el-dropdown-menu slot="dropdown">
|
|
@@ -157,7 +157,11 @@
|
|
<pagination v-show="total>0" :total="total" :page.sync="listQuery.index" :limit.sync="listQuery.pageSize" @pagination="fetchData" />
|
|
<pagination v-show="total>0" :total="total" :page.sync="listQuery.index" :limit.sync="listQuery.pageSize" @pagination="fetchData" />
|
|
|
|
|
|
<Remarks dialog-title="订单备注信息" :is-visible.sync="dialogRemarksVisible" :order-id="dialogRemarksOrderId" :remark-list="dialogRemarkList" />
|
|
<Remarks dialog-title="订单备注信息" :is-visible.sync="dialogRemarksVisible" :order-id="dialogRemarksOrderId" :remark-list="dialogRemarkList" />
|
|
-
|
|
|
|
|
|
+ <template>
|
|
|
|
+ <el-backtop style="right: 40px; bottom: 40px;">
|
|
|
|
+ <i class="el-icon-upload2" />
|
|
|
|
+ </el-backtop>
|
|
|
|
+ </template>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|