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