Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
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
刘怀志
pet-business-web
Commits
524dd4f2
Commit
524dd4f2
authored
Jun 25, 2023
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
细节修改2
parent
c67d5f16
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
medical-edit.vue
src/views/medical-record-management/medical-edit.vue
+4
-1
doctor-card.vue
...-management/registration-queue/components/doctor-card.vue
+2
-2
No files found.
src/views/medical-record-management/medical-edit.vue
View file @
524dd4f2
...
@@ -988,7 +988,9 @@ export default {
...
@@ -988,7 +988,9 @@ export default {
checkRules
:
{},
checkRules
:
{},
treatForm
:
{},
// 治疗table编辑
treatForm
:
{},
// 治疗table编辑
treatRules
:
{},
treatRules
:
{},
detailInfo
:
{},
detailInfo
:
{
petOwnerBo
:
{}
},
form
:
{},
form
:
{},
formRules
:
[],
formRules
:
[],
// 排序下拉框
// 排序下拉框
...
@@ -1410,6 +1412,7 @@ export default {
...
@@ -1410,6 +1412,7 @@ export default {
cancelButtonText
:
'取消'
,
cancelButtonText
:
'取消'
,
type
:
'warning'
type
:
'warning'
}).
then
(()
=>
{
}).
then
(()
=>
{
console
.
log
(
'this.editCunt'
,
this
.
editCunt
)
if
(
tableName
===
'checkManageBos'
)
{
if
(
tableName
===
'checkManageBos'
)
{
deleteCheck
(
rowData
.
id
).
then
(()
=>
{
deleteCheck
(
rowData
.
id
).
then
(()
=>
{
this
.
$message
({
this
.
$message
({
...
...
src/views/service-management/registration-queue/components/doctor-card.vue
View file @
524dd4f2
...
@@ -126,11 +126,11 @@
...
@@ -126,11 +126,11 @@
<el-button
type=
"text"
>
挂号
</el-button>
<el-button
type=
"text"
>
挂号
</el-button>
</div>
</div>
<!--给它传一个userId,一个类型和一个默认页数-->
<!--给它传一个userId,一个类型和一个默认页数-->
<div
class=
"add"
@
click=
"registration(item.userId, '1',item,0)"
>
<div
class=
"add"
>
<div
class=
"add-img"
>
<div
class=
"add-img"
>
<el-image
:src=
"require('@/assets/register/xinzengguahao_jiahao@2x.png')"
/>
<el-image
:src=
"require('@/assets/register/xinzengguahao_jiahao@2x.png')"
/>
</div>
</div>
<el-button
type=
"text"
>
加号
</el-button>
<el-button
type=
"text"
:disabled=
"item.plusSign === '1'"
@
click=
"registration(item.userId, '1',item,0)"
>
加号
</el-button>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
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