|
@@ -294,11 +294,6 @@
|
|
|
search: true,
|
|
|
slot: true,
|
|
|
width: "120"
|
|
|
- // rules: [{
|
|
|
- // required: true,
|
|
|
- // message: "请输入船舶注册国家代码",
|
|
|
- // trigger: "blur"
|
|
|
- // }]
|
|
|
},
|
|
|
{
|
|
|
label: "船舶注册国家名称",
|
|
@@ -306,39 +301,19 @@
|
|
|
search: true,
|
|
|
slot: true,
|
|
|
width: "120"
|
|
|
- // rules: [{
|
|
|
- // required: true,
|
|
|
- // message: "请输入船舶注册国家名称",
|
|
|
- // trigger: "blur"
|
|
|
- // }]
|
|
|
},
|
|
|
{
|
|
|
label: "船舶呼号",
|
|
|
prop: "afrno",
|
|
|
search: true,
|
|
|
- // rules: [{
|
|
|
- // required: true,
|
|
|
- // message: "请输入船舶呼号",
|
|
|
- // trigger: "blur"
|
|
|
- // }]
|
|
|
},
|
|
|
{
|
|
|
label: "IMONO",
|
|
|
prop: "imono",
|
|
|
- // rules: [{
|
|
|
- // required: true,
|
|
|
- // message: "请输入IMONO 国际海事组织编号",
|
|
|
- // trigger: "blur"
|
|
|
- // }]
|
|
|
},
|
|
|
{
|
|
|
label: "MMSI",
|
|
|
prop: "mmsi",
|
|
|
- // rules: [{
|
|
|
- // required: true,
|
|
|
- // message: "请输入MMSI 水上移动通信业务标识码",
|
|
|
- // trigger: "blur"
|
|
|
- // }]
|
|
|
},
|
|
|
{
|
|
|
label: "船公司 Id",
|
|
@@ -356,11 +331,6 @@
|
|
|
prop: "carrierName",
|
|
|
width: "100",
|
|
|
display:false,
|
|
|
- // rules: [{
|
|
|
- // required: true,
|
|
|
- // message: "请输入船公司名称",
|
|
|
- // trigger: "blur"
|
|
|
- // }]
|
|
|
},
|
|
|
{
|
|
|
label: "港务局编码",
|
|
@@ -431,11 +401,6 @@
|
|
|
label: "版本",
|
|
|
prop: "version",
|
|
|
display:false,
|
|
|
- // rules: [{
|
|
|
- // required: true,
|
|
|
- // message: "请输入版本",
|
|
|
- // trigger: "blur"
|
|
|
- // }]
|
|
|
},
|
|
|
{
|
|
|
label: "状态",
|
|
@@ -465,11 +430,6 @@
|
|
|
type: 'textarea',
|
|
|
width: "180",
|
|
|
slot: true
|
|
|
- // rules: [{
|
|
|
- // required: true,
|
|
|
- // message: "请输入备注",
|
|
|
- // trigger: "blur"
|
|
|
- // }]
|
|
|
},
|
|
|
]
|
|
|
},
|