diff --git a/ghy-admin/src/main/resources/templates/order/master.html b/ghy-admin/src/main/resources/templates/order/master.html index 363ca361..b5367028 100644 --- a/ghy-admin/src/main/resources/templates/order/master.html +++ b/ghy-admin/src/main/resources/templates/order/master.html @@ -466,7 +466,9 @@ actions.push('查看 '); actions.push('师傅退单 '); actions.push('商家退单 '); - actions.push('付款 '); + if (row.payStatus == 0) { + actions.push('付款 '); + } return actions.join(''); } }, diff --git a/ghy-admin/src/main/resources/templates/order/pay-qrcode.html b/ghy-admin/src/main/resources/templates/order/pay-qrcode.html index 597e600c..6a4189e8 100644 --- a/ghy-admin/src/main/resources/templates/order/pay-qrcode.html +++ b/ghy-admin/src/main/resources/templates/order/pay-qrcode.html @@ -3,19 +3,38 @@ +
- + +