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
521f6533
Commit
521f6533
authored
Feb 23, 2022
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/2月迭代' into dev
parents
4e912d22
64fc29af
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
12 deletions
+7
-12
salutatory.vue
src/views/enterprise/salutatory.vue
+3
-8
salutatorySet.vue
src/views/enterprise/salutatorySet.vue
+4
-4
No files found.
src/views/enterprise/salutatory.vue
View file @
521f6533
...
@@ -54,14 +54,9 @@
...
@@ -54,14 +54,9 @@
<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=
"80"
>
<el-table-column
prop=
"suitDepartmentName"
label=
"适用范围"
min-width=
"80"
>
<
template
slot-scope=
"{ row }"
>
<
template
slot-scope=
"{ row }"
>
<el-popover
placement=
"top-start"
trigger=
"hover"
v-if=
"row.suitDepartmentName.join(',').length > 40"
>
<div
v-if=
"row.suitDepartmentName.join(',').length > 40"
>
<div
class=
"popoverBox"
>
{{
row
.
suitDepartmentName
.
join
(
','
).
slice
(
0
,
40
)
+
'...'
}}
{{
row
.
suitDepartmentName
.
join
(
','
)
}}
</div>
</div>
<div
slot=
"reference"
>
{{
row
.
suitDepartmentName
.
join
(
','
).
slice
(
0
,
40
)
+
'...'
}}
</div>
</el-popover>
<div
v-else
>
<div
v-else
>
{{
row
.
suitDepartmentName
.
join
(
','
)
}}
{{
row
.
suitDepartmentName
.
join
(
','
)
}}
</div>
</div>
...
...
src/views/enterprise/salutatorySet.vue
View file @
521f6533
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
</div>
</div>
<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;"
:loading=
"submitbtnLoading"
@
click=
"submit"
>
保存
</el-button>
<el-button
type=
"primary"
style=
"margin-left:117px;
margin-bottom:20px
"
:loading=
"submitbtnLoading"
@
click=
"submit"
>
保存
</el-button>
</el-form>
</el-form>
<div
class=
"iphone"
>
<div
class=
"iphone"
>
<div
class=
"infoList"
>
<div
class=
"infoList"
>
...
@@ -120,7 +120,7 @@
...
@@ -120,7 +120,7 @@
<el-input
v-model=
"accountName"
@
keyup
.
enter
.
native=
"addAcountName"
></el-input>
<el-input
v-model=
"accountName"
@
keyup
.
enter
.
native=
"addAcountName"
></el-input>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<div
slot=
"footer"
class=
"
dialog-footer
"
>
<div
slot=
"footer"
class=
""
>
<el-button
@
click=
"addReplayDialog = false"
>
取消
</el-button>
<el-button
@
click=
"addReplayDialog = false"
>
取消
</el-button>
<el-button
type=
"primary"
@
click=
"addAcountName"
>
确定
</el-button>
<el-button
type=
"primary"
@
click=
"addAcountName"
>
确定
</el-button>
</div>
</div>
...
@@ -132,7 +132,7 @@
...
@@ -132,7 +132,7 @@
<span
style=
"font-size:12px;color:#909399;"
>
以http或https开头
</span>
<span
style=
"font-size:12px;color:#909399;"
>
以http或https开头
</span>
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<div
slot=
"footer"
class=
"
dialog-footer
"
>
<div
slot=
"footer"
class=
""
>
<el-button
@
click=
"urlDialogVisible = false"
>
取消
</el-button>
<el-button
@
click=
"urlDialogVisible = false"
>
取消
</el-button>
<el-button
type=
"primary"
@
click=
"addUrl"
>
确认添加
</el-button>
<el-button
type=
"primary"
@
click=
"addUrl"
>
确认添加
</el-button>
</div>
</div>
...
@@ -328,7 +328,7 @@ export default {
...
@@ -328,7 +328,7 @@ export default {
this
.
$refs
.
tree
.
store
.
_getAllNodes
()[
0
].
expanded
=
true
;
this
.
$refs
.
tree
.
store
.
_getAllNodes
()[
0
].
expanded
=
true
;
});
});
this
.
selectedTreeData
=
[];
this
.
selectedTreeData
=
[];
});
}
,
500
);
},
},
handleSelectedDataCancel
(
item
,
index
)
{
handleSelectedDataCancel
(
item
,
index
)
{
// 删除 右侧 被选中部门树的数据
// 删除 右侧 被选中部门树的数据
...
...
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