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
f70ebd2c
Commit
f70ebd2c
authored
Feb 27, 2023
by
wangshuangqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
勾选展示当前时间字段
parent
048a0eab
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
3 deletions
+19
-3
src/utils/formatTime.js
+0
-0
src/views/outClinicalpathway.vue
+19
-3
No files found.
src/utils/formatTime.js
View file @
f70ebd2c
This diff is collapsed.
Click to expand it.
src/views/outClinicalpathway.vue
View file @
f70ebd2c
...
...
@@ -2,7 +2,7 @@
* @Author: wsq
* @Date: 2022-04-22 15:20:58
* @LastEditors: wsq
* @LastEditTime: 2023-02-27 15:
05:14
* @LastEditTime: 2023-02-27 15:
53:26
* @Description:
-->
<
template
>
...
...
@@ -158,7 +158,19 @@
label=
"路径名称"
width=
"120"
/>
<el-table-column
show-overflow-tooltip
property=
"tickTime"
label=
"当前时间"
width=
"90"
>
<
template
#
default=
"scope"
>
<span
v-if=
"scope.row.advice_name == null && scope.row.ischeck == 1"
>
{{
transformTime
()
}}
</span
>
</
template
>
</el-table-column>
<el-table-column
show-overflow-tooltip
property=
"orderType"
...
...
@@ -507,7 +519,7 @@ import { useRoute, useRouter } from "../utils/useVueRouter";
import
{
setItem
,
getItem
}
from
"../utils/auth"
;
import
{
Loading
}
from
"element-ui"
;
import
_
from
"lodash"
;
import
{
transformTimestampnow
}
from
"../utils/formatTime"
;
export
default
{
name
:
"outClinicalpathway"
,
setup
()
{
...
...
@@ -522,6 +534,9 @@ export default {
}
const
monthlyPlanTable
=
ref
();
const
multipleTable
=
ref
();
const
transformTime
=
computed
(()
=>
{
return
transformTimestampnow
;
});
let
state
=
reactive
({
//患者信息
topdata
:
{
...
...
@@ -948,6 +963,7 @@ export default {
gemedicUsePlanoptions
,
radiochange
,
getmedicalPurposeoptions
,
transformTime
,
};
},
};
...
...
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