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
c5303967
Commit
c5303967
authored
Feb 23, 2022
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/2月迭代' into dev
parents
e76cff56
0de108d8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
12 deletions
+14
-12
salutatory.vue
src/views/enterprise/salutatory.vue
+13
-12
salutatorySet.vue
src/views/enterprise/salutatorySet.vue
+1
-0
No files found.
src/views/enterprise/salutatory.vue
View file @
c5303967
...
@@ -27,13 +27,13 @@
...
@@ -27,13 +27,13 @@
<el-button
type=
"primary"
@
click=
"changeRoute"
>
新建欢迎语
</el-button>
<el-button
type=
"primary"
@
click=
"changeRoute"
>
新建欢迎语
</el-button>
</div>
</div>
<el-table
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark"
:style=
"
{ width: '100%' }">
<el-table
ref=
"multipleTable"
:data=
"tableData"
tooltip-effect=
"dark"
:style=
"
{ width: '100%' }">
<el-table-column
prop=
"title"
label=
"标题"
width=
"2
2
0"
show-overflow-tooltip
>
<el-table-column
prop=
"title"
label=
"标题"
width=
"2
0
0"
show-overflow-tooltip
>
<template
slot-scope=
"
{ row }">
{{
row
.
title
}}
</
template
>
<template
slot-scope=
"
{ row }">
{{
row
.
title
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"welcomeContent"
label=
"内容"
show-overflow-tooltip
>
<el-table-column
prop=
"welcomeContent"
label=
"内容"
show-overflow-tooltip
min-width=
"200"
>
<
template
slot-scope=
"{ row }"
>
{{
row
.
welcomeContent
}}
</
template
>
<
template
slot-scope=
"{ row }"
>
{{
row
.
welcomeContent
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"附件"
>
<el-table-column
label=
"附件"
width=
"200"
>
<
template
slot-scope=
"{ row }"
>
<
template
slot-scope=
"{ row }"
>
<el-popover
placement=
"top-start"
trigger=
"hover"
v-if=
"row.welcomeMediaList && row.welcomeMediaList.length"
>
<el-popover
placement=
"top-start"
trigger=
"hover"
v-if=
"row.welcomeMediaList && row.welcomeMediaList.length"
>
<div
class=
"flexBox"
v-for=
"item in row.welcomeMediaList"
:key=
"item.welcomeMediaId"
>
<div
class=
"flexBox"
v-for=
"item in row.welcomeMediaList"
:key=
"item.welcomeMediaId"
>
...
@@ -52,12 +52,12 @@
...
@@ -52,12 +52,12 @@
<
template
slot-scope=
"{ row }"
>
{{
row
.
updateTime
|
formatTimeStamp
}}
</
template
>
<
template
slot-scope=
"{ row }"
>
{{
row
.
updateTime
|
formatTimeStamp
}}
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
prop=
"operatorName"
label=
"操作人"
width=
"120"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"operatorName"
label=
"操作人"
width=
"120"
show-overflow-tooltip
>
</el-table-column>
<el-table-column
prop=
"suitDepartmentName"
label=
"适用范围"
min-width=
"8
0"
>
<el-table-column
prop=
"suitDepartmentName"
label=
"适用范围"
width=
"30
0"
>
<
template
slot-scope=
"{ row }"
>
<
template
slot-scope=
"{ row }"
>
<div
v-if=
"row.suitDepartmentName.join(',').length > 40"
>
<div
class=
"wrapText"
v-if=
"row.suitDepartmentName.join(',').length > 40"
>
{{
row
.
suitDepartmentName
.
join
(
','
).
slice
(
0
,
40
)
+
'...'
}}
{{
row
.
suitDepartmentName
.
join
(
','
).
slice
(
0
,
40
)
+
'...'
}}
</div>
</div>
<div
v-else
>
<div
class=
"wrapText"
v-else
>
{{
row
.
suitDepartmentName
.
join
(
','
)
}}
{{
row
.
suitDepartmentName
.
join
(
','
)
}}
</div>
</div>
</
template
>
</
template
>
...
@@ -295,11 +295,7 @@ export default {
...
@@ -295,11 +295,7 @@ export default {
.el-radio
+
.el-radio
{
.el-radio
+
.el-radio
{
margin-left
:
0
;
margin-left
:
0
;
}
}
.flexBox
{
.wrapText
{
display
:
flex
;
justify-content
:
flex-start
;
align-items
:
center
;
.wrapText
{
width
:
90%
;
width
:
90%
;
text-align
:
left
;
text-align
:
left
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
...
@@ -307,7 +303,12 @@ export default {
...
@@ -307,7 +303,12 @@ export default {
-webkit-line-clamp
:
2
;
-webkit-line-clamp
:
2
;
-webkit-box-orient
:
vertical
;
-webkit-box-orient
:
vertical
;
overflow
:
hidden
;
overflow
:
hidden
;
}
}
.flexBox
{
display
:
flex
;
justify-content
:
flex-start
;
align-items
:
center
;
.popverText
{
.popverText
{
font-size
:
12px
;
font-size
:
12px
;
width
:
90%
;
width
:
90%
;
...
...
src/views/enterprise/salutatorySet.vue
View file @
c5303967
...
@@ -70,6 +70,7 @@
...
@@ -70,6 +70,7 @@
<span
@
click=
"openScopeDialog"
class=
"color-2f54eb cursor-pointer"
style=
"margin-left:8px;"
>
{{
form
.
suitDepartmentAddList
.
length
?
'修改使用范围'
:
'请选择使用范围'
}}
</span>
<span
@
click=
"openScopeDialog"
class=
"color-2f54eb cursor-pointer"
style=
"margin-left:8px;"
>
{{
form
.
suitDepartmentAddList
.
length
?
'修改使用范围'
:
'请选择使用范围'
}}
</span>
</el-form-item>
</el-form-item>
<el-button
type=
"primary"
style=
"margin-left:117px;margin-bottom:20px"
:loading=
"submitbtnLoading"
@
click=
"submit"
>
保存
</el-button>
<el-button
type=
"primary"
style=
"margin-left:117px;margin-bottom:20px"
:loading=
"submitbtnLoading"
@
click=
"submit"
>
保存
</el-button>
<el-button
style=
"margin-bottom:20px"
@
click=
"$router.go(-1)"
>
返回
</el-button>
</el-form>
</el-form>
<div
class=
"iphone"
>
<div
class=
"iphone"
>
<div
class=
"infoList"
>
<div
class=
"infoList"
>
...
...
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