Element-ui form validates complex objects, which contain objects contained in an array

ask for instructions on how to verify the objects in the array in the object.
to verify dataForm.phones [0] .brand

< el-form
< el-form-item.

data are as follows:

data() {
    return {
      dataFrom: {
        name: "",
        computer: { brand: "intel", model: "E3-1231" },
        phones: [
          { brand: "", model: "P9" },
          { brand: "", model: "MI8" }
        ]
      }
    }
  }
Mar.14,2021

Thank you codeshelper, thank you @ Yang ah,
https://codeshelper.com/a/11. is getting the answer

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c6b4-4d9ae.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c6b4-4d9ae.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?