Commit 997a1fe9 authored by 李苏's avatar 李苏 💬

经验/异物

parent a2202f5f
......@@ -24,13 +24,13 @@
label: "机组",
prop: "jz",
fieldType: "ftString",
width: 300
width: 120
},
{
label: "堆型",
prop: "dx",
fieldType: "ftString",
width: 300
width: 120
},
{
label: "时间",
......@@ -41,7 +41,7 @@
label: "规格",
prop: "ggxh",
fieldType: "ftString",
width: 300
width: 120
},
{
label: "材质",
......@@ -101,16 +101,17 @@
}
],
queryParams: [
[{
label: '编码',
prop: 'code',
span: 6,
type: 'input',
value: ''
},
[
// {
// label: '编码',
// prop: 'code',
// span: 6,
// type: 'input',
// value: ''
// },
{
label: '名称',
prop: 'name',
label: '信息',
prop: 'info',
span: 6,
type: 'input',
value: ''
......
......@@ -18,20 +18,49 @@
return {
editColItemList: [
{
label: '编码',
prop: 'code',
span: 12,
type: 'input',
required:true,
},
{
label: '名称',
prop: 'name',
span: 12,
type: 'input',
required:true,
},
{
label: '名称',
prop: 'name',
span: 12,
type: 'input',
required:true,
},
{
label: '规格',
prop: 'ggxh',
span: 12,
type: 'input',
},
{
label: '尺寸',
prop: 'cc',
span: 12,
type: 'input',
},
{
label: '材质',
prop: 'cz',
span: 12,
type: 'input',
},
{
label: "地点",
prop: "dd",
span: 24,
type: 'input',
},
{
label: "标高",
prop: "bg",
span: 12,
type: 'input',
},
{
label: "放射性强度",
prop: "fsxqd",
span: 12,
type: 'input',
},
{
label: '备注',
prop: 'bz',
......
......@@ -14,34 +14,29 @@
<script>
import Edit from './edit.vue'
export default {
name: 'jxzyff',
name: 'ywxxgl',
data() {
return {
config: {
/* 基本配置*/
url: 'yhlywpc/ujyfk',
url: 'ywxxgl/uywxx',
tableTitle: [{
label: "机组",
prop: "jz",
label: "名称",
prop: "name",
fieldType: "ftString",
width: 300
width: 120
},
{
label: "堆型",
prop: "dx",
label: "规格",
prop: "ggxh",
fieldType: "ftString",
width: 300
width: 120
},
{
label: "时间",
prop: "time",
fieldType: "ftDateTime"
},
{
label: "规格",
prop: "ggxh",
label: "尺寸",
prop: "cc",
fieldType: "ftString",
width: 300
width: 120
},
{
label: "材质",
......@@ -50,23 +45,24 @@
width: 300
},
{
label: "异物地点",
prop: "ywdd",
label: "地点",
prop: "dd",
fieldType: "ftString",
width: 300
},
{
label: "异物排查方法",
prop: "ywpcff",
label: "标高",
prop: "bg",
fieldType: "ftString",
width: 300
},
{
label: "异物产生原因",
prop: "ywcsyy",
label: "异物放射性强度",
prop: "fsxqd",
fieldType: "ftString",
width: 300
},
{
label: "备注",
prop: "bz",
......@@ -101,13 +97,7 @@
}
],
queryParams: [
[{
label: '编码',
prop: 'code',
span: 6,
type: 'input',
value: ''
},
[
{
label: '名称',
prop: 'name',
......
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