mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
重构表单
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,6 @@
|
||||
"attributes": [
|
||||
"id",
|
||||
"data",
|
||||
"customs",
|
||||
"height",
|
||||
"max-height",
|
||||
"auto-resize",
|
||||
@@ -18,11 +17,11 @@
|
||||
"header-align",
|
||||
"footer-align",
|
||||
"show-header",
|
||||
"start-index",
|
||||
"highlight-current-row",
|
||||
"highlight-hover-row",
|
||||
"highlight-current-column",
|
||||
"highlight-hover-column",
|
||||
"highlight-cell",
|
||||
"row-class-name",
|
||||
"cell-class-name",
|
||||
"header-row-class-name",
|
||||
@@ -40,13 +39,8 @@
|
||||
"span-method",
|
||||
"footer-span-method",
|
||||
"show-overflow",
|
||||
"show-all-overflow",
|
||||
"show-header-overflow",
|
||||
"show-header-all-overflow",
|
||||
"show-footer-overflow",
|
||||
"sort-method",
|
||||
"remote-sort",
|
||||
"remote-filter",
|
||||
"column-width",
|
||||
"column-min-width",
|
||||
"column-key",
|
||||
@@ -61,7 +55,6 @@
|
||||
"import-config",
|
||||
"print-config",
|
||||
"radio-config",
|
||||
"select-config",
|
||||
"checkbox-config",
|
||||
"tooltip-config",
|
||||
"expand-config",
|
||||
@@ -74,7 +67,6 @@
|
||||
"edit-rules",
|
||||
"empty-render",
|
||||
"custom-config",
|
||||
"optimization",
|
||||
"animat",
|
||||
"cloak",
|
||||
"delay-hover",
|
||||
@@ -90,9 +82,7 @@
|
||||
"vxe-table-column": {
|
||||
"attributes": [
|
||||
"type",
|
||||
"prop",
|
||||
"field",
|
||||
"label",
|
||||
"title",
|
||||
"width",
|
||||
"min-width",
|
||||
@@ -109,7 +99,6 @@
|
||||
"header-class-name",
|
||||
"footer-class-name",
|
||||
"formatter",
|
||||
"index-method",
|
||||
"seq-method",
|
||||
"sortable",
|
||||
"sort-by",
|
||||
@@ -121,11 +110,11 @@
|
||||
"filter-render",
|
||||
"export-method",
|
||||
"footer-export-method",
|
||||
"title-help",
|
||||
"cell-type",
|
||||
"cell-render",
|
||||
"edit-render",
|
||||
"content-render",
|
||||
"column-key",
|
||||
"tree-node",
|
||||
"params"
|
||||
],
|
||||
@@ -136,7 +125,6 @@
|
||||
"id",
|
||||
"columns",
|
||||
"data",
|
||||
"customs",
|
||||
"height",
|
||||
"max-height",
|
||||
"auto-resize",
|
||||
@@ -151,11 +139,11 @@
|
||||
"header-align",
|
||||
"footer-align",
|
||||
"show-header",
|
||||
"start-index",
|
||||
"highlight-current-row",
|
||||
"highlight-hover-row",
|
||||
"highlight-current-column",
|
||||
"highlight-hover-column",
|
||||
"highlight-cell",
|
||||
"row-class-name",
|
||||
"cell-class-name",
|
||||
"header-row-class-name",
|
||||
@@ -173,13 +161,8 @@
|
||||
"span-method",
|
||||
"footer-span-method",
|
||||
"show-overflow",
|
||||
"show-all-overflow",
|
||||
"show-header-overflow",
|
||||
"show-header-all-overflow",
|
||||
"show-footer-overflow",
|
||||
"sort-method",
|
||||
"remote-sort",
|
||||
"remote-filter",
|
||||
"column-width",
|
||||
"column-min-width",
|
||||
"column-key",
|
||||
@@ -194,7 +177,6 @@
|
||||
"import-config",
|
||||
"print-config",
|
||||
"radio-config",
|
||||
"select-config",
|
||||
"checkbox-config",
|
||||
"tooltip-config",
|
||||
"expand-config",
|
||||
@@ -207,7 +189,6 @@
|
||||
"edit-rules",
|
||||
"empty-render",
|
||||
"custom-config",
|
||||
"optimization",
|
||||
"animat",
|
||||
"cloak",
|
||||
"delay-hover",
|
||||
@@ -224,7 +205,6 @@
|
||||
},
|
||||
"vxe-toolbar": {
|
||||
"attributes": [
|
||||
"id",
|
||||
"size",
|
||||
"loading",
|
||||
"perfect",
|
||||
@@ -232,8 +212,6 @@
|
||||
"export",
|
||||
"print",
|
||||
"refresh",
|
||||
"resizable",
|
||||
"setting",
|
||||
"custom",
|
||||
"buttons"
|
||||
],
|
||||
@@ -341,7 +319,6 @@
|
||||
"step",
|
||||
"digits",
|
||||
"controls",
|
||||
"date-config",
|
||||
"min-date",
|
||||
"max-date",
|
||||
"start-week",
|
||||
@@ -364,6 +341,7 @@
|
||||
"placeholder",
|
||||
"visible",
|
||||
"disabled",
|
||||
"prefix-icon",
|
||||
"placement",
|
||||
"options",
|
||||
"option-props",
|
||||
@@ -440,6 +418,8 @@
|
||||
"status",
|
||||
"icon-status",
|
||||
"message",
|
||||
"cancel-button-text",
|
||||
"confirm-button-text",
|
||||
"show-header",
|
||||
"show-footer",
|
||||
"lock-view",
|
||||
|
||||
Reference in New Issue
Block a user