About the elementUI table component, how do I split the data?

clipboard.png

elementui7,9,0

clipboard.png

element7,9,0



:
scope


clipboard.png

what I want is to take them apart


official website has written

<el-table-column ...>
      <template slot-scope="scope">
            ...
      </template>
</el-table-column>
Menu