This commit is contained in:
xuliangzhan
2019-06-15 12:39:15 +08:00
parent 3c8b3a5131
commit 98f97249f2
7 changed files with 26 additions and 16 deletions

View File

@@ -1 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=Cache-Control content="no-cache, no-store, must-revalidate"><meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1"><link rel=icon href=/vxe-table/favicon.ico><title>vxe-table 表格</title><link href=/vxe-table/static/css/chunk-vendors.73f3d338.css rel=preload as=style><link href=/vxe-table/static/css/index.a325dfff.css rel=preload as=style><link href=/vxe-table/static/js/chunk-vendors.9d232144.js rel=preload as=script><link href=/vxe-table/static/js/index.531a703c.js rel=preload as=script><link href=/vxe-table/static/css/chunk-vendors.73f3d338.css rel=stylesheet><link href=/vxe-table/static/css/index.a325dfff.css rel=stylesheet></head><body><noscript><strong>We're sorry but vxe-table doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/vxe-table/static/js/chunk-vendors.9d232144.js></script><script src=/vxe-table/static/js/index.531a703c.js></script></body></html>
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=Cache-Control content="no-cache, no-store, must-revalidate"><meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1"><link rel=icon href=/vxe-table/favicon.ico><title>vxe-table 表格</title><link href=/vxe-table/static/css/chunk-vendors.73f3d338.css rel=preload as=style><link href=/vxe-table/static/css/index.a325dfff.css rel=preload as=style><link href=/vxe-table/static/js/chunk-vendors.9d232144.js rel=preload as=script><link href=/vxe-table/static/js/index.4deb2bab.js rel=preload as=script><link href=/vxe-table/static/css/chunk-vendors.73f3d338.css rel=stylesheet><link href=/vxe-table/static/css/index.a325dfff.css rel=stylesheet></head><body><noscript><strong>We're sorry but vxe-table doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=/vxe-table/static/js/chunk-vendors.9d232144.js></script><script src=/vxe-table/static/js/index.4deb2bab.js></script></body></html>

1
docs/static/js/index.4deb2bab.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -14,6 +14,14 @@ const apis = [
defVal: '',
list: []
},
{
name: 'loading',
descKey: 'app.api.pager.desc.loading',
type: 'Boolean',
enum: '',
defVal: 'false',
list: []
},
{
name: 'layouts',
descKey: 'app.api.pager.desc.layouts',

View File

@@ -254,20 +254,21 @@ module.exports = {
pager: {
desc: {
size: 'Size',
layouts: '自定义布局',
currentPage: '当前页',
pageSize: '每页大小',
total: '总条数',
loading: '是否加载中',
layouts: 'Custom layouts',
currentPage: 'Current page',
pageSize: 'Page size',
total: 'Total number',
pagerCount: '显示页码按钮的数量',
pageSizes: '每页大小选项列表',
background: '带背景颜色'
background: 'Show background color'
}
},
radio: {
desc: {
value: '绑定值',
value: 'Binding values',
size: 'Size',
disabled: '是否禁用',
disabled: 'Whether to disable',
name: '原生 name 属性'
}
},
@@ -275,14 +276,14 @@ module.exports = {
desc: {
value: 'Size',
size: '尺寸',
disabled: '是否禁用'
disabled: 'Whether to disable'
}
},
input: {
desc: {
value: '绑定值',
value: 'Binding values',
size: 'Size',
disabled: '是否禁用'
disabled: 'Whether to disable'
}
},
button: {
@@ -293,7 +294,7 @@ module.exports = {
},
alert: {
desc: {
value: '绑定值',
value: 'Binding values',
title: '提示框的标题',
message: '提示框的内容',
lockView: '是否锁住页面,不允许提示框之外的任何操作',

View File

@@ -39,9 +39,9 @@ module.exports = {
more: '更多功能',
events: '事件绑定',
template: '自定义模板',
span: '合并行列',
span: '合并行列',
footer: '表尾合计',
customs: '显示/隐藏列',
customs: '显示/隐藏 列',
export: '导出 CSV',
contextMenu: '快捷菜单',
expandRow: '展开行',
@@ -254,6 +254,7 @@ module.exports = {
pager: {
desc: {
size: '尺寸',
loading: '是否加载中',
layouts: '自定义布局',
currentPage: '当前页',
pageSize: '每页大小',

View File

@@ -1,6 +1,6 @@
{
"name": "vxe-table",
"version": "1.1.0-beta.5",
"version": "1.1.0",
"description": "A very powerful Vue table component.",
"scripts": {
"serve": "vue-cli-service serve",