fixed: 导出模板调整limit为指针
This commit is contained in:
@@ -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="模板信息"
|
||||
|
Reference in New Issue
Block a user