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
f99cd315
Commit
f99cd315
authored
Jul 02, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改文字显示内容
parent
2d4fb604
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
survey-form.vue
src/components/system/survey-form.vue
+2
-2
surveyStudentList.vue
src/pages/system/surveyStudentList.vue
+1
-1
No files found.
src/components/system/survey-form.vue
View file @
f99cd315
...
@@ -2,10 +2,10 @@
...
@@ -2,10 +2,10 @@
<q-dialog
v-model=
"persistent"
content-class=
"bg-grey-1"
persistent
transition-show=
"scale"
transition-hide=
"scale"
>
<q-dialog
v-model=
"persistent"
content-class=
"bg-grey-1"
persistent
transition-show=
"scale"
transition-hide=
"scale"
>
<q-card
style=
"width: 800px;max-width:900px;"
>
<q-card
style=
"width: 800px;max-width:900px;"
>
<q-card-section>
<q-card-section>
<div
class=
"text-h6"
>
{{
objOption
.
MenuId
==
0
?
'新增
学生问卷调查信息'
:
'修改学生
问卷调查信息'
}}
</div>
<div
class=
"text-h6"
>
{{
objOption
.
MenuId
==
0
?
'新增
老师问卷调查信息'
:
'修改老师
问卷调查信息'
}}
</div>
</q-card-section>
</q-card-section>
<q-card-section
class=
"q-pt-none scroll"
style=
"max-height: 70vh"
>
<q-card-section
class=
"q-pt-none scroll"
style=
"max-height: 70vh"
>
<div
class=
"text-caption q-mb-lg q-px-md text-grey-6"
>
学生
问卷调查信息
</div>
<div
class=
"text-caption q-mb-lg q-px-md text-grey-6"
>
老师
问卷调查信息
</div>
<div
class=
"row wrap"
>
<div
class=
"row wrap"
>
<q-input
filled
stack-label
maxlength=
"20"
:dense=
"false"
v-model=
"objOption.Title"
ref=
"Title"
<q-input
filled
stack-label
maxlength=
"20"
:dense=
"false"
v-model=
"objOption.Title"
ref=
"Title"
class=
"col-6 q-pr-lg q-pb-lg"
label=
"问题名称"
:rules=
"[val => !!val || '请填问题名称']"
/>
class=
"col-6 q-pr-lg q-pb-lg"
label=
"问题名称"
:rules=
"[val => !!val || '请填问题名称']"
/>
...
...
src/pages/system/surveyStudentList.vue
View file @
f99cd315
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
<q-table
:pagination=
"msg"
:loading=
"loading"
no-data-label=
"暂无相关数据"
flat
class=
"sticky-tow-column-table"
<q-table
:pagination=
"msg"
:loading=
"loading"
no-data-label=
"暂无相关数据"
flat
class=
"sticky-tow-column-table"
separator=
"none"
:data=
"data"
:columns=
"columns"
row-key=
"name"
>
separator=
"none"
:data=
"data"
:columns=
"columns"
row-key=
"name"
>
<
template
v-slot:top=
"props"
>
<
template
v-slot:top=
"props"
>
<div
class=
"col-2 q-table__title"
>
问卷调查信息
</div>
<div
class=
"col-2 q-table__title"
>
老师问卷调查汇总
</div>
<q-space
/>
<q-space
/>
</
template
>
</
template
>
...
...
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