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
c6f86a59
Commit
c6f86a59
authored
7 months ago
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
慢综 随访记录 按钮权限控制
parent
6adade03
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Visit.vue
src/doctor/resident/Visit.vue
+3
-3
No files found.
src/doctor/resident/Visit.vue
View file @
c6f86a59
...
...
@@ -66,10 +66,10 @@
<van-divider
class=
'mt-3'
/>
<div
class=
"flex justify-end"
>
<div
class=
"flex justify-end"
>
<van-button
round
type=
"primary"
class=
"card-bt"
style=
"margin-right: .12rem"
@
click
.
stop=
"editBtn(item)"
>
修改
</van-button>
<van-button
round
type=
"primary"
class=
"card-bt"
@
click
.
stop=
"delBtn(item)"
>
删除
</van-button>
@
click
.
stop=
"editBtn(item)"
v-show=
'item.allowUpdate ==1'
>
修改
</van-button>
<van-button
round
type=
"primary"
class=
"card-bt"
@
click
.
stop=
"delBtn(item)"
v-show=
'item.allowUpdate ==1'
>
删除
</van-button>
</div>
<span
class=
"px-3 float-bt"
>
...
...
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