Skip to content

Commit

Permalink
fix: 工单发布管理
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnwinterLiu committed Sep 21, 2022
1 parent 49b190f commit e30d25b
Show file tree
Hide file tree
Showing 19 changed files with 1,649 additions and 5,719 deletions.
1 change: 0 additions & 1 deletion src/api/MetaData/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
// -->

import request from '@/utils/request/request'

import {
create_object,
del_object,
Expand Down
2 changes: 1 addition & 1 deletion src/api/System/filemanagement.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export async function getproductTree(params) {
// return query_object('MetaData', params)
}

// Ô­½Ó¿Ú
//
export function list_dir(path) {
return request({
url: 'list_dir',
Expand Down
7 changes: 7 additions & 0 deletions src/api/User/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,10 @@ export function disableuser(params) {
params: params,
})
}

export function usertree() {
return request({
url: '/usertree',
method: 'get',
})
}
2 changes: 1 addition & 1 deletion src/config/setting.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module.exports = {
'h7ml.icu',
],
expiredTime: 60 * 10,
ignoreApi: ['Navigation', 'Notification', '_User'],
ignoreApi: ['Navigation', 'Notification', '_User', 'Maintenance'],
cookieWhiteList: [
'cdnResource',
'language',
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/jp.js
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ export default {
'Ticket description': '工单描述',
project: '所属项目',
'Equipment name': '设备名称',
Initiator: '建单人',
Initiator: '创建人',
'the starting time': '建单时间',
operating: '操作',
'To be assigned': '待分配',
Expand Down
26 changes: 21 additions & 5 deletions src/i18n/zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -1104,26 +1104,40 @@ export default {
status: '状态',
'I created': '我创建的',
'Assigned to me': '分配给我的',
times: '时间',
times: '计划时间',
planstartdata: '计划开始时间',
planenddata: '计划结束时间',
startdata: '开始时间',
principal: '负责人',
selectprincipal: '选择负责人',
selectexecutor: '选择执行人',
executor: '执行人',
istimeout: '是否超时',
completiondata: '要求完成日期',
projects: '项目',
'Ticket type': '工单类型',
'Ticket status': '工单状态',
'Ticket description': '工单描述',
project: '所属项目',
'Equipment name': '设备名称',
Initiator: '建单人',
'the starting time': '建单时间',
Initiator: '创建人',
operating: '操作',
'To be assigned': '待分配',
receive: '接收',
'To be assigned': '待接收',
Assigned: '已分配',
Processed: '已处理',
processed: '已处理',
returned: '已回退',
republish: '重新发布',
'receive Ticket': '接收工单',
Untreated: '未确认',
Manualrecovery: '手动恢复',
Automaticrecovery: '自动恢复',
Distort: '误报',
Statement: '已结单',
search: '查询',
'create Ticket': '创建工单',
'view Ticket': '查看工单',
'pub Ticket': '发布工单',
photo: '照片记录',
'Create now': '立即创建',
Reset: '重置',
Expand All @@ -1132,6 +1146,8 @@ export default {
Dispatch: '派单',
Evaluation: '评价',
'deal with': '处理',
'dealwith Ticket': '处理工单',
processing: '处理中',
Reassign: '改派',
'Maintenance staff': '保养人员',
delete: '删除',
Expand Down
140 changes: 0 additions & 140 deletions src/views/CloudOT/maintenance/ChangeInfo.vue

This file was deleted.

Loading

1 comment on commit e30d25b

@vercel
Copy link

@vercel vercel bot commented on e30d25b Sep 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dgiot-dashboard – ./

dgiot-dashboard-git-master-dgiot.vercel.app
dgiot-dashboard-dgiot.vercel.app
dgiot-dashboard.vercel.app

Please sign in to comment.