Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
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
Administrator
dsk-cr20g
Commits
752128f6
Commit
752128f6
authored
Aug 24, 2023
by
Administrator
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev20230707' into dev20230707
parents
41b0d8ef
6cc2a1d7
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
42 additions
and
6 deletions
+42
-6
public.css
dsk-operate-ui/src/assets/styles/public.css
+17
-0
index.vue
...te-ui/src/views/enterpriseData/components/Group/index.vue
+8
-2
index.vue
...te-ui/src/views/enterpriseData/components/Owner/index.vue
+7
-1
index.vue
...iews/enterpriseData/components/SearchEnterprise/index.vue
+10
-1
details.vue
dsk-operate-ui/src/views/radar/Tender/details.vue
+0
-2
No files found.
dsk-operate-ui/src/assets/styles/public.css
View file @
752128f6
...
...
@@ -1200,4 +1200,21 @@ select {
line-height
:
18px
;
padding-bottom
:
48px
;
text-align
:
center
;
}
.title_wrap
{
padding
:
20px
;
background-color
:
#FFFFFF
;
border-bottom
:
1px
solid
#e0e0e0
;
}
.enterprise_title
{
border-left
:
2px
solid
#445781
;
padding-left
:
8px
;
font-size
:
16px
;
height
:
16px
;
line-height
:
16px
;
font-weight
:
700
;
color
:
#232323
;
}
.enterprise_contatiner
{
padding
:
0
;
}
\ No newline at end of file
dsk-operate-ui/src/views/enterpriseData/components/Group/index.vue
View file @
752128f6
<
template
>
<!--
<div
style=
"width:calc(100% - 100px);"
@
click=
"showlist = false"
>
-->
<div
@
click=
"showlist = false"
>
<div
class=
"app-container enterprise_contatiner"
@
click=
"showlist = false"
>
<div
class=
"title_wrap"
>
<div
class=
"enterprise_title"
>
查集团户
</div>
</div>
<div
class=
"content"
>
<div
class=
"content_item"
>
<div
class=
"content_right"
>
...
...
@@ -145,6 +150,7 @@
<
script
>
import
api
from
'@/api/enterpriseData/enterpriseData.js'
;
import
skeleton
from
'@/views/project/projectList/component/skeleton'
import
"@/assets/styles/public.css"
;
export
default
{
name
:
'Group'
,
...
...
dsk-operate-ui/src/views/enterpriseData/components/Owner/index.vue
View file @
752128f6
<
template
>
<div
>
<div
class=
"app-container enterprise_contatiner"
>
<div
class=
"title_wrap"
>
<div
class=
"enterprise_title"
>
查城投平台
</div>
</div>
<div
class=
"content"
>
<div
class=
"content_item"
>
<div
class=
"content_right item_ckquery_list"
>
...
...
@@ -495,6 +500,7 @@ import {encodeStr} from "@/assets/js/common.js"
import
jsk_data
from
'../../../../../public/jsk.json'
;
import
skeleton
from
'@/views/project/projectList/component/skeleton'
import
api
from
'@/api/enterpriseData/enterpriseData.js'
;
import
"@/assets/styles/public.css"
;
export
default
{
name
:
'Owner'
,
components
:{
skeleton
},
...
...
dsk-operate-ui/src/views/enterpriseData/components/SearchEnterprise/index.vue
View file @
752128f6
<
template
>
<div
>
<div
class=
"app-container enterprise_contatiner"
>
<div
class=
"title_wrap"
>
<div
class=
"enterprise_title"
>
查企业
<img
style=
"position: relative;top:-10px;width:80px;height:16px;"
src=
"@/assets/images/owner/tip.png"
alt=
""
>
</div>
</div>
<div
class=
"content"
>
<div
class=
"content_item content_item_padding0"
>
<div
class=
"content_right item_ckquery_list"
>
...
...
@@ -585,6 +592,8 @@
import
api
from
'@/api/enterpriseData/enterpriseData.js'
;
import
{
encodeStr
}
from
"@/assets/js/common.js"
import
skeleton
from
'@/views/project/projectList/component/skeleton'
import
"@/assets/styles/public.css"
;
export
default
{
name
:
'EnterpriseQuery'
,
components
:{
skeleton
},
...
...
dsk-operate-ui/src/views/radar/Tender/details.vue
View file @
752128f6
...
...
@@ -126,8 +126,6 @@
}).
then
(
res
=>
{
// console.log(res);
this
.
textList
=
res
.
data
;
console
.
log
(
this
.
textList
);
}).
catch
(
error
=>
{
});
...
...
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