Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
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
罗超
confucius
Commits
f02aded4
Commit
f02aded4
authored
Dec 08, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
691205b4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
55 additions
and
0 deletions
+55
-0
b2bindex.vue
src/pages/system/b2bindex.vue
+49
-0
routes.js
src/router/routes.js
+6
-0
No files found.
src/pages/system/b2bindex.vue
0 → 100644
View file @
f02aded4
<
template
>
<div
class=
"page-body"
>
<div
class=
"page-search row items-center"
>
<div
class=
"col row wrap q-mr-lg q-col-gutter-md"
>
<div
class=
"col-3"
>
<q-input
clearable
standout=
"bg-primary text-white"
class=
"col-6 q-pr-lg q-pr-lg"
v-model=
"msg.LinkMan"
label=
"标题"
maxlength=
"20"
/>
</div>
<div
class=
"col-3"
>
<q-input
clearable
standout=
"bg-primary text-white"
class=
"col-6 q-pr-lg q-pr-lg"
v-model=
"msg.PositionName"
label=
"副标题"
maxlength=
"20"
/>
</div>
</div>
</div>
<div
class=
"page-content"
>
</div>
</div>
</
template
>
<
script
>
import
{
GetWebJobApplyPage
,
}
from
'../../api/system/webkit'
export
default
{
meta
:
{
title
:
"同业小程序配置"
},
components
:
{
jobapplyForm
},
data
()
{
return
{
}
},
mounted
()
{
// this.getList()
},
methods
:
{
}
}
</
script
>
<
style
lang=
"sass"
>
@import
url('~assets/css/table.sass')
</
style
>
src/router/routes.js
View file @
f02aded4
...
...
@@ -183,6 +183,12 @@ const routes = [{
component
:
()
=>
import
(
"pages/system/jobapplyManage.vue"
)
},
{
path
:
"/system/b2bindex"
,
//同业小程序 首页配置
component
:
()
=>
import
(
"pages/system/b2bindex.vue"
)
},
{
path
:
"/system/dutyManagement"
,
//值班管理
component
:
()
=>
...
...
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