fix : 多序列号功能

This commit is contained in:
2024-08-25 23:00:39 +08:00
parent 4fd4cf4f4c
commit d7378bf0af
5 changed files with 385 additions and 215 deletions

View File

@@ -53,12 +53,12 @@
<div class="edit-icon"></div>
<div>站点编辑</div>
</div>
<div v-if="item.totalTunnel!==0" @click="handleUpload(item.siteId)">
<el-icon style="margin-left: 20px">
<UploadFilled/>
</el-icon>
<div>上传图纸</div>
</div>
<!-- <div v-if="item.totalTunnel!==0" @click="handleUpload(item.siteId)">-->
<!-- <el-icon style="margin-left: 20px">-->
<!-- <UploadFilled/>-->
<!-- </el-icon>-->
<!-- <div>上传图纸</div>-->
<!-- </div>-->
</div>
</div>
<div class="site-box add-box" v-if="showAddIcon" @click="handleAdd">
@@ -168,8 +168,8 @@ const info = ref({
const title = ref('新增站点')
const isVisited = ref(false);
let isUploadVisited = ref(false);
const showFirst = ref(true)
const total = ref(10);
const showFirst = ref(false)
const total = ref(0);
const showAddIcon = ref(true)
const pageInfo = reactive({
pageNum: 1,