|
|
@ -76,9 +76,9 @@ |
|
|
|
|
|
|
|
|
<el-table :data="tableData" style="height:61vh;width:82vw" @sort-change="handleSortChange" |
|
|
<el-table :data="tableData" style="height:61vh;width:82vw" @sort-change="handleSortChange" |
|
|
:row-style="{ height: '50px' }"> |
|
|
:row-style="{ height: '50px' }"> |
|
|
<el-table-column type="index" label="序号" width="60" /> |
|
|
|
|
|
<el-table-column prop="name" label="姓名" width="120" show-overflow-tooltip /> |
|
|
|
|
|
<el-table-column prop="jwcode" label="精网号" width="120" /> |
|
|
|
|
|
|
|
|
<el-table-column fixed="left" type="index" label="序号" width="60" /> |
|
|
|
|
|
<el-table-column fixed="left" prop="name" label="姓名" width="120" show-overflow-tooltip /> |
|
|
|
|
|
<el-table-column fixed="left" prop="jwcode" label="精网号" width="120" /> |
|
|
<el-table-column prop="market" label="所属地区" width="120" /> |
|
|
<el-table-column prop="market" label="所属地区" width="120" /> |
|
|
<el-table-column prop="orderCode" label="订单号" width="260px" show-overflow-tooltip /> |
|
|
<el-table-column prop="orderCode" label="订单号" width="260px" show-overflow-tooltip /> |
|
|
|
|
|
|
|
|
|