Iview uses render to render RadioGroup in table and its rendered components cannot be selected?

the Radio component rendered by rander rendering RadioGroup in the table component of iview cannot be selected

render: (h, params) => {
    return h("RadioGroup",
      {
        props: {
          value: this.resData.method1,
          type: "button"
        }
      }, [h("Radio", {
        props: {
          label: "",
        }
      }),
        h("Radio", {
          props: {
            label: "",
          }
        }),
        h("Radio", {
          props: {
            label: "",
          }
        })
      ]);
      }

Feb.26,2021

data is not bidirectionally bound, so the component cannot be selected

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-1b31a72-2aaf6.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-1b31a72-2aaf6.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?