Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
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
fulixin
dsk-operate-sys-cscec
Commits
3f50580f
Commit
3f50580f
authored
Oct 26, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'V20230915' of
http://192.168.60.201/root/dsk-operate-sys
into V20230915
parents
877c5a01
2b18d9e7
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
HeadFormNew.vue
...ate-ui/src/views/detail/party-a/component/HeadFormNew.vue
+2
-2
infoheader.vue
...rc/views/detail/party-a/overview/component/infoheader.vue
+4
-2
index.vue
...iews/enterpriseData/components/SearchEnterprise/index.vue
+2
-4
No files found.
dsk-operate-ui/src/views/detail/party-a/component/HeadFormNew.vue
View file @
3f50580f
...
...
@@ -26,8 +26,8 @@
<img
src=
"@/assets/images/enterprise/enterprise-search-icon.svg"
alt=
""
>
<span
v-show=
"!form.hover && !form.value"
>
搜索
</span>
<el-input
v-model=
"form.value"
:placeholder=
"form.placeholder ? form.placeholder : '输入关键词查询'"
:style=
"form.width?'width:'+form.width+'px':'width:
180
px'"
@
focus=
"searchFocus($event,form)"
@
blur=
"searchBlur($event,form)"
@
input=
"value => searchInput(value,form)"
v-show=
"form.hover || form.value"
>
:style=
"form.width?'width:'+form.width+'px':'width:
238
px'"
@
focus=
"searchFocus($event,form)"
@
blur=
"searchBlur($event,form)"
@
input=
"value => searchInput(value,form)"
v-show=
"form.hover || form.value"
@
keydown
.
native
.
enter=
"changeSelect"
>
<template
slot=
"suffix"
>
<transition
mode=
"out-in"
appear
name=
"fade"
>
<img
src=
"@/assets/images/enterprise/search-input-clear-icon.svg"
alt=
""
@
click
.
stop=
"form.value = '';changeSelect()"
...
...
dsk-operate-ui/src/views/detail/party-a/overview/component/infoheader.vue
View file @
3f50580f
...
...
@@ -438,13 +438,15 @@ export default {
margin-left
:
25px
;
overflow
:
hidden
;
.swiper-slide
{
min-width
:
242px
;
padding
:
7px
4px
9px
0
;
box-sizing
:
border-box
;
&
.swiper-disn
{
display
:
none
;
}
>
div
{
min-width
:
242px
;
width
:
100%
;
height
:
100%
;
padding
:
7px
4px
9px
0
;
cursor
:
pointer
;
align-items
:
normal
;
.swiper-item
{
...
...
dsk-operate-ui/src/views/enterpriseData/components/SearchEnterprise/index.vue
View file @
3f50580f
...
...
@@ -2776,12 +2776,10 @@ export default {
},
toEnterprise
(
id
,
html
,
type
,
name
)
{
// this.$tab.openPage(name, '/company/' + encodeStr(id) + '/' + (html ? '?html=' + html : '') + (type ? '&flag=true&type=' + type : ''))
this
.
$router
.
push
({
path
:
'/company/'
+
encodeStr
(
id
)
+
'/'
+
(
html
?
html
:
''
)
+
(
type
?
'?flag=true&type='
+
type
:
''
)}
)
this
.
$tab
.
openPage
(
name
,
'/company/'
+
encodeStr
(
id
)
+
'/'
+
(
html
?
html
+
'/'
:
''
)
+
(
type
?
'?flag=true&type='
+
type
:
''
))
},
toEnterpriseDetail
(
id
,
name
)
{
// this.$tab.openPage(name, '/company/' + encodeStr(id) + '/?index=true')
this
.
$router
.
push
({
path
:
'/company/'
+
encodeStr
(
id
)
+
'/?index=true'
}
)
this
.
$tab
.
openPage
(
name
,
'/company/'
+
encodeStr
(
id
)
)
},
labelsWidth
(
e
,
t
=
0
)
{
...
...
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