src/components/view/sale.vue
@@ -177,7 +177,7 @@ <span style="color: #ff9900;" v-else>未审核</span> </template> </el-table-column> <el-table-column label="操作" width="220"> <el-table-column label="操作" width="250"> <template slot-scope="scope"> <span class="table_do" @click="changeShowDetail(scope.row)"> 查看详情 </span> <span class="table_do" @click="downloadFile(scope.row)"> 下载附件 </span>