Commit aa9ab514 authored by yaqizhang's avatar yaqizhang

数据检测详情

parent 17be592c
This diff is collapsed.
......@@ -16,7 +16,7 @@
"axios": "0.21.0",
"clipboard": "2.0.6",
"core-js": "3.8.1",
"echarts": "4.9.0",
"echarts": "^4.9.0",
"element-ui": "2.15.0",
"file-saver": "2.0.4",
"fuse.js": "6.4.3",
......
......@@ -23,7 +23,8 @@ import CollapseTransition from 'element-ui/lib/transitions/collapse-transition';
import Pagination from "@/components/Pagination";
// 自定义表格工具扩展
import RightToolbar from "@/components/RightToolbar"
import echarts from 'echarts'
Vue.prototype.$echarts = echarts
// 全局方法挂载
Vue.prototype.getDicts = getDicts
Vue.prototype.getConfigKey = getConfigKey
......
......@@ -286,9 +286,9 @@
orderName: [
{ required: true, message: "工单名称不能为空", trigger: "blur" }
],
// devices: [
// { required: true, message: '请选择巡检设备', trigger: 'change', type: 'array' }
// ],
devices: [
{ required: true, message: '请选择巡检设备', trigger: 'change', type: 'array' }
],
}
};
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment