< template >
<el-table
  :data="tableData"
  style="width: 100%">
  <el-table-column
    prop="date"
    label=""
    width="180">
  </el-table-column>
  <el-table-column
    prop="name"
    label=""
    width="180">
  </el-table-column>
  <el-table-column
    prop="address"
    label="">
  </el-table-column>
</el-table> < / template > 
 like this prop and label, can you briefly explain the principle behind it? Why add a colon here? Bind directly to this-sharp-sharp-sharp problem description 
the platform version of the problem and what methods you have tried
related codes
/ / Please paste the code text below (do not replace the code with pictures)
