linwe
2023-11-12 000af619db3b1978a2e190341b90ee1ab56bfe5d
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>