Forráskód Böngészése

更新界面不显示问题

yukai 1 éve
szülő
commit
69fdc44116
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      src/views/iot/ota-update/update/component/device.vue

+ 2 - 0
src/views/iot/ota-update/update/component/device.vue

@@ -1,4 +1,5 @@
 <template>
+  <div>
 	<el-card shadow="hover">
 		<div class="search">
 			<el-form :inline="true" ref="queryRef">
@@ -54,6 +55,7 @@
     <pagination v-show="tableData.total > 0" :total="tableData.total" v-model:page="tableData.param.pageNum" v-model:limit="tableData.param.pageSize" @pagination="getDetail" />
 
 	</el-card>
+</div>
 </template>
 
 <script lang="ts">