Xiaobai asked, how to add an editable row to the ElementUI table?

as shown in the picture, I want to click the button to add a new line in which the Input box that was just released is editable and looks at the document as if there is no solution. Do you have any solutions?

Mar.02,2021

<el-table-column
  label=""
  width="180">
  <template slot-scope="scope">
    <el-date-picker v-if="editable"
      v-model="value1"
      type="date"
      placeholder="">
    </el-date-picker>
    <span v-else>2018-04-12</span>
  </template>
</el-table-column>
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-1b313ca-2bd61.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-1b313ca-2bd61.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?