Commit ea0ae58b by peii

历史订单显示备注

parent dc5364fc
...@@ -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> : null </Text> : null
} }
<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%'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment