| subPackage/workbench/views/cshw.vue | ●●●●● patch | view | raw | blame | history | |
| subPackage/workbench/views/csjl.vue | ●●●●● patch | view | raw | blame | history | |
| subPackage/workbench/views/examine.vue | ●●●●● patch | view | raw | blame | history |
subPackage/workbench/views/cshw.vue
@@ -22,11 +22,11 @@ </view> <view class="item-row flex a-i-c j-c-s-b"> <text class="f-28">地址</text> <text class="address f-28 c-66">{{ item.localtion }}</text> <text class="address f-28 c-66">{{ item.localtion ? item.localtion : '未完善' }}</text> </view> <view class="item-row flex a-i-c j-c-s-b"> <text class="f-28">法人信息</text> <text class="f-28 c-66">{{ item.legalPerson }}</text> <text class="f-28 c-66">{{ item.legalPerson ? item.legalPerson : '未完善'}}</text> </view> </view> </view> subPackage/workbench/views/csjl.vue
@@ -138,9 +138,9 @@ } </script> <style lang="scss" scoped> <style lang="scss"> page { background-color: #f6f6f6; background-color: #F5F5F5; } .tabsAndSearch { @@ -162,7 +162,7 @@ .info-box { padding: 20rpx 30rpx; background-color: #f6f6f6; // background-color: #f6f6f6; .records-card { background: #fff; padding: 30rpx; subPackage/workbench/views/examine.vue
@@ -231,9 +231,9 @@ } </script> <style lang="scss" scoped> <style lang="scss"> page { background-color: #f6f6f6; background-color: #f5f5f5; } .container { @@ -243,7 +243,8 @@ margin-bottom: 15rpx; } .info { .info { background-color: #fff; .title { font-size: 30rpx; padding-left: 10rpx;