|
@@ -162,10 +162,10 @@
|
|
|
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="{row}">
|
|
|
<router-link :to="'/order/detail/' + row.orderID ">
|
|
|
- <el-button type="primary" size="mini" style="width: 80px;margin:5px 0 0 0;">查看详情</el-button>
|
|
|
+ <el-button type="primary" size="mini" style="width: 70px;margin:5px 0 0 0;">查看详情</el-button>
|
|
|
</router-link>
|
|
|
<el-dropdown>
|
|
|
- <el-button type="success" size="mini" style="width: 80px;margin:5px 0 0 0;">
|
|
|
+ <el-button type="success" size="mini" style="width: 70px;margin:5px 0 0 0;">
|
|
|
功能<i class="el-icon-arrow-down el-icon--right" />
|
|
|
</el-button>
|
|
|
<el-dropdown-menu slot="dropdown">
|