mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-25 13:51:04 +00:00
feat: 添加高亮行与序号列,优化全屏及缓存布局
This commit is contained in:
@@ -413,6 +413,7 @@ defineExpose({
|
||||
<ElButton type="danger" @click="handleClear" v-ripple>清除数据</ElButton>
|
||||
|
||||
<FaTable :data="tableData" style="margin-top: 10px">
|
||||
<ElTableColumn type="index" label="序号" width="60" />
|
||||
<ElTableColumn
|
||||
v-for="key in Object.keys(headers)"
|
||||
:key="key"
|
||||
|
||||
@@ -86,6 +86,7 @@ const handleFileChange = async (uploadFile: UploadFile) => {
|
||||
<ElButton type="danger" @click="handleClear" v-ripple>清除数据</ElButton>
|
||||
|
||||
<FaTable :data="tableData" style="margin-top: 10px">
|
||||
<ElTableColumn type="index" label="序号" width="60" />
|
||||
<ElTableColumn
|
||||
v-for="key in Object.keys(headers)"
|
||||
:key="key"
|
||||
|
||||
Reference in New Issue
Block a user