@@ -1,6 +1,6 @@
<template>
<div class="screen-container">
- <common-headerB title="装调一体式智能生产线仿真大屏" />
+ <common-headerB title="电装电缆智能生产线仿真大屏" />
<div class="body">
<div class="left bg">
<TitleHeaderB title="工位状态" />
@@ -234,11 +234,25 @@ option2.value = {
width: 110,
overHidden: true,
prop: "locationNo",
+ rules: [
+ {
+ required: true,
+ message: "货位不能为空",
+ trigger: "trigger",
+ },
+ ],
},
{
label: "货位",
prop: "coordinate",
}
],
};