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
4d882257
Commit
4d882257
authored
Apr 08, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
b1941f4b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
teacher-form.vue
src/components/system/teacher-form.vue
+1
-1
webkit-form.vue
src/components/system/webkit-form.vue
+1
-1
webkitManage.vue
src/pages/system/webkitManage.vue
+6
-6
No files found.
src/components/system/teacher-form.vue
View file @
4d882257
...
...
@@ -21,7 +21,7 @@
map-options
label=
"类型"
/>
<q-select
filled
stack-label
option-value=
"Id"
option-label=
"Name"
ref=
"ID"
v-model=
"objOption.Sex"
:options=
"SexList"
label=
"性别"
:dense=
"false"
class=
"col-6 q-pb-lg"
emit-value
map-options
/>
<q-input
v-model=
"objOption.Intro"
class=
"col-12 q-pb-lg"
filled
type=
"textarea"
placeholder=
"介绍"
/>
<q-input
v-model=
"objOption.Intro"
class=
"col-12 q-pb-lg"
filled
type=
"textarea"
placeholder=
"介绍"
maxlength=
"500"
/>
</div>
</q-card-section>
<q-separator
/>
...
...
src/components/system/webkit-form.vue
View file @
4d882257
...
...
@@ -9,7 +9,7 @@
<div
class=
"row wrap"
>
<q-input
filled
stack-label
maxlength=
"50"
:dense=
"false"
v-model=
"objOption.NavTitle"
ref=
"NavTitle"
class=
"col-12 q-pb-lg"
label=
"导航大标题"
:rules=
"[val => !!val || '请填写导航大标题']"
/>
<q-input
v-model=
"objOption.SubTitle"
class=
"col-12 q-pb-lg"
filled
type=
"textarea"
placeholder=
"导航子标题"
/>
<q-input
v-model=
"objOption.SubTitle"
class=
"col-12 q-pb-lg"
filled
type=
"textarea"
placeholder=
"导航子标题"
maxlength=
"150"
/>
<q-input
stack-label
maxlength=
"200"
:dense=
"false"
v-model=
"objOption.LinkUrl"
class=
"col-6 q-pr-lg q-pb-lg"
label=
"导航地址"
/>
<q-select
class=
"col-6 q-pb-lg"
option-value=
"Id"
option-label=
"Name"
v-model=
"objOption.NavType"
...
...
src/pages/system/webkitManage.vue
View file @
4d882257
...
...
@@ -79,12 +79,12 @@
field
:
'NavTitle'
,
align
:
'left'
},
{
name
:
'SubTitle'
,
label
:
'导航子标题'
,
field
:
'SubTitle'
,
align
:
'left'
},
//
{
//
name: 'SubTitle',
//
label: '导航子标题',
//
field: 'SubTitle',
//
align: 'left'
//
},
{
name
:
'BgImg'
,
label
:
'导航背景图'
,
...
...
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