Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
cloudSystem
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
72801b80
authored
Oct 12, 2022
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
概况:型号排名询价次数未展示
parent
4f80f159
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
src/views/Index/index.vue
src/views/User/login.vue
src/views/Index/index.vue
View file @
72801b80
...
...
@@ -162,7 +162,7 @@
</el-table-column>
<el-table-column
prop=
"goods_name"
label=
"型号"
width=
"180"
></el-table-column>
<el-table-column
prop=
"brand_name"
label=
"品牌"
></el-table-column>
<el-table-column
prop=
"inquiry_
count
"
label=
"询价次数"
></el-table-column>
<el-table-column
prop=
"inquiry_
num
"
label=
"询价次数"
></el-table-column>
</el-table>
</div>
</div>
...
...
src/views/User/login.vue
View file @
72801b80
...
...
@@ -176,7 +176,7 @@ export default {
})
}
else
{
if
(
this
.
$route
.
query
.
referer
)
{
window
.
location
.
href
=
"/#"
+
this
.
$route
.
query
.
referer
window
.
location
.
href
=
"/#"
+
decodeURIComponent
(
this
.
$route
.
query
.
referer
)
}
else
{
window
.
location
.
href
=
'/'
;
}
...
...
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