skyline 2 gadi atpakaļ
vecāks
revīzija
ed5307c9b0

+ 3 - 3
admin-web/src/views/admin/banner/index.vue

@@ -170,9 +170,9 @@ const state = reactive({
     loading: false,
     columns: [
       {label: 'banner', prop: 'bannerUrl', resizable: true,width: 100},
-      {label: '活动时间', prop: 'period',  resizable: true, width: 350},
-      {label: '状态', prop: 'status', sortable: 'custom', align: 'center', width: 180},
-      {label: '关联跳转地址', prop: 'linkUrl', resizable: true, width: 220},
+      {label: '活动时间', prop: 'period',  resizable: true, width: 310},
+      {label: '状态', prop: 'status', sortable: 'custom', align: 'center', width: 100},
+      {label: '关联跳转地址', prop: 'linkUrl', resizable: true, width: 400},
       {label: '描述', prop: 'bannerDesc', resizable: true, width: 200},
       {label: '创建时间', prop: 'createTime', sortable: 'custom', resizable: true, width: 180},
       {label: '更新时间', prop: 'updateTime', sortable: 'custom', resizable: true, width: 180},

+ 6 - 8
admin-web/src/views/admin/invoice/index.vue

@@ -124,7 +124,7 @@
             <template v-if="field.prop==='expand'">
               <el-row class="pd10">
                 <el-col :span="12">
-                  <h6>关联订单明细</h6>
+                  <h4>关联订单明细</h4>
                   <el-table :data="row.orderDetails" width="400" border>
                     <el-table-column label="充电订单" prop="startChargeSeq"/>
                     <el-table-column label="总金额(元)" prop="totalMoney">
@@ -219,17 +219,15 @@ const state = reactive({
     loading: false,
     columns: [
       {type: 'expand', prop: 'expand', width: 30, fixed: 'left'},
-      {label: '申请号', prop: 'applyId', align: 'center', fixed: 'left', width: 250},
-      {label: '发票状态', prop: 'status', align: 'center', fixed: 'left', width: 130},
-      {label: '发票金额(单位:分)', prop: 'invoiceAmount', resizable: true, width: 130},
-      {label: '累积总金额(元)', prop: 'totalMoney', resizable: true, width: 130},
-      {label: '累积电费(元)', prop: 'elecMoney', resizable: true, width: 130},
-      {label: '累积服务费(元)', prop: 'serviceMoney', resizable: true, width: 130},
+      {label: '申请号', prop: 'applyId', align: 'center', fixed: 'left', width: 220},
+      {label: '发票状态', prop: 'status', align: 'center', fixed: 'left', width: 100},
+      {label: '发票金额(分)', prop: 'invoiceAmount', resizable: true, width: 150},
+      {label: '订单总金额(元)', prop: 'totalMoney', resizable: true, width: 150},
+      {label: '总服务费(元)', prop: 'serviceMoney', resizable: true, width: 140},
       {label: '开票人', prop: 'biller', resizable: true, width: 130},
       {label: '公司税号', prop: 'taxId', resizable: true, width: 130},
       {label: '接收发票邮箱', prop: 'email', resizable: true, width: 130},
       {label: '电话', prop: 'phone', resizable: true, width: 130},
-
       {label: '发票类型', prop: 'invoiceType', resizable: true, width: 130},
       {label: '发票抬头名称', prop: 'invoiceTitle', resizable: true, width: 130},
       /*

+ 1 - 1
admin-web/src/views/admin/refund/index.vue

@@ -183,7 +183,7 @@ const state = reactive({
       {label: '申请时间', prop: 'createTime', sortable: 'custom', resizable: true, width: 180},
       {label: '退款状态', prop: 'status', resizable: true, width: 120},
       {label: '退款成功时间', prop: 'successTime', sortable: 'custom', resizable: true, width: 160},
-      {label: '原充值订单金额', prop: 'total', resizable: true, width: 130},
+      {label: '原充值订单金额', prop: 'total', resizable: true, width: 140},
       {label: '退款申请金额', prop: 'refund', resizable: true, width: 130},
       {label: '优惠金额', prop: 'discountAmount', resizable: true, width: 130},
       // {label: '用户支付币种', prop: 'currency', resizable: true, width: 120},