Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
device-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
device-platform
Commits
b535087e
Commit
b535087e
authored
May 07, 2022
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改设备管理
parent
91a19ab3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
db/module.sql
db/module.sql
+2
-1
device-manager-ui/admin/src/views/device/dialogshow.vue
device-manager-ui/admin/src/views/device/dialogshow.vue
+1
-1
No files found.
db/module.sql
View file @
b535087e
...
...
@@ -121,4 +121,5 @@ INSERT INTO `mortals_xhx_param` VALUES (null, '日志类型,', 'DeviceLog', 'l
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'日志类型,'
,
'DeviceLog'
,
'logType'
,
'1'
,
'下发服务'
,
1
,
4
,
0
,
'logType'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'设备来源,为其它时候上线下线通过查询'
,
'Device'
,
'deviceSource'
,
'0'
,
'大厅'
,
1
,
4
,
0
,
'deviceSource'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_param`
VALUES
(
null
,
'设备来源,为其它时候上线下线通过查询'
,
'Device'
,
'deviceSource'
,
'1'
,
'其它'
,
1
,
4
,
0
,
'deviceSource'
,
NULL
,
NULL
,
NULL
);
device-manager-ui/admin/src/views/device/dialogshow.vue
View file @
b535087e
...
...
@@ -101,7 +101,7 @@ export default {
title
:
"
设备
"
,
// 是否显示弹出层
open
:
false
,
toString
:
[
"
deviceType
"
,
"
deviceOnlineStatus
"
,
"
status
"
,
"
deviceFirmId
"
],
toString
:
[
"
deviceType
"
,
"
deviceOnlineStatus
"
,
"
status
"
,
"
deviceFirmId
"
,
"
deviceSource
"
],
// 表单校验
rules
:
{
deviceName
:
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment