|  | @@ -241,7 +241,7 @@ class Drafts extends Component {
 | 
												
													
														
															|  |          </View>
 |  |          </View>
 | 
												
													
														
															|  |          <View className="formItem">
 |  |          <View className="formItem">
 | 
												
													
														
															|  |            <View className="formName">{(data.type == 4 || data.type == 5) ? "说明:" : "报销事由:"}</View>
 |  |            <View className="formName">{(data.type == 4 || data.type == 5) ? "说明:" : "报销事由:"}</View>
 | 
												
													
														
															|  | -          <View className="formValue">{data.remarks}</View>
 |  | 
 | 
												
													
														
															|  | 
 |  | +          <View className="formValueremarks">{data.remarks}</View>
 | 
												
													
														
															|  |          </View>
 |  |          </View>
 | 
												
													
														
															|  |          <View className="formTitle">
 |  |          <View className="formTitle">
 | 
												
													
														
															|  |            {data.type != 4 && data.type != 5 && "报销"}费用详细
 |  |            {data.type != 4 && data.type != 5 && "报销"}费用详细
 | 
												
											
												
													
														
															|  | @@ -259,7 +259,7 @@ class Drafts extends Component {
 | 
												
													
														
															|  |                    <View className="formName">时间:</View>
 |  |                    <View className="formName">时间:</View>
 | 
												
													
														
															|  |                    <View className="formValue">
 |  |                    <View className="formValue">
 | 
												
													
														
															|  |                      <View className="ftxt">{item.startTimeStr}</View>
 |  |                      <View className="ftxt">{item.startTimeStr}</View>
 | 
												
													
														
															|  | -                      至  
 |  | 
 | 
												
													
														
															|  | 
 |  | +                    <View style={{ width: "34px", textAlign: "center" }}>至</View>
 | 
												
													
														
															|  |                      <View className="ftxt">{item.endTimeStr}</View>
 |  |                      <View className="ftxt">{item.endTimeStr}</View>
 | 
												
													
														
															|  |                    </View>
 |  |                    </View>
 | 
												
													
														
															|  |                  </View>
 |  |                  </View>
 | 
												
											
												
													
														
															|  | @@ -267,12 +267,12 @@ class Drafts extends Component {
 | 
												
													
														
															|  |                    <View className="formName">地点:</View>
 |  |                    <View className="formName">地点:</View>
 | 
												
													
														
															|  |                    <View className="formValue">
 |  |                    <View className="formValue">
 | 
												
													
														
															|  |                      <View className="ftxt">{item.startDistrict}</View>
 |  |                      <View className="ftxt">{item.startDistrict}</View>
 | 
												
													
														
															|  | -                    <Text style={{ fontSize: "30px", padding: "0 2px" }}>⇀</Text>
 |  | 
 | 
												
													
														
															|  | 
 |  | +                    <View style={{ width: "34px", textAlign: "center" }}>⇀</View>
 | 
												
													
														
															|  |                      <View className="ftxt">{item.endDistrict}</View>
 |  |                      <View className="ftxt">{item.endDistrict}</View>
 | 
												
													
														
															|  |                    </View>
 |  |                    </View>
 | 
												
													
														
															|  |                  </View>
 |  |                  </View>
 | 
												
													
														
															|  |                  <View className="formItem">
 |  |                  <View className="formItem">
 | 
												
													
														
															|  | -                  <View className="formName">金额(元):</View>
 |  | 
 | 
												
													
														
															|  | 
 |  | +                  <View className="formName">金额:</View>
 | 
												
													
														
															|  |                    <View className="formValue">{item.amount}(元)</View>
 |  |                    <View className="formValue">{item.amount}(元)</View>
 | 
												
													
														
															|  |                  </View>
 |  |                  </View>
 | 
												
													
														
															|  |                </View>
 |  |                </View>
 |