提交 5fc92e6d authored 作者: 王天霸's avatar 王天霸

1116

上级 079fe948
......@@ -226,7 +226,7 @@
<el-table-column label="操作" width="120" align="center" fixed="right">
<template slot-scope="scope">
<el-button type="text" @click="handleInfo(scope.row)">详情</el-button>
<el-button :disabled="Number(scope.row.goods_status)!==0||(Number(scope.row.status)!=0&&Number(scope.row.status)!=-1)" type="text"
<el-button :disabled="(Number(scope.row.refund_type)!=6&&Number(scope.row.refund_type)!=3&&Number(scope.row.refund_type)!=10&&Number(scope.row.refund_type)!=0)||Number(scope.row.goods_status)!==0||(Number(scope.row.status)!=0&&Number(scope.row.status)!=-1)" type="text"
@click="goShipping(scope.row.id,scope.row.goods_order_sn)">去发货</el-button>
</template>
</el-table-column>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论