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

Merge branch 'feature/zl' into 'test'

auto commit

See merge request com.pica.cloud.education.frontend/pica.cloud.web-education-admin!489
......@@ -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 < 10" 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">
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册