|
@@ -1,3 +1,4 @@
|
|
|
+<!-- 点检判定 -->
|
|
|
<template>
|
|
|
<div class="mainContentBox">
|
|
|
<avue-crud
|
|
@@ -67,8 +68,15 @@ option.value = Object.assign(option.value, {
|
|
|
addBtn: false,
|
|
|
menu: false,
|
|
|
header: false,
|
|
|
+ rowKey: "opId",
|
|
|
column: [
|
|
|
{
|
|
|
+ label: "工序Id",
|
|
|
+ prop: "opId",
|
|
|
+ display: false,
|
|
|
+ hide: true,
|
|
|
+ },
|
|
|
+ {
|
|
|
label: "工序名称",
|
|
|
prop: "opName",
|
|
|
},
|
|
@@ -90,6 +98,11 @@ option.value = Object.assign(option.value, {
|
|
|
{
|
|
|
label: "结果",
|
|
|
prop: "result",
|
|
|
+ dicData: dicts.process_check_result,
|
|
|
+ props: {
|
|
|
+ label: "dictLabel",
|
|
|
+ value: "dictValue",
|
|
|
+ },
|
|
|
search: false,
|
|
|
},
|
|
|
// {
|
|
@@ -112,21 +125,21 @@ option.value = Object.assign(option.value, {
|
|
|
prop: "lower",
|
|
|
search: false,
|
|
|
},
|
|
|
- {
|
|
|
- label: "实测值",
|
|
|
- prop: "realValue",
|
|
|
- search: false,
|
|
|
- },
|
|
|
- {
|
|
|
- label: "单位",
|
|
|
- prop: "unit",
|
|
|
- search: false,
|
|
|
- dicData: dicts.danwei_type,
|
|
|
- props: {
|
|
|
- label: "dictLabel",
|
|
|
- value: "dictValue",
|
|
|
- },
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // label: "实测值",
|
|
|
+ // prop: "realValue",
|
|
|
+ // search: false,
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // label: "单位",
|
|
|
+ // prop: "unit",
|
|
|
+ // search: false,
|
|
|
+ // dicData: dicts.danwei_type,
|
|
|
+ // props: {
|
|
|
+ // label: "dictLabel",
|
|
|
+ // value: "dictValue",
|
|
|
+ // },
|
|
|
+ // },
|
|
|
{
|
|
|
label: "录入时间",
|
|
|
prop: "created",
|