[问题修复](pet_2.0):

问题修复
pet-2.0
huangyuxuan 2025-03-10 16:42:58 +08:00
parent 67b89b4574
commit cd53ee0611
1 changed files with 13 additions and 17 deletions

View File

@ -11,11 +11,11 @@
<u-cell-group :border="false">
<u-cell>
<view slot="title" class="title">分公司名称</view>
<view slot="value">{{ form.CORP_NAME }}</view>
<view slot="value">{{ form.corp_name }}</view>
</u-cell>
<u-cell>
<view slot="title" class="title">登录账号</view>
<view slot="value">{{ form.CORP_NAME }}</view>
<view slot="value">{{ form.corp_name }}</view>
</u-cell>
<u-cell>
<view slot="title" class="title">属地</view>
@ -29,7 +29,7 @@
</u-cell>
<u-cell>
<view slot="title" class="title">统一社会信用代码</view>
<view slot="value">{{ form.CODE }}</view>
<view slot="value">{{ form.code }}</view>
</u-cell>
<u-cell>
<view slot="title" class="title">分公司状态</view>
@ -41,15 +41,15 @@
</u-cell>
<u-cell>
<view slot="title" class="title">成立日期</view>
<view slot="value">{{ form.CREATE_DATE }}</view>
<view slot="value">{{ form.create_date }}</view>
</u-cell>
<u-cell>
<view slot="title" class="title">占地面积</view>
<view slot="value">{{ form.AREA_COVERED }}</view>
<view slot="value">{{ form.area_covered }}</view>
</u-cell>
<u-cell>
<view slot="title" class="title">注册资金</view>
<view slot="value">{{ form.REGCAPITAL }}万元</view>
<view slot="value">{{ form.regcapital }}万元</view>
</u-cell>
<u-cell>
<view slot="title" class="title">资产总额</view>
@ -57,20 +57,16 @@
</u-cell>
<u-cell>
<view slot="title" class="title">职工人数</view>
<view slot="value">{{ form.EMPLOYEES }}</view>
<view slot="value">{{ form.totalassets }}</view>
</u-cell>
<u-cell>
<view slot="title" class="title">经度/纬度</view>
<view slot="value" v-if="form.LONGITUDE">{{ form.LONGITUDE }} - {{ form.LATITUDE }}</view>
<view slot="value" v-if="form.longitude">{{ form.longitude }} - {{ form.latitude }}</view>
</u-cell>
<u-cell>
<view slot="title" class="title">企业经济类型</view>
<view slot="value">{{ form.ECO_TYPE_NAME }}</view>
</u-cell>
<u-cell>
<view slot="title" class="title">企业角色组</view>
<view slot="value">{{ form.ROLENAME }}</view>
</u-cell>
<u-cell>
<view slot="title" class="title">隶属关系</view>
<view slot="value">{{ form.SUBORDINATION_VAL }}</view>
@ -81,7 +77,7 @@
</u-cell>
<u-cell>
<view slot="title" class="title">是否规模以上</view>
<view slot="value">{{ form.SCALE_TYPE == 0 ? '否' : '是' }}</view>
<view slot="value">{{ form.scale_type == 0 ? '否' : '是' }}</view>
</u-cell>
</u-cell-group>
</view>
@ -94,11 +90,11 @@
<u-cell-group :border="false">
<u-cell>
<view slot="title" class="title">姓名</view>
<view slot="value">{{ form.LR_NAME }}</view>
<view slot="value">{{ form.lr_name }}</view>
</u-cell>
<u-cell>
<view slot="title" class="title">手机号码</view>
<view slot="value">{{ form.LR_PHONE }}</view>
<view slot="value">{{ form.lr_mobile }}</view>
</u-cell>
</u-cell-group>
</view>
@ -111,11 +107,11 @@
<u-cell-group :border="false">
<u-cell>
<view slot="title" class="title">姓名</view>
<view slot="value">{{ form.CONTACTS }}</view>
<view slot="value">{{ form.contacts }}</view>
</u-cell>
<u-cell>
<view slot="title" class="title">手机号码</view>
<view slot="value">{{ form.CONTACTS_PHONE }}</view>
<view slot="value">{{ form.contacts_phone }}</view>
</u-cell>
</u-cell-group>
</view>