Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
d9eb7692
Commit
d9eb7692
authored
1 year ago
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
0f56c428
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
9 deletions
+15
-9
Details.vue
src/components/Details.vue
+12
-6
sale.vue
src/components/sale/sale.vue
+1
-1
progressComm.vue
src/components/temp/components/progressComm.vue
+2
-2
No files found.
src/components/Details.vue
View file @
d9eb7692
...
...
@@ -961,12 +961,18 @@
next
()
}
else
if
(
that
.
openMode
==
0
&&
to
.
query
.
blank
&&
to
.
query
.
blank
==
'y'
)
{
let
dom
=
document
.
querySelector
(
"#blankLink"
)
dom
.
href
=
`http://
${
window
.
location
.
host
}
/#
${
to
.
fullPath
}
`
dom
.
click
()
}
else
{
next
()
}
// let dom = document.querySelector("#blankLink")
// dom.target = '_blank';
// dom.href = `http://${window.location.host}/#${to.fullPath}`
// dom.click()
var
el
=
document
.
createElement
(
"a"
);
document
.
body
.
appendChild
(
el
);
el
.
href
=
`http://
${
window
.
location
.
host
}
/#
${
to
.
fullPath
}
`
;
el
.
target
=
'_blank'
;
el
.
click
();
}
else
{
next
()
}
});
this
.
$nextTick
(
function
()
{
document
.
title
=
this
.
$route
.
meta
.
title
?
this
.
$route
.
meta
.
title
:
''
...
...
This diff is collapsed.
Click to expand it.
src/components/sale/sale.vue
View file @
d9eb7692
...
...
@@ -686,7 +686,7 @@
}
else
if
(
type
==
5
){
//排名
name
=
'salesVolumeRank'
this
.
$router
.
push
({
path
:
name
,
name
:
name
,
query
:
{
tStartDates
:
this
.
PMMsg
.
tStartDates
,
blank
:
'y'
...
...
This diff is collapsed.
Click to expand it.
src/components/temp/components/progressComm.vue
View file @
d9eb7692
...
...
@@ -52,8 +52,8 @@
border-radius
:
0
!important
;
}
/
deep
/
.relative-position
.el-progress-bar__inner
{
text-align
:
center
;
/* text-indent: 10px; */
text-align
:
left
;
text-indent
:
10px
;
border-radius
:
0
!important
;
}
/
deep
/
.relative-position
:first-child
.el-progress
{
...
...
This diff is collapsed.
Click to expand it.
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