正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
... | ... | @@ -103,11 +103,11 @@ |
103 | 103 | <view wx:else class='declare_style_new orange_bg'> {{declareStatus[item.status]}}</view> |
104 | 104 | </view> |
105 | 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 | 107 | <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_start}}</text> |
108 | 108 | </view> |
109 | 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 | 111 | <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.education_end}}</text> |
112 | 112 | </view> |
113 | 113 | </view> |
... | ... | @@ -144,7 +144,7 @@ |
144 | 144 | <view wx:else class='declare_style_new orange_bg'> {{declareStatus[item.status]}}</view> |
145 | 145 | </view> |
146 | 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 | 148 | <text class='text_333_28 ' style='line-height:70rpx;margin-left:20rpx'>{{item.approval_date}}</text> |
149 | 149 | </view> |
150 | 150 | <view style='display:flex;flex-direction:row'> | ... | ... |
请
注册
或
登录
后发表评论