From 5e6c6ebe7ed312af6b22ab36dd7730947ffc2615 Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Thu, 8 Jul 2021 09:48:45 +0800 Subject: [PATCH] css --- pages/process/payment-list/index.wxml | 28 +++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/pages/process/payment-list/index.wxml b/pages/process/payment-list/index.wxml index ea3034e..4bedb29 100644 --- a/pages/process/payment-list/index.wxml +++ b/pages/process/payment-list/index.wxml @@ -27,7 +27,7 @@ -{{item.factoryCustomerMobile}} - 定价 + 待定价 待过皮重 待审核 待付款 @@ -37,24 +37,24 @@ 已关闭 - 品类: + 品类: {{item.productName}} - - 毛重(公斤): - {{item.totalWeight}} + + 毛重(公斤): + {{item.totalWeight || '- -'}} - - 结算重量(公斤): - {{item.settleWeight}} + + 结算重量(公斤): + {{item.settleWeight || '- -'}} - - 单价(元/公斤): - {{item.unitPrice}} + + 单价(元/公斤): + {{item.unitPrice || '- -'}} - - 结算金额(元): - {{item.settlePrice}} + + 结算金额(元): + {{item.settlePrice || '- -'}}