|
|
@@ -100,248 +100,250 @@ |
|
|
|
</van-tab> |
|
|
|
<van-tab name="register" title="注册" v-if="loginType != 'mj'"> |
|
|
|
<!--保险机构注册--> |
|
|
|
<template v-if="loginType == 'bxjg' || loginType == 'dkjg' || loginType == 'ndjg'"> |
|
|
|
<van-field v-model="serviceForm.financialName" required center :border="false" placeholder="请输入机构名称" > |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_01.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field v-model="serviceForm.linker" required center :border="false" placeholder="请输入联系人"> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_04.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field v-model="serviceForm.address" required center :border="false" placeholder="请输入地址" > |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_02.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<!-- <van-field v-model="value1" center :border="false" placeholder="请输入成立时间">--> |
|
|
|
<!-- <template #left-icon>--> |
|
|
|
<!-- <img src="../../../static/images/agriculturalTrusteeship/login/register_05.png" alt="">--> |
|
|
|
<!-- </template>--> |
|
|
|
<!-- </van-field>--> |
|
|
|
|
|
|
|
<van-field v-model="serviceForm.phone" required center :border="false" placeholder="请输入电话"> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_07.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field v-model="serviceForm.username" required center :border="false" placeholder="请输入用户名" > |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_06.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
<van-form @submit="goRegister" ref="formData" show-error :show-error-message="false"> |
|
|
|
<template v-if="loginType == 'bxjg' || loginType == 'dkjg' || loginType == 'ndjg'"> |
|
|
|
<van-field v-model="serviceForm.financialName" required :rules="[{ required: true }]" center :border="false" placeholder="请输入机构名称" > |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_01.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field v-model="serviceForm.linker" required :rules="[{ required: true }]" center :border="false" placeholder="请输入联系人"> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_04.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field v-model="serviceForm.address" required :rules="[{ required: true }]" center :border="false" placeholder="请输入地址" > |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_02.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<!-- <van-field v-model="value1" center :border="false" placeholder="请输入成立时间">--> |
|
|
|
<!-- <template #left-icon>--> |
|
|
|
<!-- <img src="../../../static/images/agriculturalTrusteeship/login/register_05.png" alt="">--> |
|
|
|
<!-- </template>--> |
|
|
|
<!-- </van-field>--> |
|
|
|
|
|
|
|
<van-field v-model="serviceForm.phone" required :rules="[{ required: true }]" center :border="false" placeholder="请输入电话"> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_07.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field v-model="serviceForm.username" required :rules="[{ required: true }]" center :border="false" placeholder="请输入用户名" > |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_06.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field v-model="serviceForm.password" required :rules="[{ required: true }]" center :border="false" placeholder="请输入密码" > |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_08.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field v-model="serviceForm.passwordReal" required :rules="[{ required: true }]" center :border="false" placeholder="请确认密码"> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_08.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field v-model="serviceForm.fax" required :rules="[{ required: true }]" center :border="false" placeholder="请输入传真"> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_05.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field v-model="serviceForm.description" required :rules="[{ required: true }]" center :border="false" placeholder="请输入简要描述"> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_03.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<div style="height: 20PX"></div> |
|
|
|
<van-uploader v-model="mainImgUploader" :after-read="afterReadEvidenceForm" :before-delete="deleteFileEvidenceForm" /> |
|
|
|
|
|
|
|
<van-field v-model="serviceForm.password" required center :border="false" placeholder="请输入密码" > |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_08.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field v-model="serviceForm.passwordReal" required center :border="false" placeholder="请确认密码"> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_08.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field v-model="serviceForm.fax" required center :border="false" placeholder="请输入传真"> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_05.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field v-model="serviceForm.description" required center :border="false" placeholder="请输入简要描述"> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_03.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<div style="height: 20PX"></div> |
|
|
|
<van-uploader v-model="mainImgUploader" :after-read="afterReadEvidenceForm" :before-delete="deleteFileEvidenceForm" /> |
|
|
|
|
|
|
|
</template> |
|
|
|
<template v-if="loginType == 'fwzz'"> |
|
|
|
<van-field v-model="entityForm.entityName" required center :border="false" placeholder="请输入主体名称" > |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_01.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field |
|
|
|
readonly |
|
|
|
clickable |
|
|
|
required |
|
|
|
:rules="[{ required: true , message:'请选择产品类型'}]" |
|
|
|
v-model="statisticsTypeId" |
|
|
|
center |
|
|
|
@click="showStatisticsTypeId = true" |
|
|
|
:border="false" |
|
|
|
right-icon="arrow-down" |
|
|
|
placeholder="请选择主体类别"> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_02.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
<van-popup v-model="showStatisticsTypeId" position="bottom" get-container="body"> |
|
|
|
<van-picker |
|
|
|
show-toolbar |
|
|
|
:columns="statisticsTypeIdOptions" |
|
|
|
@confirm="onConfirmStatisticsTypeId" |
|
|
|
@cancel="showStatisticsTypeId = false" |
|
|
|
/> |
|
|
|
</van-popup> |
|
|
|
|
|
|
|
<van-field |
|
|
|
readonly |
|
|
|
clickable |
|
|
|
required |
|
|
|
:rules="[{ required: true , message:'请选择生产种类'}]" |
|
|
|
v-model="industryClassificationType" |
|
|
|
center |
|
|
|
@click="showIndustryClassificationType = true" |
|
|
|
:border="false" |
|
|
|
right-icon="arrow-down" |
|
|
|
placeholder="请选择生产种类" |
|
|
|
> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_03.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
<van-popup v-model="showIndustryClassificationType" position="bottom" get-container="body"> |
|
|
|
<van-picker |
|
|
|
show-toolbar |
|
|
|
:columns="industryClassificationTypeOptions" |
|
|
|
@confirm="onConfirmIndustryClassificationType" |
|
|
|
@cancel="showIndustryClassificationType = false" |
|
|
|
/> |
|
|
|
</van-popup> |
|
|
|
|
|
|
|
<van-field |
|
|
|
readonly |
|
|
|
clickable |
|
|
|
required |
|
|
|
:rules="[{ required: true , message:'请选择示范类型'}]" |
|
|
|
v-model="modelSocietyType" |
|
|
|
center |
|
|
|
@click="showModelSocietyType = true" |
|
|
|
:border="false" |
|
|
|
right-icon="arrow-down" |
|
|
|
placeholder="请选择示范类型" |
|
|
|
> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_04.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
<van-popup v-model="showModelSocietyType" position="bottom" get-container="body"> |
|
|
|
<van-picker |
|
|
|
show-toolbar |
|
|
|
:columns="modelSocietyTypeOptions" |
|
|
|
@confirm="onConfirmModelSocietyType" |
|
|
|
@cancel="showModelSocietyType = false" |
|
|
|
/> |
|
|
|
</van-popup> |
|
|
|
|
|
|
|
<van-field |
|
|
|
readonly |
|
|
|
clickable |
|
|
|
required |
|
|
|
:rules="[{ required: true , message:'请选择案件属地' }]" |
|
|
|
v-model="deptName" |
|
|
|
placeholder="请选择主体属地" |
|
|
|
@click="showDeptId = true" |
|
|
|
right-icon="arrow-down" |
|
|
|
:border="false" |
|
|
|
label-width="auto" |
|
|
|
> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_02.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
<van-popup v-model="showDeptId" position="bottom" get-container="body"> |
|
|
|
<van-cascader |
|
|
|
v-model="villageValue" |
|
|
|
title="请选择主体属地" |
|
|
|
:options="deptOptions" |
|
|
|
@close="showDeptId = false" |
|
|
|
@finish="onConfirmDept" |
|
|
|
active-color="#1989fa" |
|
|
|
:field-names="hcAreaInfoFieldName" |
|
|
|
/> |
|
|
|
</van-popup> |
|
|
|
|
|
|
|
<van-field v-model="entityForm.entityAddress" required center :border="false" placeholder="请输入主体地址" > |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_02.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field |
|
|
|
readonly |
|
|
|
clickable |
|
|
|
required |
|
|
|
:rules="[{ required: true , message:'请选择成立时间'}]" |
|
|
|
v-model="entityForm.registerTime" |
|
|
|
center |
|
|
|
@click="showRegisterTime = true" |
|
|
|
:border="false" |
|
|
|
right-icon="arrow-down" |
|
|
|
placeholder="请选择成立时间" |
|
|
|
> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_05.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
<van-popup v-model="showRegisterTime" position="bottom" get-container="body"> |
|
|
|
<van-datetime-picker |
|
|
|
v-model="currentDate" |
|
|
|
type="date" |
|
|
|
title="选择年月日" |
|
|
|
show-toolbar |
|
|
|
@confirm="onConfirmRegisterTime" |
|
|
|
@cancel="showRegisterTime = false" |
|
|
|
/> |
|
|
|
</van-popup> |
|
|
|
|
|
|
|
<van-field v-model="entityForm.principalName" required center :border="false" placeholder="请输入负责人姓名"> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_06.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field v-model="entityForm.tal" required center :border="false" placeholder="请输入联系方式"> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_07.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field v-model="entityForm.userName" required center :border="false" placeholder="请输入账号"> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_06.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field v-model="entityForm.password" required center :border="false" placeholder="请输入密码"> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_08.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field v-model="entityForm.passwordReal" required center :border="false" placeholder="请确认密码"> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_08.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<div style="height: 20PX"></div> |
|
|
|
<van-uploader v-model="mainImgUploader2" :after-read="afterReadEvidenceEntityForm" :before-delete="deleteFileEvidenceEntityForm" /> |
|
|
|
</template> |
|
|
|
<template v-if="loginType == 'fwzz'"> |
|
|
|
<van-field v-model="entityForm.entityName" required :rules="[{ required: true }]" center :border="false" placeholder="请输入主体名称" > |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_01.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field |
|
|
|
readonly |
|
|
|
clickable |
|
|
|
required |
|
|
|
:rules="[{ required: true }]" |
|
|
|
v-model="statisticsTypeId" |
|
|
|
center |
|
|
|
@click="showStatisticsTypeId = true" |
|
|
|
:border="false" |
|
|
|
right-icon="arrow-down" |
|
|
|
placeholder="请选择主体类别"> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_02.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
<van-popup v-model="showStatisticsTypeId" position="bottom" get-container="body"> |
|
|
|
<van-picker |
|
|
|
show-toolbar |
|
|
|
:columns="statisticsTypeIdOptions" |
|
|
|
@confirm="onConfirmStatisticsTypeId" |
|
|
|
@cancel="showStatisticsTypeId = false" |
|
|
|
/> |
|
|
|
</van-popup> |
|
|
|
|
|
|
|
<van-field |
|
|
|
readonly |
|
|
|
clickable |
|
|
|
required |
|
|
|
:rules="[{ required: true }]" |
|
|
|
v-model="industryClassificationType" |
|
|
|
center |
|
|
|
@click="showIndustryClassificationType = true" |
|
|
|
:border="false" |
|
|
|
right-icon="arrow-down" |
|
|
|
placeholder="请选择生产种类" |
|
|
|
> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_03.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
<van-popup v-model="showIndustryClassificationType" position="bottom" get-container="body"> |
|
|
|
<van-picker |
|
|
|
show-toolbar |
|
|
|
:columns="industryClassificationTypeOptions" |
|
|
|
@confirm="onConfirmIndustryClassificationType" |
|
|
|
@cancel="showIndustryClassificationType = false" |
|
|
|
/> |
|
|
|
</van-popup> |
|
|
|
|
|
|
|
<van-field |
|
|
|
readonly |
|
|
|
clickable |
|
|
|
required |
|
|
|
:rules="[{ required: true }]" |
|
|
|
v-model="modelSocietyType" |
|
|
|
center |
|
|
|
@click="showModelSocietyType = true" |
|
|
|
:border="false" |
|
|
|
right-icon="arrow-down" |
|
|
|
placeholder="请选择示范类型" |
|
|
|
> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_04.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
<van-popup v-model="showModelSocietyType" position="bottom" get-container="body"> |
|
|
|
<van-picker |
|
|
|
show-toolbar |
|
|
|
:columns="modelSocietyTypeOptions" |
|
|
|
@confirm="onConfirmModelSocietyType" |
|
|
|
@cancel="showModelSocietyType = false" |
|
|
|
/> |
|
|
|
</van-popup> |
|
|
|
|
|
|
|
<van-field |
|
|
|
readonly |
|
|
|
clickable |
|
|
|
required |
|
|
|
:rules="[{ required: true }]" |
|
|
|
v-model="deptName" |
|
|
|
placeholder="请选择主体属地" |
|
|
|
@click="showDeptId = true" |
|
|
|
right-icon="arrow-down" |
|
|
|
:border="false" |
|
|
|
label-width="auto" |
|
|
|
> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_02.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
<van-popup v-model="showDeptId" position="bottom" get-container="body"> |
|
|
|
<van-cascader |
|
|
|
v-model="villageValue" |
|
|
|
title="请选择主体属地" |
|
|
|
:options="deptOptions" |
|
|
|
@close="showDeptId = false" |
|
|
|
@finish="onConfirmDept" |
|
|
|
active-color="#1989fa" |
|
|
|
:field-names="hcAreaInfoFieldName" |
|
|
|
/> |
|
|
|
</van-popup> |
|
|
|
|
|
|
|
<van-field v-model="entityForm.entityAddress" required :rules="[{ required: true }]" center :border="false" placeholder="请输入主体地址" > |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_02.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field |
|
|
|
readonly |
|
|
|
clickable |
|
|
|
required |
|
|
|
:rules="[{ required: true }]" |
|
|
|
v-model="entityForm.registerTime" |
|
|
|
center |
|
|
|
@click="showRegisterTime = true" |
|
|
|
:border="false" |
|
|
|
right-icon="arrow-down" |
|
|
|
placeholder="请选择成立时间" |
|
|
|
> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_05.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
<van-popup v-model="showRegisterTime" position="bottom" get-container="body"> |
|
|
|
<van-datetime-picker |
|
|
|
v-model="currentDate" |
|
|
|
type="date" |
|
|
|
title="选择年月日" |
|
|
|
show-toolbar |
|
|
|
@confirm="onConfirmRegisterTime" |
|
|
|
@cancel="showRegisterTime = false" |
|
|
|
/> |
|
|
|
</van-popup> |
|
|
|
|
|
|
|
<van-field v-model="entityForm.principalName" required :rules="[{ required: true }]" center :border="false" placeholder="请输入负责人姓名"> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_06.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field v-model="entityForm.tal" required :rules="[{ required: true }]" center :border="false" placeholder="请输入联系方式"> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_07.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field v-model="entityForm.userName" required :rules="[{ required: true }]" center :border="false" placeholder="请输入账号"> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_06.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field v-model="entityForm.password" required :rules="[{ required: true }]" center :border="false" placeholder="请输入密码"> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_08.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<van-field v-model="entityForm.passwordReal" required :rules="[{ required: true }]" center :border="false" placeholder="请确认密码"> |
|
|
|
<template #left-icon> |
|
|
|
<img src="../../../static/images/agriculturalTrusteeship/login/register_08.png" alt=""> |
|
|
|
</template> |
|
|
|
</van-field> |
|
|
|
|
|
|
|
<div style="height: 20PX"></div> |
|
|
|
<van-uploader v-model="mainImgUploader2" :after-read="afterReadEvidenceEntityForm" :before-delete="deleteFileEvidenceEntityForm" /> |
|
|
|
|
|
|
|
</template> |
|
|
|
<p class="submit_btn" @click="goRegister">提交审核</p> |
|
|
|
</template> |
|
|
|
<p class="submit_btn" @click="$refs.formData.submit()">提交审核</p> |
|
|
|
</van-form> |
|
|
|
</van-tab> |
|
|
|
</van-tabs> |
|
|
|
</div> |
|
|
|