Skip to content

Commit d67dab9

Browse files
committed
release 1.0.2
1 parent 3db0b03 commit d67dab9

File tree

3 files changed

+6879
-3697
lines changed

3 files changed

+6879
-3697
lines changed

dist/data-tables.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,10 @@ return /******/ (function(modules) { // webpackBootstrap
530530
return [];
531531
}
532532
},
533+
actionColLabel: {
534+
type: String,
535+
default: '操作'
536+
},
533537
hasActionCol: {
534538
type: Boolean,
535539
default: true
@@ -1543,7 +1547,7 @@ return /******/ (function(modules) { // webpackBootstrap
15431547
}
15441548
}, [_vm._t("default"), (_vm.hasActionCol) ? _c('el-table-column', {
15451549
attrs: {
1546-
"label": "操作",
1550+
"label": _vm.actionColLabel,
15471551
"prop": "innerRowActions",
15481552
"min-width": _vm.actionColWidth
15491553
},

0 commit comments

Comments
 (0)