Skip to content

Commit e24148d

Browse files
authored
releases 1.1.4
releases 1.1.4
2 parents 56b6942 + 387db35 commit e24148d

File tree

13 files changed

+55
-2249
lines changed

13 files changed

+55
-2249
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "vue-element-admin",
3-
"version": "4.2.1",
2+
"name": "go-admin",
3+
"version": "1.1.4",
44
"description": "A magical vue admin. An out-of-box UI solution for enterprise applications. Newest development stack of vue. Lots of awesome features",
5-
"author": "Pan <panfree23@gmail.com>",
5+
"author": "https://github.com/wenjianzhang/go-admin-ui",
66
"license": "MIT",
77
"scripts": {
88
"dev": "vue-cli-service serve",

src/api/tools/gen.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export function toProjectTable(tableId) {
6464
method: 'get'
6565
})
6666
}
67+
6768
export function toProjectTableCheckRole(tableId, ischeckrole) {
6869
return request({
6970
url: '/api/v1/gen/toproject/' + tableId + '?ischeckrole=' + ischeckrole,

src/views/role/index.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,11 @@ import { listRole, getRole, delRole, addRole, updateRole, dataScope, changeRoleS
241241
import { treeselect as menuTreeselect, roleMenuTreeselect } from '@/api/system/menu'
242242
import { treeselect as deptTreeselect, roleDeptTreeselect } from '@/api/system/dept'
243243
import { formatJson } from '@/utils'
244-
import BasicLayout from '@/layout/BasicLayout'
245244
246245
export default {
247246
name: 'Role',
248247
components: {
249-
BasicLayout
248+
250249
},
251250
data() {
252251
return {

src/views/sysjob/index.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,12 +297,11 @@
297297

298298
<script>
299299
import { addSysJob, delSysJob, getSysJob, listSysJob, updateSysJob, removeJob, startJob } from '@/api/sysjob'
300-
import BasicLayout from '@/layout/BasicLayout'
301300
302301
export default {
303302
name: 'Config',
304303
components: {
305-
BasicLayout
304+
306305
},
307306
data() {
308307
return {

src/views/sysjob/log.vue

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,29 @@
11

22
<template>
3-
<div class="app-container">
4-
<el-form>
5-
<el-form-item>
6-
<el-button type="success" icon="el-icon-search" size="mini">状态</el-button>
7-
<el-button type="primary" icon="el-icon-search" size="mini">清空</el-button>
8-
</el-form-item>
9-
</el-form>
10-
<el-row ref="log" :gutter="10" class="mb8">
11-
<el-scrollbar style="height:500px">
12-
<ul
13-
style="
14-
background-color: black;
15-
color: cornflowerblue;
16-
line-height: 25px;
17-
padding-top: 15px;
18-
margin: 0;"
19-
>
20-
<li v-for="(item,index) in arrs" :key="index">
3+
<BasicLayout>
4+
<template #wrapper>
5+
<el-card class="box-card">
6+
<el-form>
7+
<el-form-item>
8+
<el-button type="success" icon="el-icon-search" size="mini">状态</el-button>
9+
<el-button type="primary" icon="el-icon-search" size="mini">清空</el-button>
10+
</el-form-item>
11+
</el-form>
12+
<el-row ref="log" :gutter="10" class="mb8">
13+
<el-scrollbar style="height:500px;background-color: black;color: cornflowerblue;">
14+
<ul
15+
style="line-height: 25px;padding-top: 15px;padding-bottom: 15px;min-height: 500px; margin: 0;list-style-type: none;"
16+
>
17+
<li v-for="(item,index) in arrs" :key="index">
2118

22-
{{ item }}
23-
</li>
24-
</ul>
25-
</el-scrollbar>
26-
</el-row>
27-
</div>
19+
{{ item }}
20+
</li>
21+
</ul>
22+
</el-scrollbar>
23+
</el-row>
24+
</el-card>
25+
</template>
26+
</BasicLayout>
2827

2928
</template>
3029

src/views/tools/build/CodeTypeDialog.vue

Lines changed: 0 additions & 107 deletions
This file was deleted.

src/views/tools/build/DraggableItem.vue

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)