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
f424485b
Commit
f424485b
authored
Apr 09, 2021
by
menglingjun
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
50cf5a9a
e377c48e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
4 deletions
+17
-4
CHANGELOG.md
CHANGELOG.md
+5
-0
ProjectCostReportList.vue
src/views/projectCostReport/ProjectCostReportList.vue
+12
-4
No files found.
CHANGELOG.md
View file @
f424485b
## 1.0.1
`2021-04-09 17:30`
#### 其它变更
-
change @lmmax
## 1.0.0
`2021-04-09 12:01`
#### 其它变更
...
...
src/views/projectCostReport/ProjectCostReportList.vue
View file @
f424485b
...
...
@@ -4,11 +4,20 @@
<a-form
layout=
"horizontal"
class=
"ant-advanced-search-form"
>
<div>
<a-row>
<a-col
:span=
"
12
"
>
<a-col
:span=
"
6
"
>
<a-form-item
label=
"
登记日期
"
label=
"
项目名称
"
:labelCol=
"
{ span: 8 }"
:wrapperCol="{ span: 16 }"
>
<a-input
style=
"width: 100%"
v-model=
"query.projectName"
placeholder=
"请输入"
/>
</a-form-item>
</a-col>
<a-col
:span=
"10"
>
<a-form-item
label=
"登记日期"
:labelCol=
"
{ span: 6 }"
:wrapperCol="{ span: 18 }"
>
<a-range-picker
@
change=
"onChange"
/>
</a-form-item>
...
...
@@ -44,7 +53,6 @@
<
script
>
import
{
getProjectCostReport
}
from
"@/api/report/report"
;
import
moment
from
"moment"
;
import
{
formatDate
}
from
"@/util/util"
;
const
dataSource
=
[];
const
columns
=
[
...
...
@@ -78,7 +86,7 @@ export default {
return
{
isFirstLoad
:
true
,
query
:
{
n
ame
:
""
,
projectN
ame
:
""
,
beginDate
:
null
,
endDate
:
null
,
},
...
...
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