Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
B
basic-vue-admin
概览
概览
详情
活动
周期分析
版本库
存储库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
Basic
basic-vue-admin
Commits
500900ab
提交
500900ab
authored
2月 24, 2021
作者:
Vben
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
perf: hide table full screen button by default
上级
c41fa752
显示空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
5 行增加
和
5 行删除
+5
-5
ftp-schedule.yml
.github/workflows/ftp-schedule.yml
+1
-1
CHANGELOG.zh_CN.md
CHANGELOG.zh_CN.md
+1
-0
index.vue
src/components/Table/src/components/settings/index.vue
+1
-1
props.ts
src/components/Table/src/props.ts
+0
-3
RuleForm.vue
src/views/demo/form/RuleForm.vue
+2
-0
没有找到文件。
.github/workflows/ftp-schedule.yml
浏览文件 @
500900ab
...
@@ -7,7 +7,7 @@ on:
...
@@ -7,7 +7,7 @@ on:
-
cron
:
'
0
15
*
*
*'
-
cron
:
'
0
15
*
*
*'
jobs
:
jobs
:
push-to-ftp
:
schedule-
push-to-ftp
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
name
:
Checkout
-
name
:
Checkout
...
...
CHANGELOG.zh_CN.md
浏览文件 @
500900ab
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
-
登录界面动画优化
-
登录界面动画优化
-
修复 github 仓库体积过大问题.
-
修复 github 仓库体积过大问题.
-
默认隐藏表格全屏按钮
### 🐛 Bug Fixes
### 🐛 Bug Fixes
...
...
src/components/Table/src/components/settings/index.vue
浏览文件 @
500900ab
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
redo
:
true
,
redo
:
true
,
size
:
true
,
size
:
true
,
setting
:
true
,
setting
:
true
,
fullScreen
:
tru
e
,
fullScreen
:
fals
e
,
...
props
.
setting
,
...
props
.
setting
,
};
};
}
}
...
...
src/components/Table/src/props.ts
浏览文件 @
500900ab
...
@@ -74,7 +74,6 @@ export const basicProps = {
...
@@ -74,7 +74,6 @@ export const basicProps = {
},
},
// 立即请求接口
// 立即请求接口
immediate
:
propTypes
.
bool
.
def
(
true
),
immediate
:
propTypes
.
bool
.
def
(
true
),
emptyDataIsShowTable
:
propTypes
.
bool
.
def
(
true
),
emptyDataIsShowTable
:
propTypes
.
bool
.
def
(
true
),
// 额外的请求参数
// 额外的请求参数
searchInfo
:
{
searchInfo
:
{
...
@@ -130,12 +129,10 @@ export const basicProps = {
...
@@ -130,12 +129,10 @@ export const basicProps = {
type
:
[
Object
,
Boolean
]
as
PropType
<
PaginationProps
|
boolean
>
,
type
:
[
Object
,
Boolean
]
as
PropType
<
PaginationProps
|
boolean
>
,
default
:
null
,
default
:
null
,
},
},
loading
:
propTypes
.
bool
,
loading
:
propTypes
.
bool
,
rowClassName
:
{
rowClassName
:
{
type
:
Function
as
PropType
<
(
record
:
TableCustomRecord
<
any
>
,
index
:
number
)
=>
string
>
,
type
:
Function
as
PropType
<
(
record
:
TableCustomRecord
<
any
>
,
index
:
number
)
=>
string
>
,
},
},
scroll
:
{
scroll
:
{
type
:
Object
as
PropType
<
{
x
:
number
|
true
;
y
:
number
}
>
,
type
:
Object
as
PropType
<
{
x
:
number
|
true
;
y
:
number
}
>
,
default
:
null
,
default
:
null
,
...
...
src/views/demo/form/RuleForm.vue
浏览文件 @
500900ab
...
@@ -54,6 +54,7 @@
...
@@ -54,6 +54,7 @@
span
:
8
,
span
:
8
,
},
},
componentProps
:
{
componentProps
:
{
mode
:
'multiple'
,
options
:
[
options
:
[
{
{
label
:
'选项1'
,
label
:
'选项1'
,
...
@@ -71,6 +72,7 @@
...
@@ -71,6 +72,7 @@
{
{
required
:
true
,
required
:
true
,
message
:
'请输入aa'
,
message
:
'请输入aa'
,
type
:
'array'
,
},
},
],
],
},
},
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论