How to display 2 rows of data in one grid in an iview form?

as shown in the figure below, I want to achieve this effect. It doesn"t seem to work if I try to use slot-scope. How should I write it if I can only use render? thank you
clipboard.png

.
<Table :columns="columns" :data="data">
        <template slot-scope="{ row }" slot="time">
          

{{row.day}}

{{row.hour}}

</template> <template slot-scope="{ row }" slot="title">

{{row.txt}}

{{row.person}}|:{{row.number}}

</template> </Table>
Mar.23,2022
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-1b3e0af-2bc2b.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-1b3e0af-2bc2b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?