Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
Y
yqlh-dataEase
概览
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
成员
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
frontend
yqlh-dataEase
Commits
7ab7c56e
Commit
7ab7c56e
authored
Dec 05, 2023
by
付振洋
Browse files
Options
Browse Files
Download
Plain Diff
合并分支 'develop' 到 'master'
关于修改 查看合并请求
!40
parents
abf12160
d95c30a3
显示空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
14 行增加
和
37 行删除
+14
-37
src/views/system/about/index.vue
+14
-37
没有找到文件。
src/views/system/about/index.vue
查看文件 @
7ab7c56e
...
@@ -8,21 +8,20 @@
...
@@ -8,21 +8,20 @@
slot=
"header"
slot=
"header"
class=
"clearfix license-header"
class=
"clearfix license-header"
>
>
<img
<SvgIcon
src=
"@/assets/DataEase-white.png"
icon-class=
"DataEase"
alt=
""
custom-class=
"about-icon"
width=
"300"
/>
>
</div>
</div>
<div
class=
"license-content"
>
<div
class=
"license-content"
>
<div
v-if=
"license.status === 'Fail'"
>
{{
$t
(
'about.invalid_license'
)
}}
</div>
<div
v-if=
"license.status === 'Fail'"
>
{{
$t
(
'about.invalid_license'
)
}}
</div>
<div
v-if=
"license.status !== 'Fail'"
>
<div
v-if=
"license.status !== 'Fail'"
>
<table>
<table>
<tr>
<
!--
<
tr>
<th>
{{
$t
(
'about.auth_to'
)
}}
</th>
<th>
{{
$t
(
'about.auth_to'
)
}}
</th>
<td>
{{
license
.
corporation
}}
</td>
<td>
{{
license
.
corporation
}}
</td>
</tr>
</tr>
-->
<tr>
<
!--
<
tr>
<th>
{{
$t
(
'about.expiration_time'
)
}}
</th>
<th>
{{
$t
(
'about.expiration_time'
)
}}
</th>
<td>
<td>
<label
<label
...
@@ -31,11 +30,11 @@
...
@@ -31,11 +30,11 @@
>
{{
license
.
expired
}}
{{
$t
(
'about.expirationed'
)
}}
</label>
>
{{
license
.
expired
}}
{{
$t
(
'about.expirationed'
)
}}
</label>
<label
v-if=
"license.status === 'valid'"
>
{{
license
.
expired
}}
</label>
<label
v-if=
"license.status === 'valid'"
>
{{
license
.
expired
}}
</label>
</td>
</td>
</tr>
</tr>
-->
<tr>
<
!--
<
tr>
<th>
{{
$t
(
'about.auth_num'
)
}}
</th>
<th>
{{
$t
(
'about.auth_num'
)
}}
</th>
<td>
{{
license
.
count
}}
</td>
<td>
{{
license
.
count
}}
</td>
</tr>
</tr>
-->
<tr>
<tr>
<th>
{{
$t
(
'about.version'
)
}}
</th>
<th>
{{
$t
(
'about.version'
)
}}
</th>
<td>
<td>
...
@@ -67,31 +66,6 @@
...
@@ -67,31 +66,6 @@
</div>
</div>
<div
class=
"md-padding"
/>
<div
class=
"md-padding"
/>
<div
v-if=
"user.isAdmin"
layout=
"row"
layout-align=
"space-between center"
class=
"lic_rooter"
>
<el-upload
action=
""
:multiple=
"false"
:show-file-list=
"false"
:file-list=
"fileList"
accept=
".key"
name=
"file"
:before-upload=
"beforeUpload"
>
<a
class=
"md-primary pointer"
>
{{
$t
(
'about.update_license'
)
}}
</a>
</el-upload>
<a
class=
"md-primary pointer"
@
click=
"support"
>
{{
$t
(
'about.support'
)
}}
</a>
</div>
</div>
</div>
</el-card>
</el-card>
</div>
</div>
...
@@ -202,6 +176,9 @@ export default {
...
@@ -202,6 +176,9 @@ export default {
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
.about-icon
{
height
:
60px
;
}
.about-card
{
.about-card
{
background
:
inherit
;
background
:
inherit
;
margin-top
:
5%
;
margin-top
:
5%
;
...
@@ -222,7 +199,7 @@ export default {
...
@@ -222,7 +199,7 @@ export default {
}
}
.license-header
{
.license-header
{
height
:
100px
;
height
:
100px
;
background-image
:
url('../../../assets/license_header.png')
;
//
background-image
:
url('../../../assets/license_header.png')
;
text-align
:
center
;
text-align
:
center
;
padding
:
20px
0
;
padding
:
20px
0
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论