@panpanzhao/component-ui 1.25.829 → 1.25.1028
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/lib/component-ui.common.js +24 -41
- package/lib/components/crud.js +2 -6
- package/lib/components/form-dialog.js +1 -3
- package/lib/components/form-drawer.js +1 -3
- package/lib/components/form-view-dialog.js +1 -3
- package/lib/components/table-column.js +1 -4
- package/lib/components/table-editable.js +6 -7
- package/lib/components/table-operate.js +2 -6
- package/lib/components/table.js +10 -17
- package/lib/index.js +1 -1
- package/package.json +1 -1
|
@@ -2070,9 +2070,7 @@ function _asyncToGenerator(fn) { return function () { var self = this, args = ar
|
|
|
2070
2070
|
},
|
|
2071
2071
|
computed: {
|
|
2072
2072
|
attrs: function attrs() {
|
|
2073
|
-
return Object.assign({
|
|
2074
|
-
size: "mini"
|
|
2075
|
-
}, this.$attrs);
|
|
2073
|
+
return Object.assign({}, this.$attrs);
|
|
2076
2074
|
}
|
|
2077
2075
|
},
|
|
2078
2076
|
data: function data() {
|
|
@@ -2871,9 +2869,7 @@ form_view_group_src.install = function (Vue) {
|
|
|
2871
2869
|
},
|
|
2872
2870
|
computed: {
|
|
2873
2871
|
attrs: function attrs() {
|
|
2874
|
-
return Object.assign({
|
|
2875
|
-
size: "mini"
|
|
2876
|
-
}, this.$attrs);
|
|
2872
|
+
return Object.assign({}, this.$attrs);
|
|
2877
2873
|
}
|
|
2878
2874
|
},
|
|
2879
2875
|
data: function data() {
|
|
@@ -4254,9 +4250,7 @@ var drawer_default = /*#__PURE__*/__webpack_require__.n(drawer_);
|
|
|
4254
4250
|
},
|
|
4255
4251
|
computed: {
|
|
4256
4252
|
attrs: function attrs() {
|
|
4257
|
-
return Object.assign({
|
|
4258
|
-
size: "mini"
|
|
4259
|
-
}, this.$attrs);
|
|
4253
|
+
return Object.assign({}, this.$attrs);
|
|
4260
4254
|
}
|
|
4261
4255
|
},
|
|
4262
4256
|
data: function data() {
|
|
@@ -11137,8 +11131,7 @@ var sequence_component = normalizeComponent(
|
|
|
11137
11131
|
return h("el-radio", {
|
|
11138
11132
|
"attrs": {
|
|
11139
11133
|
"value": _this.table.rowId,
|
|
11140
|
-
"label": scoped.row[key]
|
|
11141
|
-
"size": "mini"
|
|
11134
|
+
"label": scoped.row[key]
|
|
11142
11135
|
}
|
|
11143
11136
|
}, [h("i")]);
|
|
11144
11137
|
};
|
|
@@ -11466,7 +11459,6 @@ var dropdown_menu_default = /*#__PURE__*/__webpack_require__.n(dropdown_menu_);
|
|
|
11466
11459
|
return Object.assign({
|
|
11467
11460
|
control: "Link",
|
|
11468
11461
|
label: "更多",
|
|
11469
|
-
size: "mini",
|
|
11470
11462
|
plain: true,
|
|
11471
11463
|
type: "primary",
|
|
11472
11464
|
underline: false
|
|
@@ -11644,7 +11636,6 @@ var dropdown_menu_default = /*#__PURE__*/__webpack_require__.n(dropdown_menu_);
|
|
|
11644
11636
|
attrs: function attrs() {
|
|
11645
11637
|
return Object.assign({
|
|
11646
11638
|
type: "primary",
|
|
11647
|
-
size: "mini",
|
|
11648
11639
|
plain: true
|
|
11649
11640
|
}, this.$attrs);
|
|
11650
11641
|
}
|
|
@@ -11816,8 +11807,8 @@ table_column.install = function (Vue) {
|
|
|
11816
11807
|
Vue.component(table_column.name, table_column);
|
|
11817
11808
|
};
|
|
11818
11809
|
/* harmony default export */ var components_table_column = (table_column);
|
|
11819
|
-
// CONCATENATED MODULE: ./node_modules/.pnpm/vue-loader@15.11.1_css-loader@2.1.1_lodash@4.17.21_vue-template-compiler@2.7.16_webpack@4.47.0/node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/.pnpm/vue-loader@15.11.1_css-loader@2.1.1_lodash@4.17.21_vue-template-compiler@2.7.16_webpack@4.47.0/node_modules/vue-loader/lib??vue-loader-options!./src/components/table-editable/src/index.vue?vue&type=template&id=
|
|
11820
|
-
var
|
|
11810
|
+
// CONCATENATED MODULE: ./node_modules/.pnpm/vue-loader@15.11.1_css-loader@2.1.1_lodash@4.17.21_vue-template-compiler@2.7.16_webpack@4.47.0/node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/.pnpm/vue-loader@15.11.1_css-loader@2.1.1_lodash@4.17.21_vue-template-compiler@2.7.16_webpack@4.47.0/node_modules/vue-loader/lib??vue-loader-options!./src/components/table-editable/src/index.vue?vue&type=template&id=315ab042
|
|
11811
|
+
var srcvue_type_template_id_315ab042_render = function render() {
|
|
11821
11812
|
var _vm = this,
|
|
11822
11813
|
_c = _vm._self._c
|
|
11823
11814
|
return _c(
|
|
@@ -11859,11 +11850,11 @@ var srcvue_type_template_id_6b45ef10_render = function render() {
|
|
|
11859
11850
|
1
|
|
11860
11851
|
)
|
|
11861
11852
|
}
|
|
11862
|
-
var
|
|
11863
|
-
|
|
11853
|
+
var srcvue_type_template_id_315ab042_staticRenderFns = []
|
|
11854
|
+
srcvue_type_template_id_315ab042_render._withStripped = true
|
|
11864
11855
|
|
|
11865
11856
|
|
|
11866
|
-
// CONCATENATED MODULE: ./src/components/table-editable/src/index.vue?vue&type=template&id=
|
|
11857
|
+
// CONCATENATED MODULE: ./src/components/table-editable/src/index.vue?vue&type=template&id=315ab042
|
|
11867
11858
|
|
|
11868
11859
|
// EXTERNAL MODULE: external "element-ui/lib/table"
|
|
11869
11860
|
var table_ = __webpack_require__(29);
|
|
@@ -12321,8 +12312,7 @@ var external_async_validator_default = /*#__PURE__*/__webpack_require__.n(extern
|
|
|
12321
12312
|
return Object.assign({
|
|
12322
12313
|
highlightCurrentRow: true,
|
|
12323
12314
|
stripe: true,
|
|
12324
|
-
defaultExpandAll: true
|
|
12325
|
-
size: "mini"
|
|
12315
|
+
defaultExpandAll: true
|
|
12326
12316
|
}, this.$attrs, {
|
|
12327
12317
|
rowKey: this.rowKey,
|
|
12328
12318
|
data: this.data
|
|
@@ -12537,8 +12527,8 @@ var external_async_validator_default = /*#__PURE__*/__webpack_require__.n(extern
|
|
|
12537
12527
|
|
|
12538
12528
|
var table_editable_src_component = normalizeComponent(
|
|
12539
12529
|
components_table_editable_srcvue_type_script_lang_js,
|
|
12540
|
-
|
|
12541
|
-
|
|
12530
|
+
srcvue_type_template_id_315ab042_render,
|
|
12531
|
+
srcvue_type_template_id_315ab042_staticRenderFns,
|
|
12542
12532
|
false,
|
|
12543
12533
|
null,
|
|
12544
12534
|
null,
|
|
@@ -13112,8 +13102,8 @@ table_search_src.install = function (Vue) {
|
|
|
13112
13102
|
Vue.component(table_search_src.name, table_search_src);
|
|
13113
13103
|
};
|
|
13114
13104
|
/* harmony default export */ var table_search = (table_search_src);
|
|
13115
|
-
// CONCATENATED MODULE: ./node_modules/.pnpm/vue-loader@15.11.1_css-loader@2.1.1_lodash@4.17.21_vue-template-compiler@2.7.16_webpack@4.47.0/node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/.pnpm/vue-loader@15.11.1_css-loader@2.1.1_lodash@4.17.21_vue-template-compiler@2.7.16_webpack@4.47.0/node_modules/vue-loader/lib??vue-loader-options!./src/components/table/src/table.vue?vue&type=template&id=
|
|
13116
|
-
var
|
|
13105
|
+
// CONCATENATED MODULE: ./node_modules/.pnpm/vue-loader@15.11.1_css-loader@2.1.1_lodash@4.17.21_vue-template-compiler@2.7.16_webpack@4.47.0/node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/.pnpm/vue-loader@15.11.1_css-loader@2.1.1_lodash@4.17.21_vue-template-compiler@2.7.16_webpack@4.47.0/node_modules/vue-loader/lib??vue-loader-options!./src/components/table/src/table.vue?vue&type=template&id=240a9059
|
|
13106
|
+
var tablevue_type_template_id_240a9059_render = function render() {
|
|
13117
13107
|
var _vm = this,
|
|
13118
13108
|
_c = _vm._self._c
|
|
13119
13109
|
return _c("div", { staticClass: "table" }, [
|
|
@@ -13252,18 +13242,13 @@ var tablevue_type_template_id_7098845f_render = function render() {
|
|
|
13252
13242
|
},
|
|
13253
13243
|
},
|
|
13254
13244
|
[
|
|
13245
|
+
_c("el-button", { on: { click: _vm.resetColumn } }, [
|
|
13246
|
+
_vm._v("重置"),
|
|
13247
|
+
]),
|
|
13255
13248
|
_c(
|
|
13256
13249
|
"el-button",
|
|
13257
13250
|
{
|
|
13258
|
-
attrs: {
|
|
13259
|
-
on: { click: _vm.resetColumn },
|
|
13260
|
-
},
|
|
13261
|
-
[_vm._v("重置")]
|
|
13262
|
-
),
|
|
13263
|
-
_c(
|
|
13264
|
-
"el-button",
|
|
13265
|
-
{
|
|
13266
|
-
attrs: { type: "primary", size: "mini" },
|
|
13251
|
+
attrs: { type: "primary" },
|
|
13267
13252
|
on: { click: _vm.saveColumn },
|
|
13268
13253
|
},
|
|
13269
13254
|
[_vm._v("保存")]
|
|
@@ -13286,11 +13271,11 @@ var tablevue_type_template_id_7098845f_render = function render() {
|
|
|
13286
13271
|
: _vm._e(),
|
|
13287
13272
|
])
|
|
13288
13273
|
}
|
|
13289
|
-
var
|
|
13290
|
-
|
|
13274
|
+
var tablevue_type_template_id_240a9059_staticRenderFns = []
|
|
13275
|
+
tablevue_type_template_id_240a9059_render._withStripped = true
|
|
13291
13276
|
|
|
13292
13277
|
|
|
13293
|
-
// CONCATENATED MODULE: ./src/components/table/src/table.vue?vue&type=template&id=
|
|
13278
|
+
// CONCATENATED MODULE: ./src/components/table/src/table.vue?vue&type=template&id=240a9059
|
|
13294
13279
|
|
|
13295
13280
|
// EXTERNAL MODULE: external "element-ui/lib/pagination"
|
|
13296
13281
|
var pagination_ = __webpack_require__(62);
|
|
@@ -13333,8 +13318,7 @@ var pagination_default = /*#__PURE__*/__webpack_require__.n(pagination_);
|
|
|
13333
13318
|
computed: {
|
|
13334
13319
|
attrs: function attrs() {
|
|
13335
13320
|
return Object.assign({
|
|
13336
|
-
type: "primary"
|
|
13337
|
-
size: "mini"
|
|
13321
|
+
type: "primary"
|
|
13338
13322
|
}, this.$attrs);
|
|
13339
13323
|
}
|
|
13340
13324
|
},
|
|
@@ -13557,7 +13541,6 @@ var pagination_default = /*#__PURE__*/__webpack_require__.n(pagination_);
|
|
|
13557
13541
|
background: true,
|
|
13558
13542
|
// hideOnSinglePage: true,
|
|
13559
13543
|
align: "right",
|
|
13560
|
-
size: "mini",
|
|
13561
13544
|
layout: "total, prev, pager, next, slot"
|
|
13562
13545
|
}, this.pagination, {
|
|
13563
13546
|
total: this.total,
|
|
@@ -13705,8 +13688,8 @@ var pagination_default = /*#__PURE__*/__webpack_require__.n(pagination_);
|
|
|
13705
13688
|
|
|
13706
13689
|
var table_component = normalizeComponent(
|
|
13707
13690
|
src_tablevue_type_script_lang_js,
|
|
13708
|
-
|
|
13709
|
-
|
|
13691
|
+
tablevue_type_template_id_240a9059_render,
|
|
13692
|
+
tablevue_type_template_id_240a9059_staticRenderFns,
|
|
13710
13693
|
false,
|
|
13711
13694
|
null,
|
|
13712
13695
|
null,
|
package/lib/components/crud.js
CHANGED
|
@@ -1615,9 +1615,7 @@ function _asyncToGenerator(fn) { return function () { var self = this, args = ar
|
|
|
1615
1615
|
},
|
|
1616
1616
|
computed: {
|
|
1617
1617
|
attrs: function attrs() {
|
|
1618
|
-
return Object.assign({
|
|
1619
|
-
size: "mini"
|
|
1620
|
-
}, this.$attrs);
|
|
1618
|
+
return Object.assign({}, this.$attrs);
|
|
1621
1619
|
}
|
|
1622
1620
|
},
|
|
1623
1621
|
data: function data() {
|
|
@@ -2033,9 +2031,7 @@ var form_view_group = __webpack_require__(23);
|
|
|
2033
2031
|
},
|
|
2034
2032
|
computed: {
|
|
2035
2033
|
attrs: function attrs() {
|
|
2036
|
-
return Object.assign({
|
|
2037
|
-
size: "mini"
|
|
2038
|
-
}, this.$attrs);
|
|
2034
|
+
return Object.assign({}, this.$attrs);
|
|
2039
2035
|
}
|
|
2040
2036
|
},
|
|
2041
2037
|
data: function data() {
|
|
@@ -1129,9 +1129,7 @@ function _asyncToGenerator(fn) { return function () { var self = this, args = ar
|
|
|
1129
1129
|
},
|
|
1130
1130
|
computed: {
|
|
1131
1131
|
attrs: function attrs() {
|
|
1132
|
-
return Object.assign({
|
|
1133
|
-
size: "mini"
|
|
1134
|
-
}, this.$attrs);
|
|
1132
|
+
return Object.assign({}, this.$attrs);
|
|
1135
1133
|
}
|
|
1136
1134
|
},
|
|
1137
1135
|
data: function data() {
|
|
@@ -1117,9 +1117,7 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
1117
1117
|
},
|
|
1118
1118
|
computed: {
|
|
1119
1119
|
attrs: function attrs() {
|
|
1120
|
-
return Object.assign({
|
|
1121
|
-
size: "mini"
|
|
1122
|
-
}, this.$attrs);
|
|
1120
|
+
return Object.assign({}, this.$attrs);
|
|
1123
1121
|
}
|
|
1124
1122
|
},
|
|
1125
1123
|
data: function data() {
|
|
@@ -810,9 +810,7 @@ var form_view_group = __webpack_require__(23);
|
|
|
810
810
|
},
|
|
811
811
|
computed: {
|
|
812
812
|
attrs: function attrs() {
|
|
813
|
-
return Object.assign({
|
|
814
|
-
size: "mini"
|
|
815
|
-
}, this.$attrs);
|
|
813
|
+
return Object.assign({}, this.$attrs);
|
|
816
814
|
}
|
|
817
815
|
},
|
|
818
816
|
data: function data() {
|
|
@@ -463,8 +463,7 @@ var radio_default = /*#__PURE__*/__webpack_require__.n(radio_);
|
|
|
463
463
|
return h("el-radio", {
|
|
464
464
|
"attrs": {
|
|
465
465
|
"value": _this.table.rowId,
|
|
466
|
-
"label": scoped.row[key]
|
|
467
|
-
"size": "mini"
|
|
466
|
+
"label": scoped.row[key]
|
|
468
467
|
}
|
|
469
468
|
}, [h("i")]);
|
|
470
469
|
};
|
|
@@ -813,7 +812,6 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
813
812
|
return Object.assign({
|
|
814
813
|
control: "Link",
|
|
815
814
|
label: "更多",
|
|
816
|
-
size: "mini",
|
|
817
815
|
plain: true,
|
|
818
816
|
type: "primary",
|
|
819
817
|
underline: false
|
|
@@ -991,7 +989,6 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
991
989
|
attrs: function attrs() {
|
|
992
990
|
return Object.assign({
|
|
993
991
|
type: "primary",
|
|
994
|
-
size: "mini",
|
|
995
992
|
plain: true
|
|
996
993
|
}, this.$attrs);
|
|
997
994
|
}
|
|
@@ -248,8 +248,8 @@ module.exports = require("async-validator");
|
|
|
248
248
|
// ESM COMPAT FLAG
|
|
249
249
|
__webpack_require__.r(__webpack_exports__);
|
|
250
250
|
|
|
251
|
-
// CONCATENATED MODULE: ./node_modules/.pnpm/vue-loader@15.11.1_css-loader@2.1.1_lodash@4.17.21_vue-template-compiler@2.7.16_webpack@4.47.0/node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/.pnpm/vue-loader@15.11.1_css-loader@2.1.1_lodash@4.17.21_vue-template-compiler@2.7.16_webpack@4.47.0/node_modules/vue-loader/lib??vue-loader-options!./src/components/table-editable/src/index.vue?vue&type=template&id=
|
|
252
|
-
var
|
|
251
|
+
// CONCATENATED MODULE: ./node_modules/.pnpm/vue-loader@15.11.1_css-loader@2.1.1_lodash@4.17.21_vue-template-compiler@2.7.16_webpack@4.47.0/node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/.pnpm/vue-loader@15.11.1_css-loader@2.1.1_lodash@4.17.21_vue-template-compiler@2.7.16_webpack@4.47.0/node_modules/vue-loader/lib??vue-loader-options!./src/components/table-editable/src/index.vue?vue&type=template&id=315ab042
|
|
252
|
+
var srcvue_type_template_id_315ab042_render = function render() {
|
|
253
253
|
var _vm = this,
|
|
254
254
|
_c = _vm._self._c
|
|
255
255
|
return _c(
|
|
@@ -292,10 +292,10 @@ var srcvue_type_template_id_6b45ef10_render = function render() {
|
|
|
292
292
|
)
|
|
293
293
|
}
|
|
294
294
|
var staticRenderFns = []
|
|
295
|
-
|
|
295
|
+
srcvue_type_template_id_315ab042_render._withStripped = true
|
|
296
296
|
|
|
297
297
|
|
|
298
|
-
// CONCATENATED MODULE: ./src/components/table-editable/src/index.vue?vue&type=template&id=
|
|
298
|
+
// CONCATENATED MODULE: ./src/components/table-editable/src/index.vue?vue&type=template&id=315ab042
|
|
299
299
|
|
|
300
300
|
// EXTERNAL MODULE: external "element-ui/lib/table"
|
|
301
301
|
var table_ = __webpack_require__(32);
|
|
@@ -764,8 +764,7 @@ var index_ = __webpack_require__(18);
|
|
|
764
764
|
return Object.assign({
|
|
765
765
|
highlightCurrentRow: true,
|
|
766
766
|
stripe: true,
|
|
767
|
-
defaultExpandAll: true
|
|
768
|
-
size: "mini"
|
|
767
|
+
defaultExpandAll: true
|
|
769
768
|
}, this.$attrs, {
|
|
770
769
|
rowKey: this.rowKey,
|
|
771
770
|
data: this.data
|
|
@@ -983,7 +982,7 @@ var componentNormalizer = __webpack_require__(1);
|
|
|
983
982
|
|
|
984
983
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
985
984
|
table_editable_srcvue_type_script_lang_js,
|
|
986
|
-
|
|
985
|
+
srcvue_type_template_id_315ab042_render,
|
|
987
986
|
staticRenderFns,
|
|
988
987
|
false,
|
|
989
988
|
null,
|
|
@@ -1615,9 +1615,7 @@ function _asyncToGenerator(fn) { return function () { var self = this, args = ar
|
|
|
1615
1615
|
},
|
|
1616
1616
|
computed: {
|
|
1617
1617
|
attrs: function attrs() {
|
|
1618
|
-
return Object.assign({
|
|
1619
|
-
size: "mini"
|
|
1620
|
-
}, this.$attrs);
|
|
1618
|
+
return Object.assign({}, this.$attrs);
|
|
1621
1619
|
}
|
|
1622
1620
|
},
|
|
1623
1621
|
data: function data() {
|
|
@@ -2033,9 +2031,7 @@ var form_view_group = __webpack_require__(23);
|
|
|
2033
2031
|
},
|
|
2034
2032
|
computed: {
|
|
2035
2033
|
attrs: function attrs() {
|
|
2036
|
-
return Object.assign({
|
|
2037
|
-
size: "mini"
|
|
2038
|
-
}, this.$attrs);
|
|
2034
|
+
return Object.assign({}, this.$attrs);
|
|
2039
2035
|
}
|
|
2040
2036
|
},
|
|
2041
2037
|
data: function data() {
|
package/lib/components/table.js
CHANGED
|
@@ -269,8 +269,8 @@ module.exports = require("element-ui/lib/pagination");
|
|
|
269
269
|
// ESM COMPAT FLAG
|
|
270
270
|
__webpack_require__.r(__webpack_exports__);
|
|
271
271
|
|
|
272
|
-
// CONCATENATED MODULE: ./node_modules/.pnpm/vue-loader@15.11.1_css-loader@2.1.1_lodash@4.17.21_vue-template-compiler@2.7.16_webpack@4.47.0/node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/.pnpm/vue-loader@15.11.1_css-loader@2.1.1_lodash@4.17.21_vue-template-compiler@2.7.16_webpack@4.47.0/node_modules/vue-loader/lib??vue-loader-options!./src/components/table/src/table.vue?vue&type=template&id=
|
|
273
|
-
var
|
|
272
|
+
// CONCATENATED MODULE: ./node_modules/.pnpm/vue-loader@15.11.1_css-loader@2.1.1_lodash@4.17.21_vue-template-compiler@2.7.16_webpack@4.47.0/node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/.pnpm/vue-loader@15.11.1_css-loader@2.1.1_lodash@4.17.21_vue-template-compiler@2.7.16_webpack@4.47.0/node_modules/vue-loader/lib??vue-loader-options!./src/components/table/src/table.vue?vue&type=template&id=240a9059
|
|
273
|
+
var tablevue_type_template_id_240a9059_render = function render() {
|
|
274
274
|
var _vm = this,
|
|
275
275
|
_c = _vm._self._c
|
|
276
276
|
return _c("div", { staticClass: "table" }, [
|
|
@@ -409,18 +409,13 @@ var tablevue_type_template_id_7098845f_render = function render() {
|
|
|
409
409
|
},
|
|
410
410
|
},
|
|
411
411
|
[
|
|
412
|
+
_c("el-button", { on: { click: _vm.resetColumn } }, [
|
|
413
|
+
_vm._v("重置"),
|
|
414
|
+
]),
|
|
412
415
|
_c(
|
|
413
416
|
"el-button",
|
|
414
417
|
{
|
|
415
|
-
attrs: {
|
|
416
|
-
on: { click: _vm.resetColumn },
|
|
417
|
-
},
|
|
418
|
-
[_vm._v("重置")]
|
|
419
|
-
),
|
|
420
|
-
_c(
|
|
421
|
-
"el-button",
|
|
422
|
-
{
|
|
423
|
-
attrs: { type: "primary", size: "mini" },
|
|
418
|
+
attrs: { type: "primary" },
|
|
424
419
|
on: { click: _vm.saveColumn },
|
|
425
420
|
},
|
|
426
421
|
[_vm._v("保存")]
|
|
@@ -444,10 +439,10 @@ var tablevue_type_template_id_7098845f_render = function render() {
|
|
|
444
439
|
])
|
|
445
440
|
}
|
|
446
441
|
var staticRenderFns = []
|
|
447
|
-
|
|
442
|
+
tablevue_type_template_id_240a9059_render._withStripped = true
|
|
448
443
|
|
|
449
444
|
|
|
450
|
-
// CONCATENATED MODULE: ./src/components/table/src/table.vue?vue&type=template&id=
|
|
445
|
+
// CONCATENATED MODULE: ./src/components/table/src/table.vue?vue&type=template&id=240a9059
|
|
451
446
|
|
|
452
447
|
// EXTERNAL MODULE: external "@vue/babel-helper-vue-jsx-merge-props"
|
|
453
448
|
var babel_helper_vue_jsx_merge_props_ = __webpack_require__(0);
|
|
@@ -523,8 +518,7 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
523
518
|
computed: {
|
|
524
519
|
attrs: function attrs() {
|
|
525
520
|
return Object.assign({
|
|
526
|
-
type: "primary"
|
|
527
|
-
size: "mini"
|
|
521
|
+
type: "primary"
|
|
528
522
|
}, this.$attrs);
|
|
529
523
|
}
|
|
530
524
|
},
|
|
@@ -747,7 +741,6 @@ var external_lodash_ = __webpack_require__(2);
|
|
|
747
741
|
background: true,
|
|
748
742
|
// hideOnSinglePage: true,
|
|
749
743
|
align: "right",
|
|
750
|
-
size: "mini",
|
|
751
744
|
layout: "total, prev, pager, next, slot"
|
|
752
745
|
}, this.pagination, {
|
|
753
746
|
total: this.total,
|
|
@@ -898,7 +891,7 @@ var componentNormalizer = __webpack_require__(1);
|
|
|
898
891
|
|
|
899
892
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
900
893
|
src_tablevue_type_script_lang_js,
|
|
901
|
-
|
|
894
|
+
tablevue_type_template_id_240a9059_render,
|
|
902
895
|
staticRenderFns,
|
|
903
896
|
false,
|
|
904
897
|
null,
|