|
@@ -6,7 +6,7 @@
|
|
|
<!-- 第一步:个人信息 -->
|
|
<!-- 第一步:个人信息 -->
|
|
|
<view v-show="currentStep === 1" class="form-section">
|
|
<view v-show="currentStep === 1" class="form-section">
|
|
|
<h3 class="section-title">{{ t('ImproveImmediately.Title.BasicInformation') }}</h3>
|
|
<h3 class="section-title">{{ t('ImproveImmediately.Title.BasicInformation') }}</h3>
|
|
|
- <uni-row class="demo-uni-row uni-row1">
|
|
|
|
|
|
|
+ <uni-row class="demo-uni-row uni-row1" :gutter="20">
|
|
|
<!-- 客户类型 -->
|
|
<!-- 客户类型 -->
|
|
|
<uni-col :xs="24" :sm="24" :md="12" :lg="8" :xl="8">
|
|
<uni-col :xs="24" :sm="24" :md="12" :lg="8" :xl="8">
|
|
|
<uni-forms-item :label="t('ImproveImmediately.Label.CustomerType')">
|
|
<uni-forms-item :label="t('ImproveImmediately.Label.CustomerType')">
|
|
@@ -155,7 +155,7 @@
|
|
|
<!-- 第二步:财务背景 -->
|
|
<!-- 第二步:财务背景 -->
|
|
|
<view v-show="currentStep === 2" class="form-section">
|
|
<view v-show="currentStep === 2" class="form-section">
|
|
|
<h3 class="section-title">{{ t('ImproveImmediately.Title.FinancialBackground') }}</h3>
|
|
<h3 class="section-title">{{ t('ImproveImmediately.Title.FinancialBackground') }}</h3>
|
|
|
- <uni-row class="demo-uni-row uni-row1">
|
|
|
|
|
|
|
+ <uni-row class="demo-uni-row uni-row1" :gutter="20">
|
|
|
<uni-col :xs="24" :sm="24" :md="12" :lg="8" :xl="8">
|
|
<uni-col :xs="24" :sm="24" :md="12" :lg="8" :xl="8">
|
|
|
<uni-forms-item name="level" :label="t('ImproveImmediately.Label.Education')">
|
|
<uni-forms-item name="level" :label="t('ImproveImmediately.Label.Education')">
|
|
|
<cwg-combox :clearable="false" v-model:value="formData.level" :options="educationOptions"
|
|
<cwg-combox :clearable="false" v-model:value="formData.level" :options="educationOptions"
|
|
@@ -223,7 +223,7 @@
|
|
|
<!-- 第三步:身份证明 -->
|
|
<!-- 第三步:身份证明 -->
|
|
|
<view v-show="currentStep === 3" class="form-section">
|
|
<view v-show="currentStep === 3" class="form-section">
|
|
|
|
|
|
|
|
- <uni-row class="demo-uni-row uni-row1">
|
|
|
|
|
|
|
+ <uni-row class="demo-uni-row uni-row1" :gutter="20">
|
|
|
<uni-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
|
|
<uni-col :xs="24" :sm="24" :md="12" :lg="12" :xl="12">
|
|
|
<view class="crm-title-box">
|
|
<view class="crm-title-box">
|
|
|
<text class="tit">{{ t('ImproveImmediately.Title.ProofIdentityUpdate') }}</text>
|
|
<text class="tit">{{ t('ImproveImmediately.Title.ProofIdentityUpdate') }}</text>
|
|
@@ -241,7 +241,7 @@
|
|
|
<cwg-combox :clearable="false" v-model:value="formData.cardType" :options="cardTypeOptions"
|
|
<cwg-combox :clearable="false" v-model:value="formData.cardType" :options="cardTypeOptions"
|
|
|
:placeholder="t('placeholder.choose')" />
|
|
:placeholder="t('placeholder.choose')" />
|
|
|
</uni-forms-item>
|
|
</uni-forms-item>
|
|
|
- <uni-row class="demo-uni-row uni-row1">
|
|
|
|
|
|
|
+ <uni-row class="demo-uni-row uni-row1" :gutter="20">
|
|
|
<uni-col :xs="24" :sm="24" :md="10" :lg="10" :xl="10">
|
|
<uni-col :xs="24" :sm="24" :md="10" :lg="10" :xl="10">
|
|
|
<cwg-file-picker-wrapper v-model="fileListID1.path" :editable="fileListID1.status != 2" :limit="1"
|
|
<cwg-file-picker-wrapper v-model="fileListID1.path" :editable="fileListID1.status != 2" :limit="1"
|
|
|
:fileMediatype="'all'" uploadUrl="/custom/file/upload/1" :baseUrl="updateUrl" :imageWidth="150"
|
|
:fileMediatype="'all'" uploadUrl="/custom/file/upload/1" :baseUrl="updateUrl" :imageWidth="150"
|
|
@@ -463,12 +463,12 @@
|
|
|
|
|
|
|
|
</uni-col>
|
|
</uni-col>
|
|
|
</uni-row>-->
|
|
</uni-row>-->
|
|
|
- <uni-row class="demo-uni-row uni-row1">
|
|
|
|
|
|
|
+ <uni-row class="demo-uni-row uni-row1" :gutter="20">
|
|
|
<uni-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24">
|
|
<uni-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24">
|
|
|
<view class="crm-title-box">
|
|
<view class="crm-title-box">
|
|
|
<text class="tit">{{ t('PersonalManagement.Title.AttachedFile') }}</text>
|
|
<text class="tit">{{ t('PersonalManagement.Title.AttachedFile') }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <uni-row class="demo-uni-row uni-row1">
|
|
|
|
|
|
|
+ <uni-row class="demo-uni-row uni-row1" :gutter="20">
|
|
|
<uni-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24">
|
|
<uni-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24">
|
|
|
<cwg-file-picker :limit="9" :multiple="true" :editable="true" :fileMediatype="'all'"
|
|
<cwg-file-picker :limit="9" :multiple="true" :editable="true" :fileMediatype="'all'"
|
|
|
uploadUrl="/custom/file/upload/10" :baseUrl="updateUrl" :imageWidth="100" :imageHeight="60"
|
|
uploadUrl="/custom/file/upload/10" :baseUrl="updateUrl" :imageWidth="100" :imageHeight="60"
|