|
@@ -294,7 +294,9 @@
|
|
|
<span slot='aclick' slot-scope="text">{{text |formatCurrency}}</span>
|
|
|
<span slot='bclick' slot-scope="text">{{text |formatCurrency}}</span>
|
|
|
<span slot='photoClick' slot-scope="text">{{text |formatCurrency}}</span>
|
|
|
- <span slot='photoShow' slot-scope="text">{{text |formatCurrency}}</span>
|
|
|
+ <span slot='photoShow' slot-scope="text">{{text |formatCurrency}}</span>
|
|
|
+ <span slot="faddishDate" slot-scope="text, record">{{record.faddishDayNum<15?text:''}}</span>
|
|
|
+ <span slot="effectDate" slot-scope="text, record">{{record.effectDayNum<8?text:''}}</span>
|
|
|
</a-table>
|
|
|
</div>
|
|
|
|