Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ant-design-pro-vue
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tianzhuanghu
ant-design-pro-vue
Commits
e24bff54
Commit
e24bff54
authored
Sep 18, 2018
by
Sendya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed: lint
parent
ab816d10
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
24 deletions
+25
-24
PermissionList.vue
src/views/list/PermissionList.vue
+5
-4
RoleList.vue
src/views/list/RoleList.vue
+4
-4
TableInnerEditList.vue
src/views/list/TableInnerEditList.vue
+8
-8
TableList.vue
src/views/list/TableList.vue
+8
-8
No files found.
src/views/list/PermissionList.vue
View file @
e24bff54
...
@@ -18,16 +18,17 @@
...
@@ -18,16 +18,17 @@
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-col
:md=
"8"
:sm=
"24"
>
<a-col
:md=
"8"
:sm=
"24"
>
<span
class=
"table-page-search-submitButtons"
>
<span
class=
"table-page-search-submitButtons"
>
<a-button
type=
"primary"
>
查询
</a-button>
<a-button
type=
"primary"
>
查询
</a-button>
<a-button
style=
"margin-left: 8px"
>
重置
</a-button>
<a-button
style=
"margin-left: 8px"
>
重置
</a-button>
</span>
</span>
</a-col>
</a-col>
</a-row>
</a-row>
</a-form>
</a-form>
</div>
</div>
<s-table
:columns=
"columns"
:data=
"loadData"
>
<s-table
:columns=
"columns"
:data=
"loadData"
>
<span
slot=
"actions"
slot-scope=
"text, record"
>
<span
slot=
"actions"
slot-scope=
"text, record"
>
<a-tag
v-for=
"(action, index) in record.actionList"
:key=
"index"
>
{{
action
.
describe
}}
</a-tag>
<a-tag
v-for=
"(action, index) in record.actionList"
:key=
"index"
>
{{
action
.
describe
}}
</a-tag>
</span>
</span>
...
...
src/views/list/RoleList.vue
View file @
e24bff54
...
@@ -18,10 +18,10 @@
...
@@ -18,10 +18,10 @@
</a-form-item>
</a-form-item>
</a-col>
</a-col>
<a-col
:md=
"8"
:sm=
"24"
>
<a-col
:md=
"8"
:sm=
"24"
>
<span
class=
"table-page-search-submitButtons"
>
<span
class=
"table-page-search-submitButtons"
>
<a-button
type=
"primary"
>
查询
</a-button>
<a-button
type=
"primary"
>
查询
</a-button>
<a-button
style=
"margin-left: 8px"
>
重置
</a-button>
<a-button
style=
"margin-left: 8px"
>
重置
</a-button>
</span>
</span>
</a-col>
</a-col>
</a-row>
</a-row>
</a-form>
</a-form>
...
...
src/views/list/TableInnerEditList.vue
View file @
e24bff54
...
@@ -48,14 +48,14 @@
...
@@ -48,14 +48,14 @@
</a-col>
</a-col>
</
template
>
</
template
>
<a-col
:md=
"!advanced && 8 || 24"
:sm=
"24"
>
<a-col
:md=
"!advanced && 8 || 24"
:sm=
"24"
>
<span
class=
"table-page-search-submitButtons"
:style=
"advanced && { float: 'right', overflow: 'hidden' } || {} "
>
<span
class=
"table-page-search-submitButtons"
:style=
"advanced && { float: 'right', overflow: 'hidden' } || {} "
>
<a-button
type=
"primary"
>
查询
</a-button>
<a-button
type=
"primary"
>
查询
</a-button>
<a-button
style=
"margin-left: 8px"
>
重置
</a-button>
<a-button
style=
"margin-left: 8px"
>
重置
</a-button>
<a
@
click=
"toggleAdvanced"
style=
"margin-left: 8px"
>
<a
@
click=
"toggleAdvanced"
style=
"margin-left: 8px"
>
{{ advanced ? '收起' : '展开' }}
{{ advanced ? '收起' : '展开' }}
<a-icon
:type=
"advanced ? 'up' : 'down'"
/>
<a-icon
:type=
"advanced ? 'up' : 'down'"
/>
</a>
</a>
</span>
</span>
</a-col>
</a-col>
</a-row>
</a-row>
</a-form>
</a-form>
...
...
src/views/list/TableList.vue
View file @
e24bff54
...
@@ -48,14 +48,14 @@
...
@@ -48,14 +48,14 @@
</a-col>
</a-col>
</
template
>
</
template
>
<a-col
:md=
"!advanced && 8 || 24"
:sm=
"24"
>
<a-col
:md=
"!advanced && 8 || 24"
:sm=
"24"
>
<span
class=
"table-page-search-submitButtons"
:style=
"advanced && { float: 'right', overflow: 'hidden' } || {} "
>
<span
class=
"table-page-search-submitButtons"
:style=
"advanced && { float: 'right', overflow: 'hidden' } || {} "
>
<a-button
type=
"primary"
>
查询
</a-button>
<a-button
type=
"primary"
>
查询
</a-button>
<a-button
style=
"margin-left: 8px"
>
重置
</a-button>
<a-button
style=
"margin-left: 8px"
>
重置
</a-button>
<a
@
click=
"toggleAdvanced"
style=
"margin-left: 8px"
>
<a
@
click=
"toggleAdvanced"
style=
"margin-left: 8px"
>
{{ advanced ? '收起' : '展开' }}
{{ advanced ? '收起' : '展开' }}
<a-icon
:type=
"advanced ? 'up' : 'down'"
/>
<a-icon
:type=
"advanced ? 'up' : 'down'"
/>
</a>
</a>
</span>
</span>
</a-col>
</a-col>
</a-row>
</a-row>
</a-form>
</a-form>
...
...
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