现金客户出货统计,首次签约日期取值优化

This commit is contained in:
wuteng 2026-01-08 16:54:46 +08:00
parent 20feb8fc47
commit c2524bda18
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@
</div>
<el-table-column type="selection" width="55" align="center" />
<el-table-column :label="$t('客户名称')" align="left" prop="customerName" width="200" :show-overflow-tooltip="true"/>
<el-table-column :label="$t('首次签约日期')" align="left" prop="firstSigningDay" width="110" :show-overflow-tooltip="true"/>
<el-table-column :label="$t('首次签约日期')" align="left" prop="createTime" width="110" :show-overflow-tooltip="true"/>
<el-table-column :label="$t('总票数')" align="center" prop="totalTickets" width="120" sortable>
<template slot-scope="scope">
<div class="flex-center">

View File

@ -80,7 +80,7 @@
</div>
<el-table-column type="selection" width="55" align="center" />
<el-table-column :label="$t('客户名称')" align="left" prop="customerName" width="200" :show-overflow-tooltip="true"/>
<el-table-column :label="$t('首次签约日期')" align="left" prop="firstSigningDay" width="110" :show-overflow-tooltip="true"/>
<el-table-column :label="$t('首次签约日期')" align="left" prop="createTime" width="110" :show-overflow-tooltip="true"/>
<el-table-column :label="$t('总票数')" align="center" prop="totalTickets" width="110" sortable>
<template slot-scope="scope">
<div class="flex-center">