Commit 3b3bb2cc by honghong

订单列表标题改为公司名称

parent d0ca0110
......@@ -27,6 +27,8 @@
<el-table :data="tableData" border style="width: 100%">
<el-table-column type="index" width="50" label="序号" align="center">
</el-table-column>
<el-table-column prop="title" label="公司名称" :show-overflow-tooltip="true" align="center" />
<el-table-column prop="linkman" label="联系人" :show-overflow-tooltip="true" align="center">
</el-table-column>
<el-table-column prop="phone" label="联系电话" :show-overflow-tooltip="true" align="center">
......@@ -45,8 +47,6 @@
<div v-else>{{ scope.row.actualAmount }}</div>
</template>
</el-table-column>
<el-table-column prop="title" label="订单标题" :show-overflow-tooltip="true" align="center">
</el-table-column>
<el-table-column prop="address" label="图片说明" :show-overflow-tooltip="true" align="center">
<template slot-scope="scope">
<el-button type="text" size="small" @click="imageCaption(scope.row, '1')">查看详情</el-button>
......
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