Revert "CRM_26-01-22#story#7966,关于在打通系统中责任险信息关联的需求"
This reverts commit 31d1388890.
This commit is contained in:
@@ -334,24 +334,7 @@
|
|||||||
<img class="startImg" src="@/assets/start.png" />
|
<img class="startImg" src="@/assets/start.png" />
|
||||||
<span>保额</span>
|
<span>保额</span>
|
||||||
</div>
|
</div>
|
||||||
<div style="display:flex;align-items: center;justify-content: flex-end">
|
<van-field
|
||||||
<el-select
|
|
||||||
v-model="liabilityInsuranceQuota"
|
|
||||||
value-key="name"
|
|
||||||
class="elSelect"
|
|
||||||
collapse-tags="collapse-tags"
|
|
||||||
placeholder="请选择" style="width: 55%"
|
|
||||||
>
|
|
||||||
<el-option
|
|
||||||
v-for="item in liabilityQuotaOptions"
|
|
||||||
:key="item.value"
|
|
||||||
:label="item.value"
|
|
||||||
:value="item.value"
|
|
||||||
>
|
|
||||||
</el-option>
|
|
||||||
</el-select><span style="margin-right: 16px;opacity: .5;">万元</span>
|
|
||||||
</div>
|
|
||||||
<!-- <van-field
|
|
||||||
type="number"
|
type="number"
|
||||||
class="vanIpt"
|
class="vanIpt"
|
||||||
v-model="liabilityInsuranceQuota"
|
v-model="liabilityInsuranceQuota"
|
||||||
@@ -360,7 +343,7 @@
|
|||||||
<template slot="right-icon" >
|
<template slot="right-icon" >
|
||||||
<span style="white-space: nowrap;">万元 </span>
|
<span style="white-space: nowrap;">万元 </span>
|
||||||
</template>
|
</template>
|
||||||
</van-field>-->
|
</van-field>
|
||||||
</div>
|
</div>
|
||||||
<div class="lineBot"></div>
|
<div class="lineBot"></div>
|
||||||
<div class="itemContent">
|
<div class="itemContent">
|
||||||
@@ -613,7 +596,6 @@ export default {
|
|||||||
name: '其他',
|
name: '其他',
|
||||||
value: 14
|
value: 14
|
||||||
}],
|
}],
|
||||||
liabilityQuotaOptions:[{value:10},{value:20},{value:30},{value:50},{value:70},{value:80},{value:100},{value:200}],
|
|
||||||
approvalForm:{
|
approvalForm:{
|
||||||
type:2,
|
type:2,
|
||||||
supplierId:'',
|
supplierId:'',
|
||||||
|
|||||||
Reference in New Issue
Block a user