Whether the element-ui Checkbox checkbox can be used; separate

checkList: ["selected and disabled", "check box A"] can be used; interval

<template>
  <el-checkbox-group v-model="checkList">
    <el-checkbox label=" A"></el-checkbox>
    <el-checkbox label=" B"></el-checkbox>
    <el-checkbox label=" C"></el-checkbox>
    <el-checkbox label="" disabled></el-checkbox>
    <el-checkbox label="" disabled></el-checkbox>
  </el-checkbox-group>
</template>

<script>
  export default {
    data () {
      return {
        checkList: [""," A"]
      };
    }
  };
</script>
May.22,2022

this is the array ah
if you need a string, you can add a field in computed to return the result of the array concatenated with semicolons


re-traverse and re-splice

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