Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-composition-api
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宁路鹏
vue-composition-api
Commits
31795979
Commit
31795979
authored
Jun 28, 2023
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
4aa84ad4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletions
+13
-1
src/views/outClinicalpathway.vue
+13
-1
No files found.
src/views/outClinicalpathway.vue
View file @
31795979
...
@@ -357,7 +357,7 @@
...
@@ -357,7 +357,7 @@
<el-table-column
show-overflow-tooltip
property=
"emergency"
label=
"急诊"
width=
"85"
>
<el-table-column
show-overflow-tooltip
property=
"emergency"
label=
"急诊"
width=
"85"
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
<el-select
<el-select
v-if=
"scope.row.ischeck == 1 && scope.row.type
== 2
&& scope.row.isedit && scope.row.orderType"
v-if=
"scope.row.ischeck == 1 && scope.row.type
!= 1
&& scope.row.isedit && scope.row.orderType"
size=
"mini"
size=
"mini"
v-model=
"scope.row.emergency"
v-model=
"scope.row.emergency"
>
>
...
@@ -1026,6 +1026,12 @@ export default {
...
@@ -1026,6 +1026,12 @@ export default {
.
map
((
item
,
index
)
=>
{
.
map
((
item
,
index
)
=>
{
index
==
0
?
(
item
.
isedit
=
true
)
:
(
item
.
isedit
=
false
);
index
==
0
?
(
item
.
isedit
=
true
)
:
(
item
.
isedit
=
false
);
});
});
this
.
multipleSelection
.
filter
((
item
)
=>
item
.
adviceType
)
.
filter
((
item
)
=>
item
.
type
==
3
)
.
map
((
item
,
index
)
=>
{
item
.
isedit
=
true
;
});
}
}
if
(
this
.
multipleSelection1
.
length
)
{
if
(
this
.
multipleSelection1
.
length
)
{
this
.
multipleSelection1
this
.
multipleSelection1
...
@@ -1034,6 +1040,12 @@ export default {
...
@@ -1034,6 +1040,12 @@ export default {
.
map
((
item
,
index
)
=>
{
.
map
((
item
,
index
)
=>
{
index
==
0
?
(
item
.
isedit
=
true
)
:
(
item
.
isedit
=
false
);
index
==
0
?
(
item
.
isedit
=
true
)
:
(
item
.
isedit
=
false
);
});
});
this
.
multipleSelection1
.
filter
((
item
)
=>
item
.
adviceType
)
.
filter
((
item
)
=>
item
.
type
==
3
)
.
map
((
item
,
index
)
=>
{
item
.
isedit
=
true
;
});
}
}
},
},
...
...
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