Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
device-new-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-new-platform
Commits
ea17c535
Commit
ea17c535
authored
Jul 13, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加设备上线和下线的业务日志记录
parent
48cd1764
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
device-manager-ui/admin/src/views/device/drawershow.vue
device-manager-ui/admin/src/views/device/drawershow.vue
+7
-0
device-manager-ui/admin/src/views/device/list.vue
device-manager-ui/admin/src/views/device/list.vue
+6
-0
No files found.
device-manager-ui/admin/src/views/device/drawershow.vue
View file @
ea17c535
...
...
@@ -26,6 +26,13 @@
v-model=
"form.deviceCode"
placeholder=
"请输入设备的MAC地址"
/>
<Field
label=
"所属机构"
prop=
"orgName"
v-model=
"form.orgName"
placeholder=
"请输入设备的所属机构"
/>
<!--
<Field
label=
"平台类型"
prop=
"platformId"
v-model=
"form.platformId"
type=
"select"
:enumData=
"dict.platformId"
placeholder=
"请选择平台类型"
/>
-->
<Field
label=
"产品类型"
...
...
device-manager-ui/admin/src/views/device/list.vue
View file @
ea17c535
...
...
@@ -499,6 +499,12 @@ export default {
label
:
"
设备编码
"
,
fuzzy
:
true
,
},
{
name
:
"
orgName
"
,
type
:
"
text
"
,
label
:
"
所属机构
"
,
fuzzy
:
true
,
},
{
name
:
"
productId
"
,
type
:
"
select
"
,
...
...
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