|
@@ -215,7 +215,7 @@ export default {
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<slot name="operation" v-bind="scope">
|
|
<slot name="operation" v-bind="scope">
|
|
<el-tag :size="$attrs.size" type="info">
|
|
<el-tag :size="$attrs.size" type="info">
|
|
- {{ scope.row.$index }}
|
|
+ {{ scope.row.$index || scope.$index }}
|
|
</el-tag>
|
|
</el-tag>
|
|
</slot>
|
|
</slot>
|
|
</template>
|
|
</template>
|