电子围栏必选,电子围栏区域名称 必填项

pull/1/head
dearlin 2024-01-30 15:24:17 +08:00
parent 253e5ae799
commit 307b9fcc4d
1 changed files with 3 additions and 0 deletions

View File

@ -106,6 +106,9 @@ const rules = {
ELECTRONIC_FENCE_AREA_NAME: [
{ required: true, message: "电子围栏区域名称", trigger: "blur" },
],
ELECTRONIC_FENCE_NAME: [
{ required: true, message: "电子围栏必选", trigger: "blur" },
],
};
const formRef = ref(null);
const fnClose = () => {