Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
office
haoban-3
Commits
6fb9aa3e
Commit
6fb9aa3e
authored
Apr 21, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 欢迎语时间格式
parent
f16162c5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
text-table.vue
src/components/set/text-table.vue
+0
-3
salutatory.vue
src/views/enterprise/salutatory.vue
+3
-2
No files found.
src/components/set/text-table.vue
View file @
6fb9aa3e
...
@@ -285,9 +285,6 @@ export default {
...
@@ -285,9 +285,6 @@ export default {
vertical-align
:
middle
;
vertical-align
:
middle
;
line-height
:
32px
;
line-height
:
32px
;
}
}
.table-condition
{
//
min-width
:
1200px
;
}
.daily-set-wrap
{
.daily-set-wrap
{
height
:
100%
;
height
:
100%
;
.daily-set-content
{
.daily-set-content
{
...
...
src/views/enterprise/salutatory.vue
View file @
6fb9aa3e
...
@@ -15,9 +15,9 @@
...
@@ -15,9 +15,9 @@
</div>
</div>
<div
class=
"salutatory-wrap m-t-20"
>
<div
class=
"salutatory-wrap m-t-20"
>
<div
class=
"top"
>
<div
class=
"top"
>
<p
class=
"left"
>
欢迎语标题
{{
form
.
title
||
'
【系统默认】
'
}}
</p>
<p
class=
"left"
>
欢迎语标题
{{
form
.
title
||
'
系统默认
'
}}
</p>
<p
class=
"right"
>
<p
class=
"right"
>
<span
class=
"date"
>
最近编辑时间:
{{
form
.
updateTime
|
|
'-'
}}
</span
<span
class=
"date"
>
最近编辑时间:
{{
form
.
updateTime
|
formatTimeStamp
}}
</span
><el-button
type=
"text"
@
click=
"changeRoute"
>
编辑
</el-button>
><el-button
type=
"text"
@
click=
"changeRoute"
>
编辑
</el-button>
</p>
</p>
</div>
</div>
...
@@ -44,6 +44,7 @@ export default {
...
@@ -44,6 +44,7 @@ export default {
form
:
{}
form
:
{}
};
};
},
},
filters
:
{},
methods
:
{
methods
:
{
/**
/**
* 跳转
* 跳转
...
...
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