!64 优化代码生成模块,使其适配当前版本

Merge pull request !64 from 大熊/master
This commit is contained in:
1024创新实验室
2025-04-05 08:41:51 +00:00
committed by Gitee
24 changed files with 219 additions and 125 deletions

View File

@@ -39,7 +39,16 @@
<TableOperator class="smart-margin-bottom5" v-model="columns" :tableId="TABLE_ID_CONST.SUPPORT.CONFIG" :refresh="ajaxQuery" />
</a-row>
<a-table size="small" :loading="tableLoading" bordered :dataSource="tableData" :columns="columns" rowKey="configId" :pagination="false">
<a-table
size="small"
:scroll="{ x: 1000 }"
:loading="tableLoading"
bordered
:dataSource="tableData"
:columns="columns"
rowKey="configId"
:pagination="false"
>
<template #bodyCell="{ record, index, column }">
<template v-if="column.dataIndex === 'seq'">
{{ index + 1 }}

View File

@@ -59,6 +59,7 @@
<a-table
size="small"
:scroll="{ x: 1000 }"
bordered
class="smart-margin-top10"
:dataSource="tableData"