作者 dengyuting

fix

... ... @@ -35,15 +35,15 @@ teststeps:
######应收分红
- eq:
- content.data.gridResult.lists.0.dividendsReceivable
- 675
- ${convert_to_string(675)}
#####已收分红
- eq:
- content.data.gridResult.lists.0.receiveDividends
- 0
- ${convert_to_string(0)}
#####未收分红
- eq:
- content.data.gridResult.lists.0.uncollectedDividends
- 675
- ${convert_to_string(675)}
- name: 查看该订单的事业分红详情
... ...
... ... @@ -33,13 +33,13 @@ teststeps:
- 2
- eq:
- content.data.gridResult.lists.0.dividendsReceivable
- 675
- ${convert_to_string(675)}
- eq:
- content.data.gridResult.lists.0.receiveDividends
- 75
- ${convert_to_string(75)}
- eq:
- content.data.gridResult.lists.0.uncollectedDividends
- 600
- ${convert_to_string(600)}
- name: 查看该订单的事业分红详情
... ...
... ... @@ -46,19 +46,19 @@ teststeps:
####应收分红
- eq:
- content.data.gridResult.lists.0.dividendsReceivable
- 690
- ${convert_to_string(690)}
####已收分红
- eq:
- content.data.gridResult.lists.0.receiveDividends
- 150
- ${convert_to_string(150)}
####未收分红
- eq:
- content.data.gridResult.lists.0.uncollectedDividends
- 600
- ${convert_to_string(600)}
####分红支出
- eq:
- content.data.gridResult.lists.0.dividendSpending
- 60
- ${convert_to_string(60)}
- name: 查看该订单的事业分红详情
... ...