|
@@ -260,7 +260,7 @@
|
|
|
<el-table-column align="left" label="备注" prop="remark" min-width="100" show-overflow-tooltip />
|
|
|
<el-table-column fixed="right" label="操作" width="100" >
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button @click="handLogistics(scope.row)" type="text" size="small">物流信息</el-button>
|
|
|
+ <el-button v-if="scope.row.pickType != '1' " @click="handLogistics(scope.row)" type="text" size="small">物流信息</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|