Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
5f674a4a
Commit
5f674a4a
authored
Apr 30, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
表格组件增加筛选条件
parent
25afbaa9
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
255 additions
and
62 deletions
+255
-62
src/components/table-um.vue
src/components/table-um.vue
+231
-61
src/pages/example_table.vue
src/pages/example_table.vue
+24
-1
No files found.
src/components/table-um.vue
View file @
5f674a4a
This diff is collapsed.
Click to expand it.
src/pages/example_table.vue
View file @
5f674a4a
...
...
@@ -20,6 +20,7 @@
:emptyText=
"emptyText"
:stripe=
"true"
:pageSizeShow=
"true"
:filterList=
"filterList"
></ces-table>
<h3>
可编辑表格,供服务测试用
</h3>
<ces-table
...
...
@@ -114,7 +115,29 @@ export default {
},
emptyText
:
"
暂时没数据
"
,
emptyText1
:
"
可输入表格暂时没数据
"
,
emptyText2
:
"
树结构暂时没数据
"
emptyText2
:
"
树结构暂时没数据
"
,
filterList
:
[
{
name
:
"
服务类型
"
,
prop
:
"
fwlx
"
,
data
:
[
"
数据服务
"
,
"
时空服务
"
,
"
视频服务
"
,
"
感知服务
"
,
"
综合服务
"
]
},
{
name
:
"
服务领域
"
,
prop
:
"
fwly
"
,
data
:
[
"
数据服务
"
,
"
时空服务
"
,
"
视频服务
"
,
"
感知服务
"
,
"
综合服务
"
]
},
{
name
:
"
开放程度
"
,
prop
:
"
kfcd
"
,
data
:
[
"
数据服务
"
,
"
时空服务
"
,
"
视频服务
"
,
"
感知服务
"
,
"
综合服务
"
]
},
{
name
:
"
服务状态
"
,
prop
:
"
fwzt
"
,
data
:
[
"
数据服务
"
,
"
时空服务
"
,
"
视频服务
"
,
"
感知服务
"
,
"
综合服务
"
]
},
]
}),
components
:
{
cesTable
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment