Commit 9ee66603c37ad262642cfc9050d003360bc1a57b

Authored by 史婷婷
1 parent f217c7aa

feat: 资信管理-所有地方:客户简称改成简写名称

... ... @@ -20,9 +20,9 @@
20 20 <view class="item-title"><text>区域</text></view>
21 21 </template>
22 22 </uni-list-item>
23   - <uni-list-item title="客户简称">
  23 + <uni-list-item title="简写名称">
24 24 <template v-slot:footer>
25   - <uni-easyinput v-model="form.customerShortName" placeholder="请输入客户简称" :inputBorder="false" />
  25 + <uni-easyinput v-model="form.customerShortName" placeholder="请输入简写名称" :inputBorder="false" />
26 26 </template>
27 27 </uni-list-item>
28 28
... ...
... ... @@ -19,9 +19,9 @@
19 19 <view class="item-title"><text>区域</text></view>
20 20 </template>
21 21 </uni-list-item>
22   - <uni-list-item title="客户简称">
  22 + <uni-list-item title="简写名称">
23 23 <template v-slot:footer>
24   - <uni-easyinput v-model="form.customerShortName" placeholder="请输入客户简称" :inputBorder="false" />
  24 + <uni-easyinput v-model="form.customerShortName" placeholder="请输入简写名称" :inputBorder="false" />
25 25 </template>
26 26 </uni-list-item>
27 27
... ...
... ... @@ -7,7 +7,7 @@
7 7 <view :class="['status', `status_${form.status}`]" />
8 8 <view class="row"><text class="label">编号</text><text class="value">{{ form.serialNumber }}</text></view>
9 9 <view class="row"><text class="label">区域</text><text class="value">{{ form.regionName }}</text></view>
10   - <view class="row"><text class="label">客户简称</text><text class="value">{{ form.customerShortName }}</text>
  10 + <view class="row"><text class="label">简写名称</text><text class="value">{{ form.customerShortName }}</text>
11 11 </view>
12 12 <view class="row"><text class="label">企业类型</text><text class="value">{{ getDicName('ENTERPRISE_TYPE',
13 13 form.enterpriseType, enterpriseTypeOptions) }}</text></view>
... ...
... ... @@ -19,9 +19,9 @@
19 19 <view class="item-title"><text>区域</text></view>
20 20 </template>
21 21 </uni-list-item>
22   - <uni-list-item title="客户简称">
  22 + <uni-list-item title="简写名称">
23 23 <template v-slot:footer>
24   - <uni-easyinput v-model="form.customerShortName" placeholder="请输入客户简称" :inputBorder="false" />
  24 + <uni-easyinput v-model="form.customerShortName" placeholder="请输入简写名称" :inputBorder="false" />
25 25 </template>
26 26 </uni-list-item>
27 27
... ...
... ... @@ -4,7 +4,7 @@
4 4 <text class="row company">{{ form.companyName }}</text>
5 5 <view class="row"><text class="label">编号</text><text class="value">{{ form.serialNumber }}</text></view>
6 6 <view class="row"><text class="label">区域</text><text class="value">{{ form.regionName }}</text></view>
7   - <view class="row"><text class="label">客户简称</text><text class="value">{{ form.customerShortName }}</text>
  7 + <view class="row"><text class="label">简写名称</text><text class="value">{{ form.customerShortName }}</text>
8 8 </view>
9 9 <view class="row"><text class="label">企业类型</text><text class="value">{{ getDicName('ENTERPRISE_TYPE',
10 10 form.enterpriseType, enterpriseTypeOptions) }}</text></view>
... ...