Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
wujun728 committed Oct 12, 2024
1 parent 771a9ae commit dac8b26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jun_layui_ruoyi/tool/gen/importTable.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
, text: getLoadErrorMsg()
, page: true
, cols: new Array([
{type: 'checkbox', width: 40}
{type: 'checkbox' }
, {field: 'tableName', title: '表名称'}
, {field: 'tableComment', title: '表描述'}
, {field: 'createTime', title: '创建时间', width: 160, sort: true}
Expand Down
6 changes: 5 additions & 1 deletion jun_layui_ruoyi/tool/gen/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<link rel="stylesheet" href="/assets/module/admin.css">
<link rel="stylesheet" href="/assets/css/common.css">
<!-- <link rel="stylesheet" href="/assets/css/gougu.css"> -->
<style>
.layui-layer-tab .layui-layer-title span.layui-this { height: 51px; border-left-color: #eee; border-right-color: #eee;
background-color: #607D8B; z-index: 10; }
</style>
</head>
<body>
<div class="layui-layout layui-layout-iframe">
Expand Down Expand Up @@ -150,7 +154,7 @@
};
}
, cols: new Array([
{type: 'checkbox', width: 40}
{type: 'checkbox'}
, {field: 'tableName', title: '表名称'}
, {field: 'tableComment', title: '表描述'}
, {field: 'className', title: '实体类名称'}
Expand Down

0 comments on commit dac8b26

Please sign in to comment.