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
06cc01ac
Commit
06cc01ac
authored
Jun 12, 2023
by
xiongjinke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
b381b73c
Changes
15
Show whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
32 additions
and
88 deletions
+32
-88
HeadForm.vue
...perate-ui/src/views/detail/party-a/component/HeadForm.vue
+17
-0
index.vue
dsk-operate-ui/src/views/detail/party-a/cooperate/index.vue
+2
-7
index.vue
...rate-ui/src/views/detail/party-a/decisionMaking/index.vue
+1
-6
index.vue
dsk-operate-ui/src/views/detail/party-a/preference/index.vue
+1
-6
businessAnomaly.vue
.../views/detail/party-a/riskInformation/businessAnomaly.vue
+1
-6
courtNotice.vue
.../src/views/detail/party-a/riskInformation/courtNotice.vue
+1
-6
dishonesty.vue
...i/src/views/detail/party-a/riskInformation/dishonesty.vue
+1
-6
ifThePerson.vue
.../src/views/detail/party-a/riskInformation/ifThePerson.vue
+1
-6
judgment.vue
...-ui/src/views/detail/party-a/riskInformation/judgment.vue
+1
-6
openacourtsessionNotice.vue
...etail/party-a/riskInformation/openacourtsessionNotice.vue
+1
-6
punish.vue
...te-ui/src/views/detail/party-a/riskInformation/punish.vue
+1
-6
landAcquisition.vue
.../views/detail/party-a/urbanLnvestment/landAcquisition.vue
+1
-6
regionalEconomies.vue
...iews/detail/party-a/urbanLnvestment/regionalEconomies.vue
+1
-10
sameRegion.vue
...i/src/views/detail/party-a/urbanLnvestment/sameRegion.vue
+1
-10
detail.vue
dsk-operate-ui/src/views/project/projectList/detail.vue
+1
-1
No files found.
dsk-operate-ui/src/views/detail/party-a/component/HeadForm.vue
View file @
06cc01ac
...
...
@@ -43,6 +43,7 @@
<
template
v-if=
"form.type==4"
>
<el-select
class=
"form-content-width"
:class=
"form.value.length > 1 ? 'selectTag' : ''"
v-model=
"form.value"
multiple
collapse-tags
...
...
@@ -247,6 +248,22 @@ export default {
::v-deep
.form-content-width
{
width
:
170px
;
}
::v-deep
.selectTag
{
.el-select__tags
{
.el-tag
{
&
:first-child
{
width
:
90px
;
}
}
}
}
::v-deep
.el-select__tags
{
.el-tag
{
&
:first-child
{
width
:
100%
;
}
}
}
}
.ability-total
{
font-size
:
12px
;
...
...
dsk-operate-ui/src/views/detail/party-a/cooperate/index.vue
View file @
06cc01ac
...
...
@@ -143,12 +143,7 @@ export default {
components
:
{
Detail
},
props
:
{
customerIds
:
{
type
:
String
,
default
:
''
}
},
props
:
[
'customerIds'
],
data
()
{
return
{
ifEmpty
:
false
,
...
...
@@ -522,7 +517,7 @@ export default {
::v-deep
.cooperate-detail
{
.miantitle
,
.app-container
{
margin
:
12px
0
;
//
margin: 12px 0;
}
}
...
...
dsk-operate-ui/src/views/detail/party-a/decisionMaking/index.vue
View file @
06cc01ac
...
...
@@ -81,12 +81,7 @@ export default {
components
:
{
Tables
},
props
:
{
customerIds
:
{
type
:
String
,
default
:
''
}
},
props
:
[
'customerIds'
],
data
()
{
return
{
ifEmpty
:
false
,
...
...
dsk-operate-ui/src/views/detail/party-a/preference/index.vue
View file @
06cc01ac
...
...
@@ -160,12 +160,7 @@ export default {
components
:
{
},
props
:
{
customerIds
:
{
type
:
String
,
default
:
''
}
},
props
:
[
'customerIds'
],
data
()
{
return
{
autosize
:
{
...
...
dsk-operate-ui/src/views/detail/party-a/riskInformation/businessAnomaly.vue
View file @
06cc01ac
...
...
@@ -33,12 +33,7 @@ export default {
components
:
{
},
props
:
{
companyId
:
{
type
:
Number
,
default
:
0
}
},
props
:
[
'companyId'
],
data
()
{
return
{
queryParams
:
{
...
...
dsk-operate-ui/src/views/detail/party-a/riskInformation/courtNotice.vue
View file @
06cc01ac
...
...
@@ -35,12 +35,7 @@ export default {
components
:
{
},
props
:
{
companyId
:
{
type
:
Number
,
default
:
0
}
},
props
:
[
'companyId'
],
data
()
{
return
{
queryParams
:
{
...
...
dsk-operate-ui/src/views/detail/party-a/riskInformation/dishonesty.vue
View file @
06cc01ac
...
...
@@ -33,12 +33,7 @@ export default {
components
:
{
},
props
:
{
companyId
:
{
type
:
Number
,
default
:
0
}
},
props
:
[
'companyId'
],
data
()
{
return
{
queryParams
:
{
...
...
dsk-operate-ui/src/views/detail/party-a/riskInformation/ifThePerson.vue
View file @
06cc01ac
...
...
@@ -32,12 +32,7 @@ export default {
components
:
{
},
props
:
{
companyId
:
{
type
:
Number
,
default
:
0
}
},
props
:
[
'companyId'
],
data
()
{
return
{
queryParams
:
{
...
...
dsk-operate-ui/src/views/detail/party-a/riskInformation/judgment.vue
View file @
06cc01ac
...
...
@@ -41,12 +41,7 @@ export default {
components
:
{
},
props
:
{
companyId
:
{
type
:
Number
,
default
:
0
}
},
props
:
[
'companyId'
],
data
()
{
return
{
queryParams
:
{
...
...
dsk-operate-ui/src/views/detail/party-a/riskInformation/openacourtsessionNotice.vue
View file @
06cc01ac
...
...
@@ -41,12 +41,7 @@ export default {
components
:
{
},
props
:
{
companyId
:
{
type
:
Number
,
default
:
0
}
},
props
:
[
'companyId'
],
data
()
{
return
{
queryParams
:
{
...
...
dsk-operate-ui/src/views/detail/party-a/riskInformation/punish.vue
View file @
06cc01ac
...
...
@@ -41,12 +41,7 @@ export default {
components
:
{
},
props
:
{
companyId
:
{
type
:
Number
,
default
:
0
}
},
props
:
[
'companyId'
],
data
()
{
return
{
queryParams
:
{
...
...
dsk-operate-ui/src/views/detail/party-a/urbanLnvestment/landAcquisition.vue
View file @
06cc01ac
...
...
@@ -37,12 +37,7 @@ export default {
components
:
{
},
props
:
{
companyId
:
{
type
:
Number
,
default
:
0
}
},
props
:
[
'companyId'
],
data
()
{
return
{
queryParams
:
{
...
...
dsk-operate-ui/src/views/detail/party-a/urbanLnvestment/regionalEconomies.vue
View file @
06cc01ac
...
...
@@ -35,16 +35,7 @@ export default {
components
:
{
},
props
:
{
companyId
:
{
type
:
Number
,
default
:
0
},
companyInfo
:
{
type
:
Object
,
default
:
{}
}
},
props
:
[
'companyId'
,
'companyInfo'
],
data
()
{
return
{
addressList
:
''
,
...
...
dsk-operate-ui/src/views/detail/party-a/urbanLnvestment/sameRegion.vue
View file @
06cc01ac
...
...
@@ -118,16 +118,7 @@ export default {
components
:
{
},
props
:
{
companyId
:
{
type
:
Number
,
default
:
0
},
companyInfo
:
{
type
:
Object
,
default
:
{}
}
},
props
:
[
'companyId'
,
'companyInfo'
],
data
()
{
return
{
queryParams
:
{
...
...
dsk-operate-ui/src/views/project/projectList/detail.vue
View file @
06cc01ac
...
...
@@ -178,7 +178,7 @@
}
},
created
(){
this
.
thistag
=
this
.
$route
.
query
.
tag
this
.
thistag
=
this
.
$route
.
query
.
tag
?
this
.
$route
.
query
.
tag
:
this
.
thistag
this
.
prvinceTree
()
this
.
id
=
this
.
detailId
?
this
.
detailId
:
this
.
$route
.
query
.
id
//项目阶段
...
...
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