Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
N
nse-ui
概览
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
吴超
nse-ui
Commits
84f00f2d
Commit
84f00f2d
authored
Sep 25, 2025
by
wanglizhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IP设置
parent
33d21d67
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
58 行增加
和
36 行删除
+58
-36
src/views/systemConfig/IPTheChange/index.vue
+56
-34
src/views/systemConfig/License/index.vue
+2
-2
没有找到文件。
src/views/systemConfig/IPTheChange/index.vue
View file @
84f00f2d
...
@@ -22,52 +22,75 @@ onMounted(() => {
...
@@ -22,52 +22,75 @@ onMounted(() => {
<
template
>
<
template
>
<div
class=
"app-container scroller"
>
<div
class=
"app-container scroller"
>
<PageTitle>
<template
#
title
>
IP设置
</
template
>
</PageTitle>
<div
class=
"app-container__body"
>
<div
class=
"app-container__body"
>
<FormBox
v-for=
"(item,index) in ipList"
:key=
"index"
:itemData=
"item"
@
confirm=
"formConfirm"
/>
<div
class=
"pageTitle"
>
<img
class=
"icon"
src=
"@/assets/images/systemConfig/systemParamPage.png"
alt=
""
>
<span>
IP设置
</span>
</div>
<div
class=
"box"
>
<div
class=
"line"
></div>
<div
class=
"content"
>
<el-table
ref=
"table"
class=
"table"
:data=
"ipList"
stripe
>
<el-table-column
type=
"index"
label=
"序号"
width=
"100"
align=
"center"
></el-table-column>
<el-table-column
prop=
"networkInterface"
label=
"网卡"
align=
"center"
></el-table-column>
<el-table-column
prop=
"inetAddress"
label=
"IP地址"
align=
"center"
></el-table-column>
<el-table-column
prop=
"subnetMask"
label=
"子网掩码"
align=
"center"
></el-table-column>
<el-table-column
prop=
"gateway"
label=
"默认网关"
align=
"center"
></el-table-column>
<el-table-column
prop=
"dns"
label=
"DNS"
align=
"center"
></el-table-column>
</el-table>
</div>
</div>
</div>
</div>
</div>
</div>
</
template
>
</
template
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.app-container__body
{
.app-container__body
{
.contentActive
{
.pageTitle
{
height
:
400px
;
margin-bottom
:
20px
;
.item
{
display
:
flex
;
display
:
flex
;
height
:
32px
;
align-items
:
center
;
color
:
#7a8495
;
font-size
:
16px
;
.key
{
font-weight
:
500
;
padding-left
:
5px
;
letter-spacing
:
0px
;
width
:
300px
;
line-height
:
22px
;
vertical-align
:
middle
;
color
:
rgba
(
53
,
64
,
79
,
1
);
float
:
left
;
font-size
:
14px
;
.icon
{
font-weight
:
700
;
margin-right
:
6px
;
box-sizing
:
border-box
;
width
:
16px
;
}
height
:
16px
;
.value
{
flex
:
1
;
line-height
:
32px
;
}
}
}
}
}
:deep
(
.el-collapse-item__wrap
)
{
border
:
none
;
.box
{
display
:
flex
;
flex-direction
:
column
;
flex
:
1
;
overflow
:
hidden
;
background
:
#fff
;
.line
{
width
:
100%
;
height
:
2px
;
border-radius
:
5px
5px
0px
0px
;
background
:
linear-gradient
(
90deg
,
rgba
(
33
,
103
,
217
,
1
)
0%
,
rgba
(
17
,
200
,
250
,
1
)
34.03%
,
rgba
(
33
,
103
,
217
,
1
)
64.58%
,
rgba
(
48
,
128
,
255
,
1
)
100%
);
}
}
:deep
(
.el-collapse-item
)
{
margin-bottom
:
6px
;
.content
{
padding
:
28px
30px
;
flex
:
1
;
overflow
:
hidden
;
display
:
flex
;
flex-direction
:
column
;
.table{
height
:
100%
;
}
}
:deep
(
.el-collapse-item__header
)
{
height
:
32px
;
padding-left
:
20px
;
background
:
#7a8495
;
color
:
#fff
;
}
}
:deep
(
.el-collapse-item__header.is-active
)
{
background
:
#2c9ef7
;
}
}
}
}
</
style
>
</
style
>
\ No newline at end of file
src/views/systemConfig/License/index.vue
View file @
84f00f2d
...
@@ -97,8 +97,8 @@ onMounted(() => {
...
@@ -97,8 +97,8 @@ onMounted(() => {
<
/DividerTitle
>
<
/DividerTitle
>
<
el
-
table
ref
=
"table"
class
=
"table"
:
data
=
"infoData.ipMacList"
stripe
>
<
el
-
table
ref
=
"table"
class
=
"table"
:
data
=
"infoData.ipMacList"
stripe
>
<
el
-
table
-
column
type
=
"index"
label
=
"序号"
width
=
"100"
align
=
"center"
><
/el-table-column
>
<
el
-
table
-
column
type
=
"index"
label
=
"序号"
width
=
"100"
align
=
"center"
><
/el-table-column
>
<
el
-
table
-
column
prop
erty
=
"ip"
label
=
"当前服务器IP地址"
align
=
"center"
><
/el-table-column
>
<
el
-
table
-
column
prop
=
"ip"
label
=
"当前服务器IP地址"
align
=
"center"
><
/el-table-column
>
<
el
-
table
-
column
prop
erty
=
"mac"
label
=
"当前服务器MAC地址"
align
=
"center"
><
/el-table-column
>
<
el
-
table
-
column
prop
=
"mac"
label
=
"当前服务器MAC地址"
align
=
"center"
><
/el-table-column
>
<
/el-table
>
<
/el-table
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论