@ -213,7 +213,7 @@ export default {
reset() {
this.queryParam.startTime = ""
this.queryParam.endTime = ""
this.time = ""
this.time = []
this.handleGetalarmLog()
},
showModel(data) {
@ -55,8 +55,13 @@ import Model from "./model.vue"
import {importCategoryExcelUrl} from "@/api/importExcel";
const columns = [
{
title: 'ID',
title: '序号',
dataIndex: 'id',
// dataIndex: 'id',
customRender: (text, record, index) => {
return (
(record.pageNumber - 1) * 10 + index + 1
)
}
title: '品类',
@ -36,8 +36,13 @@
import {importStockExcelUrl} from "@/api/importExcel";
title: '品规',