Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
Lic
Project
Project
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
Graph
比较
统计图
议题
0
议题
0
列表
看板
标记
Milestones
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
刘旭
Lic
Commits
42102902
提交
42102902
authored
12月 16, 2022
作者:
刘旭
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
添加 字段
上级
73807d1a
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
7 行增加
和
3 行删除
+7
-3
licInformation.vue
src/views/business/licInformation.vue
+7
-3
没有找到文件。
src/views/business/licInformation.vue
浏览文件 @
42102902
...
...
@@ -11,6 +11,7 @@
<el-button
type=
"primary"
@
click=
"addlicInfo"
style=
"margin-bottom: 20px;"
>
添加信息
</el-button>
<el-table
:data=
"licInfoTable.licInfoData"
border
style=
"width: 100%"
v-loading=
"licInfoTable.loading"
>
<el-table-column
prop=
"macAddress"
label=
"MAC地址"
width=
"200"
/>
<el-table-column
prop=
"lqLicName"
label=
"Lic名称"
width=
"200"
/>
<el-table-column
prop=
"effectiveTime"
label=
"导入有效时间"
/>
<el-table-column
prop=
"fileEffectiveTime"
label=
"文件有效时间"
/>
<el-table-column
prop=
"verificationInterval"
label=
"验证间隔时间(s)"
/>
...
...
@@ -39,6 +40,9 @@
<el-form-item
label=
"MAC地址"
prop=
"macAddress"
>
<el-input
v-model=
"licInfoForm.formLicInfo.macAddress"
placeholder=
"请输入MAC地址"
></el-input>
</el-form-item>
<el-form-item
label=
"Lic名称"
prop=
"lqLicName"
>
<el-input
v-model=
"licInfoForm.formLicInfo.lqLicName"
placeholder=
"请输入MAC地址"
></el-input>
</el-form-item>
<el-form-item
label=
"导入有效时间"
prop=
"effectiveTime"
>
<el-date-picker
v-model=
"licInfoForm.formLicInfo.effectiveTime"
type=
"datetime"
placeholder=
"请输入有效时间"
value-format=
"YYYY-MM-DD HH:mm:ss"
/>
...
...
@@ -81,8 +85,6 @@ const licInfoRef = ref()
const
searchValue
=
ref
()
const
isClick
=
ref
(
false
)
const
licInfoForm
=
reactive
<
any
>
({
dialogVisible
:
false
,
title
:
'新增'
,
...
...
@@ -91,10 +93,12 @@ const licInfoForm = reactive<any>({
effectiveTime
:
''
,
fileEffectiveTime
:
''
,
verificationInterval
:
''
,
moduleVerification
:
''
moduleVerification
:
''
,
lqLicName
:
''
},
rules
:
{
macAddress
:
[{
required
:
true
,
message
:
''
,
trigger
:
'blur'
}],
lqLicName
:
[{
required
:
true
,
message
:
''
,
trigger
:
'blur'
}],
effectiveTime
:
[{
type
:
'date'
,
required
:
true
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论