Sfoglia il codice sorgente

销售明细字段调整

longmh 10 mesi fa
parent
commit
d3fcb83d97
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/views/cdt/models/saleLog.vue

+ 2 - 2
src/views/cdt/models/saleLog.vue

@@ -4,9 +4,9 @@
             <vxe-column type="seq" width="60" title="序号" align="center" />
             <vxe-column title="订单号" field="id" min-width="100" :formatter="colNoData" />
             <vxe-column title="企业名称" field="cpyName" min-width="100" :formatter="colNoData" />
-            <vxe-column title="会员级别" field="vipLevelDesc" width="100" :formatter="colNoData" />
+            <vxe-column title="会员级别" field="vipLevelName" width="100" :formatter="colNoData" />
             <vxe-column title="缴费金额" width="120" :formatter="colNoData">
-                <template #default="{ row }">{{ row.paymentAmount }}元</template>
+                <template #default="{ row }">{{ row.totalAmount }}元</template>
             </vxe-column>
             <vxe-column title="邮箱" field="email" min-width="100" :formatter="colNoData" />
             <vxe-column title="缴费人" field="createName" min-width="100" :formatter="colNoData" />