fixed: 导出模板调整limit为指针

This commit is contained in:
pixelMax(奇淼
2024-06-27 14:57:01 +08:00
parent bb4e938bd2
commit e9be009f49
3 changed files with 10 additions and 11 deletions

View File

@@ -119,13 +119,18 @@
<el-table-column
align="left"
label="数据库"
prop="name"
width="120"
>
<template #defalut="scope">
<template #default="scope">
<span>{{ scope.row.dbNname || "GVA库" }}</span>
</template>
</el-table-column>
<el-table-column
align="left"
label="模板标识"
prop="templateID"
width="120"
/>
<el-table-column
align="left"
label="模板名称"
@@ -138,12 +143,6 @@
prop="tableName"
width="120"
/>
<el-table-column
align="left"
label="模板标识"
prop="templateID"
width="120"
/>
<el-table-column
align="left"
label="模板信息"