Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
web-project
Project
Project
Details
Activity
Releases
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
紫光云
web-project
Commits
89bcc1a3
Commit
89bcc1a3
authored
Jun 18, 2024
by
高滢
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/develop' into develop
parents
36bd1cf1
83790ba6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
index.vue
src/views/project/index.vue
+6
-6
project.data.ts
src/views/project/project.data.ts
+2
-2
No files found.
src/views/project/index.vue
View file @
89bcc1a3
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<img
:class=
"`$
{prefixCls}__top-img`" src="../../assets/images/group.png" />
<img
:class=
"`$
{prefixCls}__top-img`" src="../../assets/images/group.png" />
<span
<span
><p>
{{
countData
.
counttotal
}}
</p
><p>
{{
countData
.
counttotal
}}
</p
>
人
</span
>
个
</span
>
>
</div>
</div>
</Col>
</Col>
...
@@ -15,35 +15,35 @@
...
@@ -15,35 +15,35 @@
<div
class=
"title"
>
自建
</div>
<div
class=
"title"
>
自建
</div>
<span
<span
><p>
{{
countData
.
countbuildbyoneself
}}
</p
><p>
{{
countData
.
countbuildbyoneself
}}
</p
>
人
</span
>
个
</span
>
>
</Col>
</Col>
<Col
:span=
"4"
:class=
"`$
{prefixCls}__top-col`">
<Col
:span=
"4"
:class=
"`$
{prefixCls}__top-col`">
<div
class=
"title"
>
委托建设
</div>
<div
class=
"title"
>
委托建设
</div>
<span
<span
><p>
{{
countData
.
countbuildbyentrust
}}
</p
><p>
{{
countData
.
countbuildbyentrust
}}
</p
>
人
</span
>
个
</span
>
>
</Col>
</Col>
<Col
:span=
"4"
:class=
"`$
{prefixCls}__top-col`">
<Col
:span=
"4"
:class=
"`$
{prefixCls}__top-col`">
<div
class=
"title"
>
代建
</div>
<div
class=
"title"
>
代建
</div>
<span
<span
><p>
{{
countData
.
countbuildbyreplace
}}
</p
><p>
{{
countData
.
countbuildbyreplace
}}
</p
>
人
</span
>
个
</span
>
>
</Col>
</Col>
<Col
:span=
"4"
:class=
"`$
{prefixCls}__top-col`">
<Col
:span=
"4"
:class=
"`$
{prefixCls}__top-col`">
<div
class=
"title"
>
承建
</div>
<div
class=
"title"
>
承建
</div>
<span
<span
><p>
{{
countData
.
countbuildbyhold
}}
</p
><p>
{{
countData
.
countbuildbyhold
}}
</p
>
人
</span
>
个
</span
>
>
</Col>
</Col>
<Col
:span=
"4"
:class=
"`$
{prefixCls}__top-col`">
<Col
:span=
"4"
:class=
"`$
{prefixCls}__top-col`">
<div
class=
"title"
>
储备
</div>
<div
class=
"title"
>
储备
</div>
<span
<span
><p>
{{
countData
.
countreserve
}}
</p
><p>
{{
countData
.
countreserve
}}
</p
>
人
</span
>
个
</span
>
>
</Col>
</Col>
</Row>
</Row>
...
...
src/views/project/project.data.ts
View file @
89bcc1a3
...
@@ -244,8 +244,8 @@ export const searchFormSchema: FormSchema[] = [
...
@@ -244,8 +244,8 @@ export const searchFormSchema: FormSchema[] = [
value
:
'委托建设'
,
value
:
'委托建设'
,
},
},
{
{
label
:
'代
理
'
,
label
:
'代
建
'
,
value
:
'代
理
'
,
value
:
'代
建
'
,
},
},
{
{
label
:
'承建'
,
label
:
'承建'
,
...
...
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