商户账户字段增加
This commit is contained in:
parent
b06dc4a03a
commit
009e627e56
|
@ -51,21 +51,32 @@
|
||||||
}}</span>
|
}}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column prop="mer_name" label="商户名称" min-width="150" />
|
<el-table-column prop="mer_name" label="商户名称" min-width="120" />
|
||||||
<el-table-column prop="date" label="账单日期" min-width="150" />
|
<el-table-column prop="date" label="账单日期" min-width="120" />
|
||||||
<el-table-column prop="order_amount" label="货款金额" min-width="150" />
|
<el-table-column prop="order_amount" label="货款金额" min-width="120" />
|
||||||
|
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="postage_amount"
|
prop="postage_amount"
|
||||||
label="邮费金额"
|
label="邮费金额"
|
||||||
min-width="150"
|
min-width="120"
|
||||||
/>
|
/>
|
||||||
<el-table-column prop="discount" label="折扣" min-width="150" />
|
<el-table-column prop="discount" label="总折扣" min-width="80" />
|
||||||
|
<el-table-column prop="good_price" label="总售价" min-width="80" />
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="refund_amount"
|
prop="refund_amount"
|
||||||
label="退款金额"
|
label="退款金额"
|
||||||
min-width="150"
|
min-width="150"
|
||||||
/>
|
/>
|
||||||
|
<el-table-column
|
||||||
|
prop="refund_good_price"
|
||||||
|
label="退款商品售价"
|
||||||
|
min-width="150"
|
||||||
|
/>
|
||||||
|
<el-table-column
|
||||||
|
prop="refund_discount"
|
||||||
|
label="退款商品折扣"
|
||||||
|
min-width="150"
|
||||||
|
/>
|
||||||
<el-table-column prop="amount" label="可提现金额" min-width="150" />
|
<el-table-column prop="amount" label="可提现金额" min-width="150" />
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="invoice_amount"
|
prop="invoice_amount"
|
||||||
|
|
Loading…
Reference in New Issue