Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
xugong
hls-xcmg-vue-app
Commits
6f31d85c
Commit
6f31d85c
authored
Feb 18, 2020
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
d0fcecd9
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
product-detailed.vue
src/pages/productQuery/product-detailed.vue
+4
-3
baseInfo.vue
src/pages/userBindNew/org/baseInfo.vue
+2
-2
No files found.
src/pages/productQuery/product-detailed.vue
View file @
6f31d85c
...
...
@@ -398,6 +398,7 @@ export default {
div {
font-family: PingFangSC-Semibold;
height: 24px;
padding:0px 4px;
line-height: 24px;
font-size: 13px;
color: #FDB62F;
...
...
@@ -405,9 +406,9 @@ export default {
border-radius: 2px;
text-align: center;
}
div:nth-of-type(1) {
width: 101px;
}
//
div:nth-of-type(1) {
//
width: 101px;
//
}
div:nth-of-type(2) {
margin-left: 16px;
// width: 73px;
...
...
src/pages/userBindNew/org/baseInfo.vue
View file @
6f31d85c
...
...
@@ -943,9 +943,9 @@ export default {
// 基本信息保存前校验
bindCheck
()
{
let
vm
=
this
var
business_num
=
''
let
business_num
=
''
if
(
vm
.
baseInfo
.
bp_type
===
'TENANT'
||
vm
.
baseInfo
.
bp_type
===
'GUTA'
)
{
let
business_num
=
vm
.
baseInfo
.
agent_username
business_num
=
vm
.
baseInfo
.
agent_username
}
window
.
localStorage
.
setItem
(
'business_num'
,
business_num
)
let
url
=
process
.
env
.
basePath
+
'bp_bind_check'
...
...
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