Commit b3788910 authored by yaya's avatar yaya

feat:藏馆订单介绍人字段修改

parent cc08917f
...@@ -61,9 +61,9 @@ ...@@ -61,9 +61,9 @@
<span v-if="scope.row.receiverName" >{{ scope.row.receiverName + ',' + scope.row.receiverPhone + ',' + scope.row.receiverAddress }}</span> <span v-if="scope.row.receiverName" >{{ scope.row.receiverName + ',' + scope.row.receiverPhone + ',' + scope.row.receiverAddress }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="center" label="介绍人" prop="介绍人"> <el-table-column align="center" label="介绍人" prop="introducerName">
<template slot-scope="scope"> <template slot-scope="scope">
<span class="tooltip-span">{{ `${scope.row.介绍人 || '-'}` }}</span> <span class="tooltip-span">{{ `${scope.row.introducerName || '-'}` }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="center" label="订单状态" prop="stateName" /> <el-table-column align="center" label="订单状态" prop="stateName" />
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment