md
This commit is contained in:
parent
350cd1dc55
commit
707afe12ec
@ -486,7 +486,13 @@
|
||||
<el-table-column :label="$t('录单备注')" align="center" prop="remark" min-width="80" :show-overflow-tooltip="true" />
|
||||
|
||||
<el-table-column :label="$t('数据来源')" align="center" prop="dataFrom" min-width="80" />
|
||||
<el-table-column :label="$t('下单人电话')" align="center" prop="customerPhone" min-width="150" />
|
||||
<el-table-column :label="$t('下单人电话')" align="center" prop="customerPhone" min-width="100" :show-overflow-tooltip="true"/>
|
||||
<el-table-column :label="$t('下单人昵称')" align="center" prop="customerNickName" min-width="100" :show-overflow-tooltip="true" />
|
||||
<el-table-column :label="$t('下单人头像')" align="center" prop="customerAvatar" min-width="100">
|
||||
<template slot-scope="scope">
|
||||
<ImagePreview height="20px" :src="scope.row.customerAvatar||''" ></ImagePreview>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
|
||||
<el-table-column label="创建人" align="center" prop="createByName" width="80" :show-overflow-tooltip="true"/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user