Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zentao-view
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
zentao
zentao-view
Commits
a4c6f1df
Commit
a4c6f1df
authored
Mar 12, 2021
by
liming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 项目成本统计
parent
db4c8ee7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
12 deletions
+6
-12
ProjectCostReportList.vue
src/views/projectCostReport/ProjectCostReportList.vue
+6
-12
No files found.
src/views/projectCostReport/ProjectCostReportList.vue
View file @
a4c6f1df
<
template
>
<
template
>
<a-card
class=
"cust-list-cart"
>
<a-card
class=
"cust-list-cart"
>
<div>
<
!--
<
div>
<a-form
layout=
"horizontal"
class=
"ant-advanced-search-form"
>
<a-form
layout=
"horizontal"
class=
"ant-advanced-search-form"
>
<div>
<div>
<a-row>
<a-row>
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
</a-row>
</a-row>
</div>
</div>
</a-form>
</a-form>
</div>
</div>
-->
<div>
<div>
<a-table
<a-table
size=
"middle"
size=
"middle"
...
@@ -37,10 +37,10 @@
...
@@ -37,10 +37,10 @@
<a-icon
type=
"hdd"
/>
项目工时成本表
{{
data
.
none
}}
<a-icon
type=
"hdd"
/>
项目工时成本表
{{
data
.
none
}}
</span>
</span>
<div
class=
"cust-table-operator"
>
<div
class=
"cust-table-operator"
>
<a-button-group>
<
!--
<
a-button-group>
<a-button
type=
"primary"
@
click=
"search"
>
查询
</a-button>
<a-button
type=
"primary"
@
click=
"search"
>
查询
</a-button>
<a-button
@
click=
"reset"
>
重置
</a-button>
<a-button
@
click=
"reset"
>
重置
</a-button>
</a-button-group>
</a-button-group>
-->
</div>
</div>
</div>
</div>
</a-table>
</a-table>
...
@@ -60,13 +60,7 @@ const columns = [
...
@@ -60,13 +60,7 @@ const columns = [
width
:
100
,
width
:
100
,
dataIndex
:
"baseHoursCost"
,
dataIndex
:
"baseHoursCost"
,
align
:
"right"
,
align
:
"right"
,
},
}
{
title
:
"浮动工时成本 "
,
width
:
100
,
dataIndex
:
"floatHoursCost"
,
align
:
"right"
,
},
];
];
export
default
{
export
default
{
...
@@ -77,7 +71,7 @@ export default {
...
@@ -77,7 +71,7 @@ export default {
query
:
{
query
:
{
name
:
""
name
:
""
},
},
rowKey
:
"
id
"
,
rowKey
:
"
key
"
,
index
:
-
1
,
index
:
-
1
,
loading
:
false
,
loading
:
false
,
columns
:
columns
,
columns
:
columns
,
...
...
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