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
928ae354
Commit
928ae354
authored
Jun 06, 2023
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
bfd4f5ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
+1
-5
src/views/outClinicalpathway.vue
+1
-5
No files found.
src/views/outClinicalpathway.vue
View file @
928ae354
...
@@ -157,7 +157,7 @@
...
@@ -157,7 +157,7 @@
ref=
"singleTable"
ref=
"singleTable"
:data=
"gridData"
:data=
"gridData"
highlight-current-row
highlight-current-row
@
row-dblclick
.
enter
=
"rowdblclick"
@
row-dblclick=
"rowdblclick"
max-height=
"400"
max-height=
"400"
size=
"mini"
size=
"mini"
style=
"width: 100%"
style=
"width: 100%"
...
@@ -661,7 +661,6 @@ export default {
...
@@ -661,7 +661,6 @@ export default {
el
.
id
=
i
++
;
el
.
id
=
i
++
;
});
});
this
.
$refs
.
singleTable
.
setCurrentRow
(
data
[
0
]);
this
.
$refs
.
singleTable
.
setCurrentRow
(
data
[
0
]);
console
.
log
(
this
.
currentRow
);
}
}
this
.
gridData
=
data
;
this
.
gridData
=
data
;
})
})
...
@@ -670,9 +669,6 @@ export default {
...
@@ -670,9 +669,6 @@ export default {
handleCurrentChange
(
val
)
{
handleCurrentChange
(
val
)
{
this
.
currentRow
=
val
;
this
.
currentRow
=
val
;
},
},
handleEnter
()
{
console
.
log
(
"Enter key was pressed"
);
},
rowdblclick
(
row
,
column
,
event
)
{
rowdblclick
(
row
,
column
,
event
)
{
this
.
pushData
(
row
,
this
.
tableData
);
this
.
pushData
(
row
,
this
.
tableData
);
this
.
tempRow
.
isPop
=
false
;
this
.
tempRow
.
isPop
=
false
;
...
...
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