Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
J
jilinzhongdianrenqun-web
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Members
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
吴超
jilinzhongdianrenqun-web
Commits
471defb7
Commit
471defb7
authored
Dec 31, 2025
by
wangchunyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除多余菜单路由,样式调整
parent
b52a7be3
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
12 行增加
和
11 行删除
+12
-11
src/router/group/key-person.js
+8
-8
src/view/key-person/key_dm_inventory/stats.vue
+4
-3
没有找到文件。
src/router/group/key-person.js
View file @
471defb7
...
@@ -239,14 +239,14 @@ export default [
...
@@ -239,14 +239,14 @@ export default [
},
},
component
:
()
=>
import
(
'@/view/key-person/key_dm_inventory/index'
)
component
:
()
=>
import
(
'@/view/key-person/key_dm_inventory/index'
)
},
},
{
//
{
path
:
'/key-person/dmInventoryInbound'
,
//
path: '/key-person/dmInventoryInbound',
name
:
'dmInventoryInbound'
,
//
name: 'dmInventoryInbound',
meta
:
{
//
meta: {
title
:
'日常管理用品入库'
//
title: '日常管理用品入库'
},
//
},
component
:
()
=>
import
(
'@/view/key-person/key_dm_inventory/inbound'
)
//
component: () => import('@/view/key-person/key_dm_inventory/inbound')
},
//
},
{
{
path
:
'/key-person/dmInventoryStats'
,
path
:
'/key-person/dmInventoryStats'
,
name
:
'dmInventoryStats'
,
name
:
'dmInventoryStats'
,
...
...
src/view/key-person/key_dm_inventory/stats.vue
View file @
471defb7
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
</Col>
</Col>
<Col
:span=
"4"
class=
"text-right"
>
<Col
:span=
"4"
class=
"text-right"
>
<Button
type=
"primary"
class=
"mr10"
@
click=
"loadUsage"
>
统计
</Button>
<Button
type=
"primary"
class=
"mr10"
@
click=
"loadUsage"
>
统计
</Button>
<Button
@
click=
"resetUsage"
>
重置
</Button>
<Button
type=
"primary"
@
click=
"resetUsage"
>
重置
</Button>
</Col>
</Col>
</Row>
</Row>
</div>
</div>
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
</Col>
</Col>
<Col
:span=
"6"
class=
"text-right"
>
<Col
:span=
"6"
class=
"text-right"
>
<Button
type=
"primary"
class=
"mr10"
@
click=
"loadWorkload"
>
统计
</Button>
<Button
type=
"primary"
class=
"mr10"
@
click=
"loadWorkload"
>
统计
</Button>
<Button
@
click=
"resetWorkload"
>
重置
</Button>
<Button
type=
"primary"
@
click=
"resetWorkload"
>
重置
</Button>
</Col>
</Col>
</Row>
</Row>
</div>
</div>
...
@@ -76,7 +76,7 @@ export default {
...
@@ -76,7 +76,7 @@ export default {
usageColumns
:
[
usageColumns
:
[
{
type
:
'index'
,
title
:
'序号'
,
width
:
60
,
align
:
'center'
},
{
type
:
'index'
,
title
:
'序号'
,
width
:
60
,
align
:
'center'
},
{
title
:
'部门'
,
key
:
'department_name'
,
align
:
'center'
},
{
title
:
'部门'
,
key
:
'department_name'
,
align
:
'center'
},
{
title
:
'
物料
'
,
key
:
'material_name'
,
align
:
'center'
},
{
title
:
'
用品
'
,
key
:
'material_name'
,
align
:
'center'
},
{
title
:
'领用数量'
,
key
:
'total_quantity'
,
align
:
'center'
},
{
title
:
'领用数量'
,
key
:
'total_quantity'
,
align
:
'center'
},
{
title
:
'操作'
,
slot
:
'action'
,
width
:
100
,
align
:
'center'
}
{
title
:
'操作'
,
slot
:
'action'
,
width
:
100
,
align
:
'center'
}
],
],
...
@@ -86,6 +86,7 @@ export default {
...
@@ -86,6 +86,7 @@ export default {
{
title
:
'请假申请次数'
,
key
:
'leave_applications'
,
align
:
'center'
},
{
title
:
'请假申请次数'
,
key
:
'leave_applications'
,
align
:
'center'
},
{
title
:
'请假审批次数'
,
key
:
'leave_approvals'
,
align
:
'center'
},
{
title
:
'请假审批次数'
,
key
:
'leave_approvals'
,
align
:
'center'
},
{
title
:
'用品申领次数'
,
key
:
'borrow_applications'
,
align
:
'center'
},
{
title
:
'用品申领次数'
,
key
:
'borrow_applications'
,
align
:
'center'
},
{
title
:
'用品审批次数'
,
key
:
'borrow_approval'
,
align
:
'center'
},
{
title
:
'入库次数'
,
key
:
'inbound_count'
,
align
:
'center'
},
{
title
:
'入库次数'
,
key
:
'inbound_count'
,
align
:
'center'
},
{
title
:
'请假时长(天)'
,
key
:
'leave_duration'
,
align
:
'center'
},
{
title
:
'请假时长(天)'
,
key
:
'leave_duration'
,
align
:
'center'
},
{
title
:
'操作'
,
slot
:
'action'
,
width
:
200
,
align
:
'center'
}
{
title
:
'操作'
,
slot
:
'action'
,
width
:
200
,
align
:
'center'
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论