提交 e8aded98 编写于 作者: 张磊's avatar 张磊

Merge branch 'feature/zl' into 'release'

auto commit

See merge request com.pica.cloud.education.frontend/pica.cloud.web-education-admin!492
......@@ -1198,7 +1198,7 @@
</div>
<div class="detectionAddress-title dt-border-top">
<span class="bold">指定区域</span>
<el-button v-if="formData.detectionAreaAddressList.length < 10" type="primary" size="small" @click="createAreaAddress(0)">+新增地址</el-button>
<el-button v-if="formData.detectionAreaAddressList.length < 50" type="primary" size="small" @click="createAreaAddress(0)">+新增地址</el-button>
</div>
<div class="warehouseAdress-list border-none" v-if="formData.detectionAreaAddressList.length > 0" v-model="checkList">
<div class="warehouseAdress-item" v-for="(addressItem, index) of formData.detectionAreaAddressList" :key="index">
......@@ -2727,7 +2727,7 @@ export default {
},
// 创建地址
createAreaAddress(type,index){
if(!type && this.formData.detectionAreaAddressList.length >= 10){
if(!type && this.formData.detectionAreaAddressList.length >= 50){
this.$message('最多添加50条');
return false;
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册