| subPackage/workbench/views/cshw.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>