Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
贷
贷超管理后台
Project
Project
Details
Activity
Releases
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
zhanhai
贷超管理后台
Commits
a0e58785
Commit
a0e58785
authored
Nov 16, 2021
by
caimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公告列表
parent
15fc20d3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
44 deletions
+20
-44
list.vue
src/views/notice/list.vue
+20
-44
No files found.
src/views/notice/list.vue
View file @
a0e58785
...
...
@@ -5,7 +5,8 @@
v-if=
"true"
class=
"action-bar"
>
<div
class=
"action-bar-left"
>
<div
class=
"action-bar-left"
/>
<div
class=
"action-bar-right"
>
<router-link
to=
"/notice/new"
>
<el-button
type=
"primary"
...
...
@@ -15,7 +16,6 @@
</el-button>
</router-link>
</div>
<div
class=
"action-bar-right"
/>
</div>
<!--表格-->
...
...
@@ -61,13 +61,7 @@
type=
"text"
@
click=
"handleView(row)"
>
详情
</el-button>
<el-button
type=
"text"
@
click=
"handleView(row)"
>
推送
上架
</el-button>
</
template
>
</el-table-column>
...
...
@@ -94,54 +88,27 @@ export default {
name
:
"Fence"
,
data
()
{
return
{
checkList
:
[
"
产品等级"
,
"产品编号"
,
"产品名称"
,
"LOGO"
,
"机构编号"
,
"机构名称"
,
"产品状态"
,
"对接方式
"
,
"创建时间"
,],
checkList
:
[
"
标题"
,
"公告内容"
,
"公告状态
"
,
"创建时间"
,],
columns
:
[
{
order
:
1
,
label
:
"
产品等级
"
,
prop
:
"
gradeSort
"
label
:
"
标题
"
,
prop
:
"
znxTitle
"
},
{
order
:
2
,
label
:
"
产品编号
"
,
prop
:
"
appNo
"
label
:
"
公告内容
"
,
prop
:
"
znxContent
"
},
{
order
:
3
,
label
:
"产品名称"
,
prop
:
"appName"
},
{
order
:
4
,
label
:
"LOGO"
,
prop
:
"appLogo"
},
{
order
:
5
,
label
:
"机构编号"
,
prop
:
"tenantNo"
,
overflow
:
true
},
{
order
:
6
,
label
:
"机构名称"
,
prop
:
"loanLicenseUrl"
},
{
order
:
7
,
label
:
"产品状态"
,
label
:
"公告状态"
,
prop
:
"status"
},
{
order
:
8
,
label
:
"对接方式"
,
prop
:
"abutmentWay"
},
{
order
:
9
,
width
:
170
,
order
:
4
,
label
:
"创建时间"
,
prop
:
"
gmtCreated
"
prop
:
"
appLogo
"
}
],
list
:
[],
...
...
@@ -228,6 +195,15 @@ export default {
}
.action-bar
{
display
:
flex
;
align-items
:
center
;
justify-content
:
space-between
;
margin-bottom
:
15px
;
.action-bar-left
,
.action-bar-right
{
flex
:
1
;
}
.action-bar-right
{
text-align
:
right
;
}
}
</
style
>
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