完善执法一张图前端页面,更改文件上传、图片上传等插件
This commit is contained in:
parent
0d2cddd047
commit
72ad335194
|
|
@ -12,7 +12,6 @@
|
||||||
<div class="home" @click="goHome"></div>
|
<div class="home" @click="goHome"></div>
|
||||||
<div class="fullScreen" @click="fullScreen"></div>
|
<div class="fullScreen" @click="fullScreen"></div>
|
||||||
<div class="back" @click="goHome">返回首页</div>
|
<div class="back" @click="goHome">返回首页</div>
|
||||||
|
|
||||||
<div class="switch switch1" :class="{ 'switch-active': isMapMarkActive === 1 }" @click="changeMapMark(1)">
|
<div class="switch switch1" :class="{ 'switch-active': isMapMarkActive === 1 }" @click="changeMapMark(1)">
|
||||||
<div class="icon"></div>
|
<div class="icon"></div>
|
||||||
<div class="label">企业</div>
|
<div class="label">企业</div>
|
||||||
|
|
|
||||||
|
|
@ -122,6 +122,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<div class="top_title">
|
<div class="top_title">
|
||||||
<div class="bg"></div>
|
<div class="bg"></div>
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@
|
||||||
</el-button>
|
</el-button>
|
||||||
</el-upload>
|
</el-upload>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<el-table :data="tableData" border style="width: 100%; padding-top: 5px;">
|
<el-table :data="tableData" border style="width: 100%; padding-top: 5px;">
|
||||||
<el-table-column fixed prop="name" :label="mergeParameters.tableTitle + '名称'"/>
|
<el-table-column fixed prop="name" :label="mergeParameters.tableTitle + '名称'"/>
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
<Plus/>
|
<Plus/>
|
||||||
</el-icon>
|
</el-icon>
|
||||||
</el-upload>
|
</el-upload>
|
||||||
|
|
||||||
<el-upload v-if="mergeParameters.mode === 'detail'"
|
<el-upload v-if="mergeParameters.mode === 'detail'"
|
||||||
class="noUpOnly"
|
class="noUpOnly"
|
||||||
action="#"
|
action="#"
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@
|
||||||
</el-image>
|
</el-image>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import {reactive, ref, toRefs} from "vue"
|
import {reactive, ref, toRefs} from "vue"
|
||||||
import defPic from '@/assets/image/pic.gif'
|
import defPic from '@/assets/image/pic.gif'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue