El-select hiding

topic description

< el-table-column label= "counterguarantee method" align= "center" width= "120px" >

      <template slot-scope="scope">
        <el-select placeholder="" v-model="scope.row.warrant_type" clearable>
          <el-option key="1" label="" value="1"></el-option>
          <el-option key="2" label="" value="2"></el-option>
          <el-option key="3" label="" value="3"></el-option>
        </el-select>
      </template>
    </el-table-column>


what result do you expect? What is the error message actually seen?

Apr.14,2022

</el-option>
    </el-select>
  </template>
</el-table-column>

warrant_type sets this value to 1 and it is automatically 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-1b321a2-34198.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-1b321a2-34198.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?