提交 2a0d5082b44e0a1a6b8168a71977c8defe03991a

作者 pangy
1 个父辈 639da0f1

@@ -103,11 +103,11 @@ @@ -103,11 +103,11 @@
103 <view wx:else class='declare_style_new orange_bg'> {{declareStatus[item.status]}}</view> 103 <view wx:else class='declare_style_new orange_bg'> {{declareStatus[item.status]}}</view>
104 </view> 104 </view>
105 <view style='height:70rpx'> 105 <view style='height:70rpx'>
106 - <text class='text_999_28 ' style='line-height:70rpx'>受教育日期起</text> 106 + <text class='text_999_28 ' style='line-height:70rpx'>受教育日期起</text>
107 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_start}}</text> 107 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_start}}</text>
108 </view> 108 </view>
109 <view style='height:70rpx'> 109 <view style='height:70rpx'>
110 - <text class='text_999_28 ' style='line-height:70rpx'>受教育日期止</text> 110 + <text class='text_999_28 ' style='line-height:70rpx'>受教育日期止</text>
111 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_end}}</text> 111 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_end}}</text>
112 </view> 112 </view>
113 </view> 113 </view>
@@ -144,7 +144,7 @@ @@ -144,7 +144,7 @@
144 <view wx:else class='declare_style_new orange_bg'> {{declareStatus[item.status]}}</view> 144 <view wx:else class='declare_style_new orange_bg'> {{declareStatus[item.status]}}</view>
145 </view> 145 </view>
146 <view > 146 <view >
147 - <text class='text_999_28 ' style='line-height:70rpx'>发证(批准)日期</text> 147 + <text class='text_999_28 ' style='line-height:70rpx'>发证(批准)日期</text>
148 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.approval_date}}</text> 148 <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.approval_date}}</text>
149 </view> 149 </view>
150 <view style='display:flex;flex-direction:row'> 150 <view style='display:flex;flex-direction:row'>
注册登录 后发表评论