Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mancheng_code
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanxiao
mancheng_code
Commits
0144a39e
Commit
0144a39e
authored
Mar 29, 2024
by
heshihao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 修改问题
parent
8e210b22
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
9 deletions
+11
-9
src/views/resources/page/common/keyProjectDetail.vue
+4
-4
src/views/resources/page/common/keyProjectTemp.vue
+1
-1
src/views/resources/page/keyProject.vue
+6
-4
No files found.
src/views/resources/page/common/keyProjectDetail.vue
View file @
0144a39e
...
...
@@ -692,7 +692,7 @@ export default {
isPoint6
:
""
,
tProjectFlows
:
flows
,
}
,
formBoxHeight
:
document
.
body
.
clientHeight
-
4
30
,
formBoxHeight
:
5
30
,
projectName
:
""
,
projectDay
:
"--"
,
workData
:
[],
...
...
@@ -709,7 +709,7 @@ export default {
window
.
addEventListener
(
"resize"
,
()
=>
{
this
.
formBoxHeight
=
document
.
body
.
clientHeight
-
4
30
;
this
.
formBoxHeight
=
5
30
;
}
,
false
);
...
...
@@ -733,7 +733,7 @@ export default {
this
.
projectName
=
res
.
projectName
;
this
.
projectDay
=
res
.
projectDay
||
"--"
;
this
.
formInfo
=
{
...
this
.
formInfo
,
...
res
}
;
if
(
!
this
.
formInfo
.
tProjectFlows
)
{
if
(
!
this
.
formInfo
.
tProjectFlows
||
this
.
formInfo
.
tProjectFlows
.
length
==
0
)
{
this
.
formInfo
.
tProjectFlows
=
flows
;
}
this
.
curFlow
=
this
.
formInfo
.
tProjectFlows
;
...
...
@@ -840,7 +840,7 @@ export default {
display
:
flex
;
justify
-
content
:
space
-
between
;
color
:
#
a2aab3
;
height
:
32
px
;
//
height: 32px;
align
-
items
:
center
;
}
...
...
src/views/resources/page/common/keyProjectTemp.vue
View file @
0144a39e
...
...
@@ -663,7 +663,7 @@ export default {
if
(
res
.
id
)
{
this
.
projectName
=
res
.
projectName
;
this
.
formInfo
=
{
...
this
.
formInfo
,
...
res
}
;
if
(
!
this
.
formInfo
.
tProjectFlows
)
{
if
(
!
this
.
formInfo
.
tProjectFlows
||
this
.
formInfo
.
tProjectFlows
.
length
==
0
)
{
this
.
formInfo
.
tProjectFlows
=
flows
;
}
this
.
formInfo
.
tProjectFlows
=
this
.
formInfo
.
tProjectFlows
.
map
((
item
)
=>
{
...
...
src/views/resources/page/keyProject.vue
View file @
0144a39e
...
...
@@ -59,7 +59,7 @@
<el-button
size=
"small"
type=
"primary"
icon=
"el-icon-plus"
@
click=
"onAdd"
>
新增项目
</el-button>
<el-button
size=
"small"
type=
"danger"
icon=
"el-icon-top"
@
click=
"onDataExport"
>
数据导出
</el-button>
</span>
<
!--
<
div
class=
"tab"
>
<div
class=
"tab"
>
<div
v-for=
"item in tabs2"
:key=
"item.name"
...
...
@@ -70,10 +70,10 @@
<img
style=
"width: 18px;"
:src=
"activeTab === item.name ? item.imgS : item.img"
/>
<span>
{{
item
.
name
}}
</span>
</div>
</div>
-->
</div>
</div>
<div
class=
"table-content"
ref=
"tableRef"
>
<
!--
<
el-table
<el-table
v-if=
"activeTab === '项目表'"
:data=
"tableData"
v-loading=
"loading"
...
...
@@ -114,13 +114,14 @@
</el-table-column>
<el-table-column
prop=
"responsibleDepartment"
label=
"责任部门"
align=
"center"
width=
"130"
>
</el-table-column>
<el-table-column
prop=
"deadlineCompletion"
label=
"完成时限"
align=
"center"
width=
"130"
>
</el-table-column>
</el-table>
-->
</el-table>
<flowChart
:curData=
"flowData"
:tableHeight=
"tableHeight"
:loading=
"false"
@
changeEdit=
"handleClickRow"
:headerRowStyle=
"headerRowStyle"
v-else
></flowChart>
</div>
<div
class=
"page-bottom-pagination"
>
...
...
@@ -310,6 +311,7 @@ export default {
pageNum
:
this
.
pageNum
,
};
const
res
=
await
keyProjectList
(
params
);
console
.
log
(
res
,
99999
);
if
(
res
.
code
===
200
)
{
this
.
tableData
=
res
.
rows
;
this
.
total
=
res
.
total
;
...
...
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