解决报错

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

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

Loading…
Cancel
Save