解决报错

merge-requests/1/head
张鑫 5 years ago
parent ac29780b2b
commit 372fa1cea6

@ -71,7 +71,6 @@
/>
</div>
</template>
<script>
import {imgUrl, videoUrl} from "@/api/importExcel";
import Model from "./model.vue"
@ -93,16 +92,16 @@
onShowSizeChange: (current, pageSize) => this.pageSize = pageSize //
},
loading: false,
imgUrl: imgUrl,
columns: [
{
title: "工单号",
dataIndex: "orderNum",
},
{
title: "巷道",
dataIndex: "str",
width: 90
imgUrl: imgUrl,
columns: [
{
title: "工单号",
dataIndex: "orderNum",
},
{
title: "巷道",
dataIndex: "str",
width: 90
},
{
title: "货架类型",
@ -143,7 +142,7 @@
],
visible: false,
vid: ''
};
}
},
mounted() {
this.handleGetHistoryList()

Loading…
Cancel
Save