| | |
| | | @row-click="rowClick" :show-summary="data.countFleid!=undefined && data.countFleid.length > 0" |
| | | :summary-method="getSummaries" :row-class-name="tableRowClassName" :row-key="record=>record.id" |
| | | :current-row-key="data.currentId" :highlight-current-row="data.highlight===undefined||data.highlight" |
| | | :span-method="spanMethod"> |
| | | :span-method="spanMethod" :key="specialKey"> |
| | | <el-table-column type="selection" width="65" v-if="data.showSelect" :key="Math.random()"> |
| | | </el-table-column> |
| | | <el-table-column type="index" align="center" label="序号" width="65" v-if="data.isIndex" :key="Math.random()"> |
| | |
| | | // position:0 |
| | | // } |
| | | ], |
| | | param: {} |
| | | param: {}, |
| | | specialKey:'table-' |
| | | } |
| | | }, |
| | | beforeUpdate() { |
| | |
| | | this.token = { |
| | | 'token': sessionStorage.getItem('token') |
| | | } |
| | | this.specialKey = this.specialKey+Math.random()*100; |
| | | }, |
| | | methods: { |
| | | rowspan(spanArr, position, spanName) { |