소스 검색

style: 展示调整

From-wh 2 년 전
부모
커밋
2f5c57b05e

+ 1 - 1
template/admin/src/pages/marketing/point_statistic/index.vue

@@ -158,7 +158,7 @@ export default {
           align: 'center',
           align: 'center',
         },
         },
         {
         {
-          title: '金额',
+          title: '积分',
           width: 180,
           width: 180,
           key: 'value',
           key: 'value',
           align: 'center',
           align: 'center',

+ 0 - 4
template/admin/src/pages/marketing/storeIntegralOrder/components/tableExpand.vue

@@ -1,10 +1,6 @@
 <template>
 <template>
   <div>
   <div>
     <Row class="expand-row">
     <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">
       <Col span="8">
         <span class="expand-key">用户备注:</span>
         <span class="expand-key">用户备注:</span>
         <span class="expand-value" v-text="row.mark ? row.mark : '无'"></span>
         <span class="expand-value" v-text="row.mark ? row.mark : '无'"></span>