| | |
| | | <template> |
| | | <el-table border style="margin: 14px; width: 99%" v-loading="loading" :data="orderList" |
| | | @selection-change="handleSelectionChange" ref="multipleTable"> |
| | | <el-table-column type="selection" width="40px" align="center" height="10px" fixed="left" /> |
| | | <!-- <el-table-column type="selection" width="40px" align="center" height="10px" fixed="left" /> --> |
| | | <el-table-column label="序号" align="center" prop="newID" width="50px" fixed="left" height="10px" /> |
| | | <el-table-column label="姓名" align="center" prop="tjCustomerName" height="10px" width="90px" fixed="left" |
| | | :show-overflow-tooltip="true" /> |