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
e2bccf84
Commit
e2bccf84
authored
Feb 17, 2022
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/2月迭代' into dev
parents
bb1e22ef
1d9f8bf5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
salutatory.vue
src/views/enterprise/salutatory.vue
+2
-2
salutatorySet.vue
src/views/enterprise/salutatorySet.vue
+2
-1
No files found.
src/views/enterprise/salutatory.vue
View file @
e2bccf84
...
...
@@ -45,8 +45,8 @@
</el-popover>
</
template
>
</el-table-column>
<el-table-column
prop=
"updateTime"
label=
"更新时间"
width=
"1
2
0"
show-overflow-tooltip
>
<
template
slot-scope=
"{ row }"
>
{{
row
.
updateTime
}}
</
template
>
<el-table-column
prop=
"updateTime"
label=
"更新时间"
width=
"1
8
0"
show-overflow-tooltip
>
<
template
slot-scope=
"{ row }"
>
{{
row
.
updateTime
|
formatTimeStamp
}}
</
template
>
</el-table-column>
<el-table-column
prop=
"operatorName"
label=
"操作人"
width=
"120"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"suitDepartmentName"
label=
"适用范围"
width=
"120"
show-overflow-tooltip
>
...
...
src/views/enterprise/salutatorySet.vue
View file @
e2bccf84
...
...
@@ -251,10 +251,11 @@ export default {
showEchoData
()
{
let
bool1
=
true
;
let
bool2
=
false
;
console
.
log
(
this
.
form
.
welcomeMediaList
);
if
(
this
.
form
.
welcomeMediaList
&&
this
.
form
.
welcomeMediaList
.
length
&&
this
.
form
.
welcomeMediaList
.
length
==
1
&&
this
.
form
.
welcomeMediaList
[
0
].
mediaType
==
5
)
{
bool1
=
false
;
}
if
(
this
.
form
.
welcomeMediaList
&&
this
.
form
.
welcomeMediaList
.
length
&&
this
.
form
.
welcomeMediaList
.
length
!=
1
)
{
if
(
this
.
form
.
welcomeMediaList
&&
this
.
form
.
welcomeMediaList
.
length
)
{
bool2
=
true
;
}
return
bool1
&&
bool2
;
...
...
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