| | |
| | | :row-key="rowKey" |
| | | style="width: 100%;" |
| | | > |
| | | <el-table-column v-if="showSelection" type="selection" width="55" align="center" /> |
| | | <el-table-column v-if="showIndex" label="序号" width="60" align="center" fixed="left"> |
| | | <el-table-column v-if="showSelection" type="selection" width="55" align="center" :show-overflow-tooltip="false" /> |
| | | <el-table-column v-if="showIndex" label="序号" width="60" align="center" fixed="left" :show-overflow-tooltip="false"> |
| | | <template #default="scope"> |
| | | {{ getRowIndex(scope.$index) }} |
| | | </template> |