Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
fba81cf1
Commit
fba81cf1
authored
5 months ago
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
9226df65
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
BusSurvey.vue
src/components/administrative/BusSurvey.vue
+3
-3
No files found.
src/components/administrative/BusSurvey.vue
View file @
fba81cf1
...
@@ -59,10 +59,10 @@
...
@@ -59,10 +59,10 @@
<td>
{{
item
.
TotalNum
}}
</td>
<td>
{{
item
.
TotalNum
}}
</td>
<td>
<td>
<template
v-if=
"item.BusSurveyId>0"
>
<template
v-if=
"item.BusSurveyId>0"
>
<span
style=
"cursor:pointer"
@
click=
"showBusSurveyInfo(item)"
>
{{
$t
(
'fnc.chakan'
)
}}
</span>
<span
style=
"cursor:pointer
;color:blue;
"
@
click=
"showBusSurveyInfo(item)"
>
{{
$t
(
'fnc.chakan'
)
}}
</span>
</
template
>
</
template
>
<
template
v-else
>
<
template
v-else
>
<span
style=
"cursor:pointer"
@
click=
"setInfo(item)"
>
{{
$t
(
'objFill.tianxie'
)
}}
</span>
<span
style=
"cursor:pointer
;color:red;
"
@
click=
"setInfo(item)"
>
{{
$t
(
'objFill.tianxie'
)
}}
</span>
</
template
>
</
template
>
</td>
</td>
</tr>
</tr>
...
@@ -141,7 +141,7 @@
...
@@ -141,7 +141,7 @@
<
template
v-if=
"item.SurveyType === 3"
>
<
template
v-if=
"item.SurveyType === 3"
>
<td>
<td>
<el-checkbox
v-for=
"(radio, rIndex) in item.SurveyOptionsList"
:checked=
"radio.IsCheck=='1'"
<el-checkbox
v-for=
"(radio, rIndex) in item.SurveyOptionsList"
:checked=
"radio.IsCheck=='1'"
:label=
"radio.ID"
:key=
"rIndex"
disabled
>
:label=
"radio.ID"
:key=
"rIndex"
rea
>
{{
radio
.
OptionsName
}}
</el-checkbox>
{{
radio
.
OptionsName
}}
</el-checkbox>
</td>
</td>
</
template
>
</
template
>
...
...
This diff is collapsed.
Click to expand it.
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