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
1650d684
Commit
1650d684
authored
Mar 17, 2020
by
尹亚亭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
f01a0b17
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
12 deletions
+15
-12
channel-access/public/index.html
+13
-10
channel-access/src/views/fqembed/comapnylist.vue
+2
-2
No files found.
channel-access/public/index.html
View file @
1650d684
...
...
@@ -2,19 +2,21 @@
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<title>
企链
</title>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>favicon.ico"
>
<!-- <title>企链</title> -->
<title>
公司注册方案
</title>
</head>
<body>
<noscript>
<strong>
We're sorry but channel-access doesn't work properly without JavaScript enabled. Please enable it to continue.
</strong>
</noscript>
<div
id=
"app"
></div>
<!-- built files will be auto injected -->
<noscript>
<strong>
We're sorry but channel-access doesn't work properly without JavaScript enabled. Please enable it to
continue.
</strong>
</noscript>
<div
id=
"app"
></div>
<!-- built files will be auto injected -->
</body>
</html>
\ No newline at end of file
channel-access/src/views/fqembed/comapnylist.vue
View file @
1650d684
...
...
@@ -338,12 +338,12 @@ export default {
},
methods
:
{
addCompany
()
{
console
.
log
(
"公司注册--添加"
);
console
.
log
(
"公司注册--添加
--详情--test
"
);
this
.
companyAddDialog
=
true
;
// this.companyDetailDialog = true;
},
// 公司注册添加
addCloudCompany
()
{
console
.
log
(
"云上公司注册--添加"
);
console
.
log
(
"云上公司注册--添加
--详情--test
"
);
this
.
cloudCompanyAddDialog
=
true
;
// this.cloudDetailDialog = true;
},
// 云上公司注册添加
...
...
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