GULIMMO
2023-11-12 6d72babf7838ce83d1b4729d3f79c8f6593ded39
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>