Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Q
qk_admin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quanku
qk_admin
Commits
536f350c
Commit
536f350c
authored
Oct 31, 2024
by
yaya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:已上架商品添加跳转
parent
a992596b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
7 deletions
+25
-7
src/views/shop/shopManagerDetail.vue
src/views/shop/shopManagerDetail.vue
+25
-6
src/views/shop/shopManagerList.vue
src/views/shop/shopManagerList.vue
+0
-1
No files found.
src/views/shop/shopManagerDetail.vue
View file @
536f350c
...
@@ -38,11 +38,13 @@
...
@@ -38,11 +38,13 @@
<div>
{{
itemContent
.
fansNum
||
'
-
'
}}
</div>
<div>
{{
itemContent
.
fansNum
||
'
-
'
}}
</div>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<el-form
ref=
"addInviteRef"
label-width=
"200px"
style=
"width: 30%"
>
<div
@
click=
"handleToDetail"
>
<el-form-item
label=
"已上架的商品:"
>
<el-form
ref=
"addInviteRef"
label-width=
"200px"
style=
"width: 30%"
>
<div>
{{
itemContent
.
uploadItemNum
||
'
-
'
}}
</div>
<el-form-item
label=
"已上架的商品:"
>
</el-form-item>
<div>
{{
itemContent
.
uploadItemNum
||
'
-
'
}}
</div>
</el-form>
</el-form-item>
</el-form>
</div>
</div>
</div>
</el-card>
</el-card>
...
@@ -115,6 +117,7 @@ import Line2Hidden from '@/components/line2Hidden'
...
@@ -115,6 +117,7 @@ import Line2Hidden from '@/components/line2Hidden'
import
NoPassIdentifyDialog
from
'
./components/NoPassIdentifyDialog
'
import
NoPassIdentifyDialog
from
'
./components/NoPassIdentifyDialog
'
import
ReturnLogisticIdentifyDialog
from
'
./components/ReturnLogisticIdentifyDialog
'
import
ReturnLogisticIdentifyDialog
from
'
./components/ReturnLogisticIdentifyDialog
'
import
{
shopManagerDetail
,
shopManagerCheck
}
from
'
@/api/business/shop
'
import
{
shopManagerDetail
,
shopManagerCheck
}
from
'
@/api/business/shop
'
export
default
{
export
default
{
name
:
'
ShopManagerDetail
'
,
name
:
'
ShopManagerDetail
'
,
components
:
{
ReturnLogisticIdentifyDialog
,
NoPassIdentifyDialog
,
Line2Hidden
},
components
:
{
ReturnLogisticIdentifyDialog
,
NoPassIdentifyDialog
,
Line2Hidden
},
...
@@ -139,6 +142,11 @@ export default {
...
@@ -139,6 +142,11 @@ export default {
this
.
handleGetDetail
()
this
.
handleGetDetail
()
},
},
methods
:
{
methods
:
{
handleToDetail
()
{
if
(
this
.
itemContent
.
userId
)
{
this
.
$router
.
push
({
path
:
'
/user/userDetail
'
,
query
:
{
id
:
this
.
itemContent
.
userId
}})
}
},
handleGetDetail
()
{
handleGetDetail
()
{
const
params
=
{
const
params
=
{
openShopApplyOrderId
:
this
.
openShopApplyOrderId
openShopApplyOrderId
:
this
.
openShopApplyOrderId
...
@@ -230,20 +238,23 @@ export default {
...
@@ -230,20 +238,23 @@ export default {
}
}
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.page_transferDetail
{
.page_transferDetail
{
height
:
100%
;
height
:
100%
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
padding
:
0
10px
10px
;
padding
:
0
10px
10px
;
.detail_button
{
.detail_button
{
text-align
:
end
;
text-align
:
end
;
margin
:
16px
;
margin
:
16px
;
}
}
.title
{
.title
{
display
:
flex
;
display
:
flex
;
flex-direction
:
row
;
flex-direction
:
row
;
margin-bottom
:
10px
;
margin-bottom
:
10px
;
.title_content
{
.title_content
{
font-weight
:
600
;
font-weight
:
600
;
font-size
:
22px
;
font-size
:
22px
;
...
@@ -251,6 +262,7 @@ export default {
...
@@ -251,6 +262,7 @@ export default {
}
}
}
}
}
}
.image_preview
{
.image_preview
{
width
:
60px
;
width
:
60px
;
height
:
60px
;
height
:
60px
;
...
@@ -258,6 +270,12 @@ export default {
...
@@ -258,6 +270,12 @@ export default {
justify-content
:
center
;
justify-content
:
center
;
}
}
.table-td-thumb
{
width
:
60px
;
height
:
60px
;
margin-right
:
10px
;
}
/
deep
/
.el-card__body
{
/
deep
/
.el-card__body
{
padding
:
12px
;
padding
:
12px
;
}
}
...
@@ -265,6 +283,7 @@ export default {
...
@@ -265,6 +283,7 @@ export default {
/
deep
/
.el-form-item
{
/
deep
/
.el-form-item
{
margin-bottom
:
0
;
margin-bottom
:
0
;
}
}
/
deep
/
.el-switch
{
/
deep
/
.el-switch
{
height
:
30px
;
height
:
30px
;
}
}
...
...
src/views/shop/shopManagerList.vue
View file @
536f350c
...
@@ -127,7 +127,6 @@ export default {
...
@@ -127,7 +127,6 @@ export default {
},
},
created
()
{
created
()
{
this
.
getList
()
this
.
getList
()
this
.
getLogisticsList
()
},
},
methods
:
{
methods
:
{
...
...
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