|
@@ -204,7 +204,6 @@ import {HcIsButton} from "~src/plugins/IsButtons";
|
|
|
import HcDragUpload from "./components/HcDragUpload.vue"
|
|
|
import approachApi from "~api/tentative/device/approach";
|
|
|
import {formValidate, getArrValue} from "vue-utils-plus"
|
|
|
-import samplingApi from "~api/tentative/material/sampling";
|
|
|
import {getContractUserList} from "~api/other";
|
|
|
|
|
|
//初始变量
|
|
@@ -341,7 +340,7 @@ const tableColumn = ref([
|
|
|
{key:'calibrationCycle', name: '校准周期(月)', width: '120'},
|
|
|
{key:'lastCalibrationTime', name: '最近效验时间', width: '160'},
|
|
|
{key:'status', name: '状态', width: '100'},
|
|
|
- {key:'isCalibration', name: '是否需要效验', width: '100'},
|
|
|
+ {key:'isCalibration', name: '是否需要效验', width: '120'},
|
|
|
{key:'equipmentAcquisitionNumber', name: '设备采集编号', width: '160'},
|
|
|
{key:'managerName', name: '设备管理人员', width: '120'},
|
|
|
{key:'remarks', name: '备注', width: '160'},
|