更新 ts、toolbar 增加右侧工具渲染 tools、优化表格渲染
This commit is contained in:
@@ -124,11 +124,13 @@ app.mount('#app')
|
||||
<template>
|
||||
<div>
|
||||
<vxe-table :data="tableData">
|
||||
<vxe-table-column type="seq" title="Seq" width="60"></vxe-table-column>
|
||||
<vxe-table-column field="name" title="Name"></vxe-table-column>
|
||||
<vxe-table-column field="role" title="Role"></vxe-table-column>
|
||||
<vxe-table-column field="sex" title="Sex"></vxe-table-column>
|
||||
<vxe-table-column field="address" title="Address"></vxe-table-column>
|
||||
<vxe-column type="seq" title="Seq" width="60"></vxe-column>
|
||||
<vxe-column field="name" title="Name"></vxe-column>
|
||||
<vxe-column field="role" title="Role"></vxe-column>
|
||||
<vxe-colgroup title="Group1">
|
||||
<vxe-column field="sex" title="Sex"></vxe-column>
|
||||
<vxe-column field="address" title="Address"></vxe-column>
|
||||
</vxe-colgroup>
|
||||
</vxe-table>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user