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.

Menu