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
Commit
e04ca7aa
authored
Oct 13, 2023
by
xingyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: unocss eslint
parent
73b2030c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
src/views/mall/trade/brokerage/withdraw/index.vue
+1
-1
src/views/mall/trade/config/index.vue
+1
-1
src/views/member/user/detail/UserOrderList.vue
+1
-1
No files found.
src/views/mall/trade/brokerage/withdraw/index.vue
View file @
e04ca7aa
...
@@ -122,7 +122,7 @@
...
@@ -122,7 +122,7 @@
<el-image
<el-image
v-if=
"scope.row.accountQrCodeUrl"
v-if=
"scope.row.accountQrCodeUrl"
:src=
"scope.row.accountQrCodeUrl"
:src=
"scope.row.accountQrCodeUrl"
class=
"
w-40px h
-40px"
class=
"
h-40px w
-40px"
:preview-src-list=
"[scope.row.accountQrCodeUrl]"
:preview-src-list=
"[scope.row.accountQrCodeUrl]"
preview-teleported
preview-teleported
/>
/>
...
...
src/views/mall/trade/config/index.vue
View file @
e04ca7aa
...
@@ -16,9 +16,9 @@
...
@@ -16,9 +16,9 @@
<el-form-item
label=
"退款理由"
prop=
"afterSaleRefundReasons"
>
<el-form-item
label=
"退款理由"
prop=
"afterSaleRefundReasons"
>
<el-select
<el-select
v-model=
"formData.afterSaleRefundReasons"
v-model=
"formData.afterSaleRefundReasons"
allow-create
filterable
filterable
multiple
multiple
allow-create
placeholder=
"请直接输入退款理由"
placeholder=
"请直接输入退款理由"
>
>
<el-option
<el-option
...
...
src/views/member/user/detail/UserOrderList.vue
View file @
e04ca7aa
...
@@ -192,7 +192,7 @@
...
@@ -192,7 +192,7 @@
<div
class=
"flex items-center"
>
<div
class=
"flex items-center"
>
<el-image
<el-image
:src=
"row.picUrl"
:src=
"row.picUrl"
class=
"
w-30px h-30px mr-1
0px"
class=
"
mr-10px h-30px w-3
0px"
@
click=
"imagePreview(row.picUrl)"
@
click=
"imagePreview(row.picUrl)"
/>
/>
<span
class=
"mr-10px"
>
{{
row
.
spuName
}}
</span>
<span
class=
"mr-10px"
>
{{
row
.
spuName
}}
</span>
...
...
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