meixioacomponent 1.1.44 → 1.1.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
</template>
|
|
148
148
|
</el-table-column>
|
|
149
149
|
<!--序号-->
|
|
150
|
-
<el-table-column type="index" width="50" v-if="useIndex"></el-table-column>
|
|
150
|
+
<el-table-column type="index" width="50" v-if="useIndex" label="序号"></el-table-column>
|
|
151
151
|
|
|
152
152
|
<el-table-column
|
|
153
153
|
v-for="(item, index) in showTableHeader"
|
|
@@ -516,6 +516,7 @@ export default {
|
|
|
516
516
|
type: String,
|
|
517
517
|
default: ''
|
|
518
518
|
},
|
|
519
|
+
// 使用序号下标
|
|
519
520
|
useIndex: {
|
|
520
521
|
type: Boolean,
|
|
521
522
|
default: false
|