The content of the tree custom node in element is a radio box, which cannot be selected in the radio box.

1. Custom node content, but cannot bind values when using an element component

clipboard.png
Code:
< span class= "custom-tree-node" >

        <span  on-click={ () => this.append(data) } >
        <el-radio  v-model="node.id" label="node.id">{node.label}+{node.id}</el-radio>
        </span>
      </span>);

ask the great god for advice

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