This commit is contained in:
chenhaodong
2023-04-25 23:43:45 +08:00
parent 08619ea2c1
commit 313506db24
49 changed files with 51 additions and 602 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"name": "yf-exam-lite",
"name": "chdbs",
"version": "1.0.0",
"description": "陈昊东毕设",
"author": "haodongchen@aliyun.com",
+6
View File
@@ -0,0 +1,6 @@
import { post } from '@/utils/request'
export function sjkctj() {
return post('/tongji/api/sjxxtj', {})
}
-1
View File
@@ -17,7 +17,6 @@ import './permission' // permission control
import './utils/error-log' // error log
import * as filters from './filters'
// Element UI
Vue.use(Element, {
size: Cookies.get('size') || 'medium' // set element-ui default size
+1 -11
View File
@@ -166,15 +166,6 @@ export const asyncRoutes = [
}
},
/*{
path: 'bysxxgl',
component: () => import('@/views/sys/bysxxgl'),
name: 'SysBysxxgl',
meta: {
title: '毕业生信息管理',
icon: 'admin'
}
},*/
{
path: 'bookgl',
component: () => import('@/views/sys/bookgl'),
@@ -228,8 +219,7 @@ export const asyncRoutes = [
title: '留言管理',
icon: 'admin'
}
}
},
]
+1 -1
View File
@@ -31,7 +31,7 @@
<div>权限控制基于Shiro和JWT开发的权限控制功能</div>
<div>基础功能系统配置用户管理部门管理角色管理等</div>
<div>图书管理图书的信息管理借还流程的完善</div>
<div>人员权限暂时设置管理员与教师和学生个角色</div>
<div>人员权限暂时设置管理员和学生个角色</div>
</div>
</div>
+1 -1
View File
@@ -73,7 +73,7 @@
<el-table-column align="center" label="操作">
<template slot-scope="scope">
<a style="color: #1890ff" @click="handleUpdate(scope.row)">
<el-button link type="primary" size="small"
<el-button link type="primary" size="small" v-if="0===scope.row.bState"
>借书
</el-button>
</a>