Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend-h5
Project
Project
Details
Activity
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
songrui
frontend-h5
Commits
956b1e3e
Commit
956b1e3e
authored
Nov 07, 2024
by
songrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
健康指导修改
parent
947d2ea1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
List.vue
src/residentWX/guide/List.vue
+5
-5
No files found.
src/residentWX/guide/List.vue
View file @
956b1e3e
...
...
@@ -28,15 +28,15 @@
<span>
{{
item
.
visitDate
}}
</span>
</div>
<div>
<span
class=
"label"
>
筛查
单位
</span>
<span
class=
"label"
>
指导
单位
</span>
<span>
{{
item
.
visitUnitName
}}
</span>
</div>
<div>
<span
class=
"label"
>
筛查
科室
</span>
<span
class=
"label"
>
指导
科室
</span>
<span>
{{
item
.
visitOfficeName
}}
</span>
</div>
<span
class=
"tag tag-orange"
v-show=
"
item.visitWayRules.includes('2')
"
>
健康指导
</span>
<span
class=
"tag tag-green"
v-show=
"
item.visitWayRules.includes('3')
"
>
健康宣教
</span>
<span
class=
"tag tag-orange"
v-show=
"
activeTab=='2'
"
>
健康指导
</span>
<span
class=
"tag tag-green"
v-show=
"
activeTab=='3'
"
>
健康宣教
</span>
</div>
</div>
</van-list>
...
...
@@ -60,7 +60,7 @@ export default {
store
:
useStore
(),
activeTab
:
''
,
tabList
:
[
{
title
:
'全部'
,
name
:
''
},
//
{ title: '全部', name: '' },
{
title
:
'健康指导'
,
name
:
'2'
},
{
title
:
'健康宣教'
,
name
:
'3'
},
],
...
...
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