Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
2eb8b9cd
Commit
2eb8b9cd
authored
Mar 17, 2020
by
刘泽奇
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'channel-access' of gitlab.gongsibao.com:jiangyong/zhichan into channel-access
parents
0026f45b
3752fa43
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
+9
-1
channel-access/src/views/fqembed/comapnylist.vue
+9
-1
No files found.
channel-access/src/views/fqembed/comapnylist.vue
View file @
2eb8b9cd
...
@@ -279,6 +279,7 @@ export default {
...
@@ -279,6 +279,7 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
haveChoosedTab
:
1
,
// 选中的Tab标签的名字,来判定详情是显示 公司详情 或 云公司详情
companyAddDialog
:
false
,
// 公司注册对话框
companyAddDialog
:
false
,
// 公司注册对话框
cloudCompanyAddDialog
:
false
,
// 云公司注册对话框
cloudCompanyAddDialog
:
false
,
// 云公司注册对话框
companyDetailDialog
:
false
,
// 公司详情对话框
companyDetailDialog
:
false
,
// 公司详情对话框
...
@@ -373,7 +374,6 @@ export default {
...
@@ -373,7 +374,6 @@ export default {
addCompany
()
{
addCompany
()
{
console
.
log
(
"公司注册--添加--详情--test"
);
console
.
log
(
"公司注册--添加--详情--test"
);
this
.
companyAddDialog
=
true
;
this
.
companyAddDialog
=
true
;
// this.companyDetailDialog = true;
},
// 公司注册添加
},
// 公司注册添加
addCloudCompany
()
{
addCloudCompany
()
{
console
.
log
(
"云上公司注册--添加--详情--test"
);
console
.
log
(
"云上公司注册--添加--详情--test"
);
...
@@ -383,9 +383,11 @@ export default {
...
@@ -383,9 +383,11 @@ export default {
handleClick
(
tab
,
event
)
{
handleClick
(
tab
,
event
)
{
console
.
log
(
tab
,
event
);
console
.
log
(
tab
,
event
);
if
(
tab
.
name
==
"1"
)
{
if
(
tab
.
name
==
"1"
)
{
this
.
haveChoosedTab
=
1
;
console
.
log
(
"公司注册"
);
console
.
log
(
"公司注册"
);
}
}
if
(
tab
.
name
==
"2"
)
{
if
(
tab
.
name
==
"2"
)
{
this
.
haveChoosedTab
=
2
;
console
.
log
(
"云上公司注册"
);
console
.
log
(
"云上公司注册"
);
}
}
},
},
...
@@ -394,6 +396,12 @@ export default {
...
@@ -394,6 +396,12 @@ export default {
},
},
toDetails
(
idx
,
row
)
{
toDetails
(
idx
,
row
)
{
console
.
log
(
row
);
console
.
log
(
row
);
if
(
this
.
haveChoosedTab
==
1
)
{
this
.
companyDetailDialog
=
true
;
}
if
(
this
.
haveChoosedTab
==
2
)
{
this
.
cloudDetailDialog
=
true
;
}
},
},
handleSizeChange
(
val
)
{
handleSizeChange
(
val
)
{
console
.
log
(
`每页
${
val
}
条`
);
console
.
log
(
`每页
${
val
}
条`
);
...
...
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