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
f52f0f54
Commit
f52f0f54
authored
Sep 09, 2024
by
吴春
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
aa4106f1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
student-shiting.vue
src/components/school/student/student-shiting.vue
+1
-1
reserveStudentList.vue
src/pages/sale/reserveStudentList.vue
+1
-5
No files found.
src/components/school/student/student-shiting.vue
View file @
f52f0f54
...
...
@@ -67,7 +67,7 @@
<div
style=
"margin-top:10px;width:150px;"
class=
"visit_delete text-negative"
>
<span
@
click=
"DeleteVisitorReserve(tItem.Id)"
style=
"margin-right:10px;"
>
删除
</span>
<span
v-if=
"tItem.ReserveClassId>0"
style=
"margin-right:10px;"
@
click=
"fabkuiMsg.IsShow=true,fabkuiMsg.Id=tItem.Id,fabkuiMsg.Feedback=tItem.Feedback"
>
反馈
</span>
@
click=
"fabkuiMsg.IsShow=true,fabkuiMsg.Id=tItem.Id,fabkuiMsg.Feedback=tItem.Feedback
&&tItem.Feedback?tItem.Feedback:''
"
>
反馈
</span>
<!-- <span v-if="tItem.ReserveClassId==0" @click="ShitingKaiKe(tItem)">试听课开课</span> -->
</div>
</div>
...
...
src/pages/sale/reserveStudentList.vue
View file @
f52f0f54
...
...
@@ -65,7 +65,7 @@
<
template
v-slot:body-cell-Id=
"props"
>
<q-td
:props=
"props"
>
<span
v-if=
"props.row.ReserveClassId>0"
style=
"margin-right:10px; cursor: pointer;"
@
click=
"fabkuiMsg.IsShow=true,fabkuiMsg.Id=props.row.Id,fabkuiMsg.Feedback=props.row.Feedback"
>
反馈
</span>
@
click=
"fabkuiMsg.IsShow=true,fabkuiMsg.Id=props.row.Id,fabkuiMsg.Feedback=props.row.Feedback
&&props.row.Feedback.length>0?props.row.Feedback:''
"
>
反馈
</span>
</q-td>
</
template
>
<
template
v-slot:bottom
>
...
...
@@ -312,10 +312,6 @@
this
.
fabkuiMsg
.
Feedback
=
''
;
});
},
closeReserveForm
()
{
this
.
isShowAdd
=
false
;
this
.
getList
();
},
//新增访客
editVisitor
(
obj
)
{
if
(
obj
)
{
...
...
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