现金客户额度界面优化
This commit is contained in:
parent
abe23c44bd
commit
7fc5c40c14
@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<XdPageContainer class="app-container">
|
||||
<div slot="pageHeader" class="tab-container">
|
||||
<SearchForm :model="queryParams" ref="queryForm" size="small" :maxShow="20" label-width="100px" v-show="showSearch" @search="handleQuery" @reset="resetQuery">
|
||||
|
||||
<el-form-item :label="$t('员工姓名')" prop="salesmen">
|
||||
@ -33,9 +34,11 @@
|
||||
</el-form-item>
|
||||
|
||||
</SearchForm>
|
||||
|
||||
</div>
|
||||
<XdTable v-loading="loading"
|
||||
|
||||
slot="pageContent"
|
||||
slot-scope="slotProps"
|
||||
:height="(slotProps.contentHeight)+'px'"
|
||||
ref="refTable"
|
||||
storageName="emisCreditSalesmenList_main_250426"
|
||||
|
||||
@ -133,8 +136,8 @@
|
||||
<dict-tag :options="dict.type.emis_biz_shipping_method" :value="scope.row.transType"/>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column :label="$t('开始日期')" align="center" prop="startDate" min-width="170" />
|
||||
<el-table-column :label="$t('结束日期')" align="center" prop="endDate" min-width="170" />
|
||||
<el-table-column :label="$t('开始日期')" align="center" prop="startDate" min-width="170" sortable/>
|
||||
<el-table-column :label="$t('结束日期')" align="center" prop="endDate" min-width="170" sortable/>
|
||||
<el-table-column :label="$t('备注')" align="center" prop="remark" min-width="100" />
|
||||
|
||||
<el-table-column label="创建人" align="center" prop="createByName" width="80" :show-overflow-tooltip="true"/>
|
||||
@ -142,7 +145,7 @@
|
||||
<el-table-column label="创建时间" align="center" prop="createTime" width="170"/>
|
||||
<el-table-column label="修改人" align="center" prop="updateByName" width="80" :show-overflow-tooltip="true"/>
|
||||
<el-table-column label="修改网点" align="center" prop="updateSiteName" width="80" :show-overflow-tooltip="true"/>
|
||||
<el-table-column label="修改时间" align="center" prop="updateTime" width="170"/>
|
||||
<el-table-column label="修改时间" align="center" prop="updateTime" width="170" sortable/>
|
||||
|
||||
|
||||
</XdTable>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user