执法一张图功能完善

This commit is contained in:
jiangzongtao 2025-04-03 20:11:54 +08:00
parent 70fdfb2020
commit 7ee2873914
6 changed files with 4 additions and 3 deletions

View File

@ -209,6 +209,7 @@
</div>
</div>
</div>
<div class="bottom_content">
<div class="bg1"></div>
<div class="bg2" :style="{ transform: isMoved ? 'translateY(-210px)' : 'translateY(0)' }">

View File

@ -25,6 +25,7 @@
<div class="icon"></div>
<div class="label">执法车辆</div>
</div>
<div class="switch switch4" :class="{ 'switch-active': isMapMarkActive === 4 }" @click="changeMapMark(4)">
<div class="icon"></div>
<div class="label">对讲机</div>

View File

@ -1,4 +1,5 @@
<template>
<el-card :class="mergeParameters.cardClass">
<div class="clearfix" style="display: flex; align-items: center; justify-content: space-between;">
<span><span style="color: red;" v-if="mergeParameters.required">*</span>{{ mergeParameters.title }}</span>
@ -37,6 +38,7 @@
@click="deleteRow(scope.$index, tableData,scope.row)">
删除
</el-link>
</el-space>
</template>
</el-table-column>

View File

@ -19,7 +19,6 @@
<Plus/>
</el-icon>
</el-upload>
<el-upload v-if="mergeParameters.mode === 'detail'"
class="noUpOnly"
action="#"

View File

@ -24,7 +24,6 @@ function viewPicture(url, urls) {
else if (url) srcList.value = [url]
imageRef.value.$el.querySelector('img').click()
}
defineExpose({
viewPicture
})

View File

@ -17,7 +17,6 @@
</div>
</el-dialog>
</template>
<script setup lang="ts">
import ElDialog from "@/components/ElDialog/index.vue"
import { ref, onMounted, watch } from 'vue'