Commit ffdab129bc82b6723af9058fedd6752b831b9e54

Authored by 史婷婷
1 parent 8d9717fb

feat: 资信管理-注册资本改成文本格式,把(单位:万元去掉)

... ... @@ -76,15 +76,9 @@
76 76 <uni-easyinput v-model="form.companyAddress" placeholder="请输入单位地址" :inputBorder="false" />
77 77 </template>
78 78 </uni-list-item>
79   - <uni-list-item class="amount-item">
80   - <template v-slot:body>
81   - <view class="item-title"><text>注册资本</text></view>
82   - </template>
  79 + <uni-list-item title="注册资本">
83 80 <template v-slot:footer>
84   - <view class="amount-row">
85   - <uni-easyinput type="number" v-model="form.registeredCapital" placeholder="0.00" :inputBorder="false" />
86   - <text class="unit">万元</text>
87   - </view>
  81 + <uni-easyinput v-model="form.registeredCapital" placeholder="请输入注册资本" :inputBorder="false" />
88 82 </template>
89 83 </uni-list-item>
90 84 <uni-list-item title="账号">
... ...
... ... @@ -75,15 +75,9 @@
75 75 <uni-easyinput v-model="form.companyAddress" placeholder="请输入单位地址" :inputBorder="false" />
76 76 </template>
77 77 </uni-list-item>
78   - <uni-list-item class="amount-item">
79   - <template v-slot:body>
80   - <view class="item-title"><text>注册资本</text></view>
81   - </template>
  78 + <uni-list-item title="注册资本">
82 79 <template v-slot:footer>
83   - <view class="amount-row">
84   - <uni-easyinput type="number" v-model="form.registeredCapital" placeholder="0.00" :inputBorder="false" />
85   - <text class="unit">万元</text>
86   - </view>
  80 + <uni-easyinput v-model="form.registeredCapital" placeholder="请输入注册资本" :inputBorder="false" />
87 81 </template>
88 82 </uni-list-item>
89 83 <uni-list-item title="账号">
... ...
... ... @@ -23,7 +23,7 @@
23 23 </view>
24 24 <view class="section">
25 25 <view class="row"><text class="label">企业性质</text><text class="value">{{ form.companyNature }}</text></view>
26   - <view class="row"><text class="label">注册资本</text><text class="value">{{ form.registeredCapital }} 万元</text>
  26 + <view class="row"><text class="label">注册资本</text><text class="value">{{ form.registeredCapital }}</text>
27 27 </view>
28 28 <view class="row"><text class="label">账号</text><text class="value">{{ form.bankAccount }}</text></view>
29 29 <view class="row"><text class="label">开户行</text><text class="value">{{ form.bankName }}</text></view>
... ...
... ... @@ -74,15 +74,9 @@
74 74 <uni-easyinput v-model="form.companyAddress" placeholder="请输入单位地址" :inputBorder="false" />
75 75 </template>
76 76 </uni-list-item>
77   - <uni-list-item class="amount-item">
78   - <template v-slot:body>
79   - <view class="item-title"><text>注册资本</text></view>
80   - </template>
  77 + <uni-list-item title="注册资本">
81 78 <template v-slot:footer>
82   - <view class="amount-row">
83   - <uni-easyinput type="number" v-model="form.registeredCapital" placeholder="0.00" :inputBorder="false" />
84   - <text class="unit">万元</text>
85   - </view>
  79 + <uni-easyinput v-model="form.registeredCapital" placeholder="请输入注册资本" :inputBorder="false" />
86 80 </template>
87 81 </uni-list-item>
88 82 <uni-list-item title="账号">
... ...
... ... @@ -20,7 +20,7 @@
20 20 </view>
21 21 <view class="section">
22 22 <view class="row"><text class="label">企业性质</text><text class="value">{{ form.companyNature }}</text></view>
23   - <view class="row"><text class="label">注册资本</text><text class="value">{{ form.registeredCapital }} 万元</text>
  23 + <view class="row"><text class="label">注册资本</text><text class="value">{{ form.registeredCapital }}</text>
24 24 </view>
25 25 <view class="row"><text class="label">账号</text><text class="value">{{ form.bankAccount }}</text></view>
26 26 <view class="row"><text class="label">开户行</text><text class="value">{{ form.bankName }}</text></view>
... ...