分销提现,滑块验证bug修改

This commit is contained in:
mabo
2021-07-02 16:45:52 +08:00
parent 3a76ba2c1f
commit cc1afed902
5 changed files with 72 additions and 61 deletions

View File

@@ -121,7 +121,7 @@ export default {
{
title: "发票状态",
key: "receiptStatus",
width: 90,
width: 100,
tooltip: true,
render: (h, params) => {
if (params.row.receiptStatus == 0) {
@@ -138,7 +138,7 @@ export default {
{
title: "订单状态",
key: "orderStatus",
width: 90,
width: 100,
render: (h, params) => {
if (params.row.orderStatus == "UNPAID") {
return h("div", [