{ title: "建立時間", key: "createTime", render(row: RowData) { return ( <n-time v-model:value={row.createTime} format="yyyy-MM-dd hh:mm" /> ); }, }, { title: "建立者", key: "createUser" }, { title: "最後更新時間", key: "updateTime", render(row: RowData) { return row.createTime ? ( <n-time time={new Date(row.createTime)} format="yyyy-MM-dd hh:mm" /> ) : null; }, },
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter