releases 4.5.21
This commit is contained in:
@@ -495,6 +495,10 @@
|
||||
"type": "any",
|
||||
"description": "标题前缀图标配置项"
|
||||
},
|
||||
"vxe-column/title-suffix": {
|
||||
"type": "any",
|
||||
"description": "标题后缀图标配置项"
|
||||
},
|
||||
"vxe-column/cell-type": {
|
||||
"type": "string",
|
||||
"description": "只对特定功能有效,单元格值类型(例如:导出数据类型设置)"
|
||||
|
||||
@@ -147,6 +147,7 @@
|
||||
"footer-export-method",
|
||||
"title-help",
|
||||
"title-prefix",
|
||||
"title-suffix",
|
||||
"cell-type",
|
||||
"cell-render",
|
||||
"edit-render",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "vxe-table",
|
||||
"version": "4.5.21-beta.3",
|
||||
"version": "4.5.21",
|
||||
"description": "一个基于 vue 的 PC 端表单/表格组件,支持增删改查、虚拟列表、虚拟树、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、弹窗、自定义模板、渲染器、JSON 配置式...",
|
||||
"scripts": {
|
||||
"update": "npm install --legacy-peer-deps",
|
||||
|
||||
Reference in New Issue
Block a user