Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
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
fulixin
dsk-operate-sys-cscec
Commits
718a1f4f
Commit
718a1f4f
authored
Jun 30, 2023
by
caixingbing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*
parent
cee03391
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
bidding.vue
...i/src/views/detail/party-a/overview/component/bidding.vue
+5
-0
senior.vue
...ui/src/views/detail/party-a/overview/component/senior.vue
+9
-0
No files found.
dsk-operate-ui/src/views/detail/party-a/overview/component/bidding.vue
View file @
718a1f4f
...
...
@@ -80,6 +80,11 @@
<span
style=
"padding-right: 28px;"
>
{{
scope
.
row
.
amount
}}
</span>
</
template
>
</el-table-column>
<
template
slot=
"empty"
>
<div
style=
"padding: 30px 0"
>
<no-data
/>
</div>
</
template
>
</el-table>
</div>
</div>
...
...
dsk-operate-ui/src/views/detail/party-a/overview/component/senior.vue
View file @
718a1f4f
...
...
@@ -26,6 +26,11 @@
<el-table-column
prop=
"userJobs"
label=
"职务"
></el-table-column>
<
template
slot=
"empty"
>
<div
style=
"padding: 30px 0"
>
<no-data
/>
</div>
</
template
>
</el-table>
</div>
</div>
...
...
@@ -33,6 +38,7 @@
<
script
>
import
{
keymembers
}
from
"@/api/detail/party-a/overview"
import
NoData
from
'../../component/noData'
export
default
{
name
:
'Senior'
,
...
...
@@ -48,6 +54,9 @@ export default {
tableData
:[]
}
},
components
:
{
NoData
},
created
()
{
this
.
handleQuery
()
},
...
...
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