|
|
|
|
@ -419,7 +419,7 @@ function DraftPermit({route,navigation}: sendListDataProps) {
@@ -419,7 +419,7 @@ function DraftPermit({route,navigation}: sendListDataProps) {
|
|
|
|
|
children={ |
|
|
|
|
<View style={{flexDirection:'row',alignItems:'center',justifyContent:'center'}}> |
|
|
|
|
<Image source={require('../../assets/icon/edit.png')} /> |
|
|
|
|
<Text style={{marginLeft:10,color:'#6B5E5EB2',fontSize:14,fontWeight:400}}>Edit</Text> |
|
|
|
|
<Text style={{marginLeft:10,color:'#6B5E5EB2',fontSize:14,fontWeight:400}}>Open</Text> |
|
|
|
|
</View>}
|
|
|
|
|
/> |
|
|
|
|
<View style={{marginVertical: 5, width:85, |
|
|
|
|
|