租期参数修改

This commit is contained in:
2023-08-03 18:01:14 +08:00
parent 07c423262a
commit e0e994f877

View File

@@ -186,7 +186,8 @@
<div class="tab-title">其他</div> <div class="tab-title">其他</div>
<div class="select-btn-box" style="margin-left:-11px;"> <div class="select-btn-box" style="margin-left:-11px;">
<div class="dis-f"> <div class="dis-f">
<div class="dropdown-btn min-btn jus-x al-item dis-f" style="border:1px solid #fff;" v-for="(item, i) in otherData" :key="i"> <div class="dropdown-btn min-btn jus-x al-item dis-f" style="border:1px solid #fff;"
v-for="(item, i) in otherData" :key="i">
<el-checkbox-group v-model="otherCheck.list" @change="setOtherCheck"> <el-checkbox-group v-model="otherCheck.list" @change="setOtherCheck">
<el-checkbox :label="item.id">{{ item.title }}</el-checkbox> <el-checkbox :label="item.id">{{ item.title }}</el-checkbox>
</el-checkbox-group> </el-checkbox-group>
@@ -534,7 +535,7 @@ let hireDate = reactive({ id: 0, title: '' })
//设置租期 //设置租期
let setHireDate = (item) => { let setHireDate = (item) => {
hireDate.id = item.id hireDate.id = item.id
setSeachCondition('rentalduration', item.id) setSeachCondition('leaseterm', item.id)
} }
//性别 //性别
@@ -765,6 +766,14 @@ img {
padding: 10px; padding: 10px;
} }
.transverse-line {
height: 2px;
width: 743px;
background-image: linear-gradient(to right, #d7d7d7 0%, #d7d7d7 50%, transparent 0%);
background-size: 4px 2px;
background-repeat: repeat-x;
}
.bor-b-das { .bor-b-das {
border-bottom: 1px dashed #ebebeb; border-bottom: 1px dashed #ebebeb;
} }
@@ -1201,6 +1210,10 @@ img {
color: #555555; color: #555555;
font-size: 15px; font-size: 15px;
.bold-text{
}
.btm-btn { .btm-btn {
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif; font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
font-weight: 400; font-weight: 400;