问题修改

master
zhangdi 6 days ago
parent 18235fbc88
commit 8fc033b832
  1. 2
      src/views/firstOrder/outbound.vue

@ -41,7 +41,7 @@
> >
<el-button <el-button
type="text" type="text"
v-if="scope.row.status == 1||scope.row.status == 2" v-if="scope.row.status == 1"
@click.stop="handleEdit(scope.row)" @click.stop="handleEdit(scope.row)"
>编辑</el-button >编辑</el-button
> >

Loading…
Cancel
Save