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
0cd6182d
Commit
0cd6182d
authored
Apr 11, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
15ee719a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
11 deletions
+22
-11
QuesActivityList.vue
src/pages/activity/QuesActivityList.vue
+22
-8
routes.js
src/router/routes.js
+0
-3
No files found.
src/pages/activity/QuesActivityList.vue
View file @
0cd6182d
...
...
@@ -28,13 +28,27 @@
<div>
{{
props
.
row
.
EndDateStr
}}
</div>
</q-td>
</
template
>
<
template
v-slot:body-cell-PrizeAddress=
"props"
>
<q-td
:props=
"props"
>
<div
style=
"max-width: 150px; overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;"
>
{{
props
.
row
.
PrizeAddress
}}
</div>
</q-td>
</
template
>
<
template
v-slot:body-cell-Description=
"props"
>
<q-td
:props=
"props"
>
<div
style=
"max-width: 200px; overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;"
>
{{
props
.
row
.
Description
}}
</div>
</q-td>
</
template
>
<
template
v-slot:bottom
>
<q-pagination
class=
"full-width justify-end"
v-model=
"msg.pageIndex"
color=
"primary"
:max=
"pageCount"
:input=
"true"
@
input=
"changePage"
/>
</
template
>
<
template
v-slot:body-cell-optioned=
"props"
>
<q-td
:props=
"props"
>
<q-btn
flat
size=
"xs"
icon=
"iconfont icon-view"
color=
"accent"
style=
"font-weight:400"
label=
"
意见调查表
"
<q-btn
flat
size=
"xs"
icon=
"iconfont icon-view"
color=
"accent"
style=
"font-weight:400"
label=
"
配置
"
@
click=
"GoYijian(props.row)"
/>
<q-btn
flat
size=
"xs"
icon=
"edit"
color=
"accent"
style=
"font-weight:400"
label=
"编辑"
@
click=
"addObj(props.row)"
/>
...
...
@@ -52,7 +66,7 @@
import
quesactiveForm
from
'../../components/activity/quesactive-form'
export
default
{
meta
:
{
title
:
"
活动列表
"
title
:
"
意见调查表配置
"
},
components
:
{
quesactiveForm
...
...
@@ -67,13 +81,13 @@
},
{
name
:
'Title'
,
label
:
'
活动信息
'
,
label
:
'
问卷标题
'
,
field
:
'Title'
,
align
:
'left'
},
{
name
:
'StartDateStr'
,
label
:
'
活动
时间'
,
label
:
'时间'
,
field
:
'StartDateStr'
,
align
:
'left'
},
...
...
@@ -121,7 +135,9 @@
objOption
:
null
,
}
},
created
()
{},
created
()
{
},
mounted
()
{
this
.
GetPrizeTypeEnumList
();
this
.
getList
();
...
...
@@ -229,10 +245,8 @@
}
},
}
</
script
>
<
style
lang=
"sass"
>
@import
url('~assets/css/table.sass')
</
style
>
</
style
>
\ No newline at end of file
src/router/routes.js
View file @
0cd6182d
...
...
@@ -1579,9 +1579,6 @@ const routes = [{
component
:
()
=>
import
(
"pages/teacher/contribution/contributemanage"
)
},
{
path
:
"/stuMan/coffeeManage/index"
,
//学管 商品管理
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