diff --git a/src/views/rights/aliPayOrder/index.vue b/src/views/rights/aliPayOrder/index.vue index 1a3ed8a..96c3c9c 100644 --- a/src/views/rights/aliPayOrder/index.vue +++ b/src/views/rights/aliPayOrder/index.vue @@ -46,99 +46,56 @@ v-for="item in status" :key="item.value" :label="item.label" - :value="item.value" - /> + :value="item.value"/> + + + + - - 搜索 + + 搜索 重置 - - - 新增 - - - 删除 - - - - - - - - - - {{scope.row.source == '0' ? "通用" : scope.row.source == '1' ? "抖音": scope.row.source == '2' ? "快手": scope.row.source == '3' ? "微信": ''}} - - - + + + - + {{ parseTime(scope.row.orderTime) }} - - + + + + + - + {{ parseTime(scope.row.unsubTime) }} - + - {{ parseTime(scope.row.createTime) }} + {{scope.row.status == '1' ? "权益类业务" :''}} - + + + - {{ parseTime(scope.row.updateTime) }} - - - - - 修改 - 删除 + {{scope.row.status == '0' ? "失败" : scope.row.status == '1' ? "成功": scope.row.status == '2' ? "支付成功尚未回调":''}} @@ -152,72 +109,11 @@ /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 将文件拖到此处,或点击上传 - - 仅允许上传jpg,jpeg,png格式图片。 - - - - - - - - \ No newline at end of file