@@ -158,7 +158,7 @@ export default {
align: 'center',
},
{
- title: '金额',
+ title: '积分',
width: 180,
key: 'value',
@@ -1,10 +1,6 @@
<template>
<div>
<Row class="expand-row">
- <Col span="8">
- <span class="expand-key">下单时间:</span>
- <span class="expand-value" v-text="row.add_time"></span>
- </Col>
<Col span="8">
<span class="expand-key">用户备注:</span>
<span class="expand-value" v-text="row.mark ? row.mark : '无'"></span>