Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
zhangzhonghua
/
BoneHouse_Business_APP
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ea0ae58b
authored
Dec 07, 2021
by
peii
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
历史订单显示备注
parent
dc5364fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
app/containers/historicalOrder/HistoricalOrderPage.js
app/containers/historicalOrder/HistoricalOrderPage.js
View file @
ea0ae58b
...
@@ -469,6 +469,9 @@ class HistoricalOrderPage extends Component {
...
@@ -469,6 +469,9 @@ class HistoricalOrderPage extends Component {
{
item
.
source_surgery_date
?
moment
(
item
.
source_surgery_date
).
format
(
'YYYY/MM/DD HH:mm'
)
:
'无'
}
{
item
.
source_surgery_date
?
moment
(
item
.
source_surgery_date
).
format
(
'YYYY/MM/DD HH:mm'
)
:
'无'
}
<
/Text> : nul
l
<
/Text> : nul
l
}
}
<
Text
style
=
{
styles
.
cont_tip
}
>
备注:
{
item
.
remark
||
'——'
}
<
/Text
>
<
/View
>
<
/View
>
<
View
style
=
{
styles
.
cont_rig
}
>
<
View
style
=
{
styles
.
cont_rig
}
>
<
Text
<
Text
...
@@ -599,7 +602,8 @@ const styles = StyleSheet.create({
...
@@ -599,7 +602,8 @@ const styles = StyleSheet.create({
},
},
cont_list_box
:
{
cont_list_box
:
{
flexDirection
:
'row'
,
flexDirection
:
'row'
,
justifyContent
:
'space-between'
justifyContent
:
'space-between'
,
alignItems
:
'center'
},
},
cont_lef
:
{
cont_lef
:
{
maxWidth
:
'80%'
maxWidth
:
'80%'
...
...
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