Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
a31bafbb
authored
Oct 16, 2024
by
芋道源码
Committed by
Gitee
Oct 16, 2024
Browse files
Options
Browse Files
Download
Plain Diff
!566 【优化】文章列表显示ID方便构造链接,调整退款状态列宽显示完整
Merge pull request !566 from 杨宇庆/N/A
parents
5ef5ee6e
10e43224
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
src/views/mall/promotion/article/index.vue
+1
-0
src/views/pay/refund/index.vue
+2
-2
No files found.
src/views/mall/promotion/article/index.vue
View file @
a31bafbb
...
...
@@ -80,6 +80,7 @@
<!-- 列表 -->
<ContentWrap>
<el-table
v-loading=
"loading"
:data=
"list"
:show-overflow-tooltip=
"true"
:stripe=
"true"
>
<el-table-column
align=
"center"
label=
"ID"
min-width=
"180"
prop=
"id"
/>
<el-table-column
align=
"center"
label=
"封面"
min-width=
"80"
prop=
"picUrl"
>
<template
#
default=
"
{ row }">
<el-image
:src=
"row.picUrl"
class=
"h-30px w-30px"
@
click=
"imagePreview(row.picUrl)"
/>
...
...
src/views/pay/refund/index.vue
View file @
a31bafbb
...
...
@@ -121,7 +121,7 @@
label=
"创建时间"
align=
"center"
prop=
"createTime"
width=
"1
8
0"
width=
"1
7
0"
:formatter=
"dateFormatter"
/>
<el-table-column
label=
"支付金额"
align=
"center"
prop=
"payPrice"
width=
"100"
>
...
...
@@ -157,7 +157,7 @@
</p>
</
template
>
</el-table-column>
<el-table-column
label=
"退款状态"
align=
"center"
prop=
"status"
>
<el-table-column
label=
"退款状态"
align=
"center"
prop=
"status"
width=
"100"
>
<
template
#
default=
"scope"
>
<dict-tag
:type=
"DICT_TYPE.PAY_REFUND_STATUS"
:value=
"scope.row.status"
/>
</
template
>
...
...
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