Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1-admin
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
吴迪
gs1-admin
Commits
ad0e3627
Commit
ad0e3627
authored
Sep 19, 2024
by
田爽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图片列表列宽
parent
b14cf710
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
picture.vue
src/views/modules/info/picture.vue
+9
-9
No files found.
src/views/modules/info/picture.vue
View file @
ad0e3627
...
...
@@ -74,7 +74,7 @@
<a
:href=
"urlsJson[scope.row.title]"
target=
"_blank"
>
{{
scope
.
row
.
title
}}
</a>
</
template
>
</el-table-column>
<el-table-column
prop=
"status"
header-align=
"center"
align=
"center"
label=
"状态"
width=
"
9
0px"
>
<el-table-column
prop=
"status"
header-align=
"center"
align=
"center"
label=
"状态"
width=
"
7
0px"
>
<
template
slot-scope=
"scope"
>
<div>
<span
v-if=
"scope.row.status === 0"
>
待审核
</span>
...
...
@@ -86,7 +86,7 @@
<el-table-column
header-align=
"center"
align=
"center"
width=
"1
5
0"
width=
"1
1
0"
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<el-button
v-if=
"isAuth('manage:picture:check')"
type=
"text"
size=
"small"
@
click=
"checkHandle(scope.row.pictureid,scope.row.title,1)"
>
[成功]
</el-button>
...
...
@@ -97,17 +97,17 @@
<el-button
v-if=
"isAuth('manage:picture:delete')"
type=
"text"
size=
"small"
@
click=
"deleteHandle(scope.row.pictureid,scope.row.title)"
>
删除
</el-button>
</
template
>
</el-table-column>
<el-table-column
prop=
"pictureType"
header-align=
"center"
align=
"center"
label=
"分类"
width=
"
10
0px"
>
</el-table-column>
<el-table-column
prop=
"showtime"
header-align=
"center"
align=
"center"
sortable=
'custom'
label=
"显示时间"
width=
"1
10
px"
>
</el-table-column>
<el-table-column
prop=
"inputdate"
header-align=
"center"
align=
"center"
sortable=
'custom'
label=
"发布时间"
width=
"1
10
px"
>
<el-table-column
prop=
"pictureType"
header-align=
"center"
align=
"center"
label=
"分类"
width=
"
8
0px"
>
</el-table-column>
<el-table-column
prop=
"showtime"
header-align=
"center"
align=
"center"
sortable=
'custom'
label=
"显示时间"
width=
"1
05
px"
>
</el-table-column>
<el-table-column
prop=
"inputdate"
header-align=
"center"
align=
"center"
sortable=
'custom'
label=
"发布时间"
width=
"1
05
px"
>
<
template
slot-scope=
"scope"
>
<div>
{{
scope
.
row
.
inputdate
&&
scope
.
row
.
inputdate
.
substring
(
0
,
10
)
}}
</div>
</
template
>
</el-table-column>
<el-table-column
prop=
"keyword"
header-align=
"center"
align=
"left"
label=
"关键字"
width=
"1
3
0px"
>
</el-table-column>
<el-table-column
prop=
"editor"
header-align=
"center"
align=
"center"
label=
"编辑"
width=
"
9
0px"
>
</el-table-column>
<el-table-column
prop=
"lasteditor"
header-align=
"center"
align=
"center"
label=
"最后编辑"
width=
"
9
0px"
>
</el-table-column>
<el-table-column
prop=
"auditor"
header-align=
"center"
align=
"center"
label=
"审核人"
width=
"
9
0px"
>
</el-table-column>
<el-table-column
prop=
"keyword"
header-align=
"center"
align=
"left"
label=
"关键字"
width=
"1
2
0px"
>
</el-table-column>
<el-table-column
prop=
"editor"
header-align=
"center"
align=
"center"
label=
"编辑"
width=
"
8
0px"
>
</el-table-column>
<el-table-column
prop=
"lasteditor"
header-align=
"center"
align=
"center"
label=
"最后编辑"
width=
"
8
0px"
>
</el-table-column>
<el-table-column
prop=
"auditor"
header-align=
"center"
align=
"center"
label=
"审核人"
width=
"
8
0px"
>
</el-table-column>
</el-table>
<el-pagination
@
size-change=
"sizeChangeHandle"
...
...
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