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
c3a1f9f7
Commit
c3a1f9f7
authored
Jul 25, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
94f10e33
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
3 deletions
+17
-3
regionalEconomies.vue
...iews/detail/party-a/urbanLnvestment/regionalEconomies.vue
+14
-0
economies-detail.vue
...ws/macro/nationalEconomies/component/economies-detail.vue
+1
-1
gzdb.vue
...erate-ui/src/views/project/projectList/component/gzdb.vue
+2
-2
No files found.
dsk-operate-ui/src/views/detail/party-a/urbanLnvestment/regionalEconomies.vue
View file @
c3a1f9f7
...
@@ -283,6 +283,20 @@ export default {
...
@@ -283,6 +283,20 @@ export default {
}
}
::v-deep
.table-item
{
::v-deep
.table-item
{
.el-table
{
.el-table
{
overflow
:visible
;
.el-table__body-wrapper
{
overflow
:visible
;
}
.el-table__body
{
tr
:first-child
{
position
:
sticky
;
top
:
56px
;
z-index
:
9
;
}
}
td
.el-table__cell
{
border-bottom
:
0
;
}
.el-table__body-wrapper
{
.el-table__body-wrapper
{
tr
{
tr
{
&
:first-child
{
&
:first-child
{
...
...
dsk-operate-ui/src/views/macro/nationalEconomies/component/economies-detail.vue
View file @
c3a1f9f7
...
@@ -53,7 +53,7 @@ export default {
...
@@ -53,7 +53,7 @@ export default {
},
},
{
{
prop
:
'gdpGrowth'
,
prop
:
'gdpGrowth'
,
label
:
'GDP增速'
,
label
:
'GDP增速
(%)
'
,
},
},
{
{
prop
:
'gdpPerCapita'
,
prop
:
'gdpPerCapita'
,
...
...
dsk-operate-ui/src/views/project/projectList/component/gzdb.vue
View file @
c3a1f9f7
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
</div>
</div>
<div
class=
"sels"
>
<div
class=
"sels"
>
<img
src=
"@/assets/images/project/ico_2.png"
>
<img
src=
"@/assets/images/project/ico_2.png"
>
<el-input
v-model=
"queryParam.target"
placeholder=
"拜访对象"
style=
"width: 100px;"
>
<el-input
v-model=
"queryParam.target"
placeholder=
"拜访对象"
maxlength=
"500"
style=
"width: 100px;"
>
</el-input>
</el-input>
</div>
</div>
<div
class=
"btn btn_primary h32 wc"
@
click=
"add"
:class=
"
{'btn_disabled':queryParam.task == ''}">完成
</div>
<div
class=
"btn btn_primary h32 wc"
@
click=
"add"
:class=
"
{'btn_disabled':queryParam.task == ''}">完成
</div>
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
},
},
data
(){
data
(){
return
{
return
{
isEdit
:
fals
e
,
isEdit
:
tru
e
,
value
:
''
,
value
:
''
,
status
:
0
,
status
:
0
,
queryParam
:{
queryParam
:{
...
...
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