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
e64b04db
Commit
e64b04db
authored
Mar 05, 2024
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
8c2c519c
Changes
7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
144 additions
and
184 deletions
+144
-184
index.vue
.../projectCostLedger/detail/components/DirectCost/index.vue
+121
-161
historySearch.vue
dsk-operate-ui/src/views/supplier/aptitude/historySearch.vue
+1
-1
zizhi.vue
dsk-operate-ui/src/views/supplier/aptitude/zizhi.vue
+2
-2
zzStandard.vue
dsk-operate-ui/src/views/supplier/aptitude/zzStandard.vue
+1
-1
assistant.vue
dsk-operate-ui/src/views/supplier/assistant.vue
+1
-1
SearchAptitude.vue
...erate-ui/src/views/supplier/components/SearchAptitude.vue
+14
-14
SearchResult.vue
...operate-ui/src/views/supplier/components/SearchResult.vue
+4
-4
No files found.
dsk-operate-ui/src/views/projectCostLedger/detail/components/DirectCost/index.vue
View file @
e64b04db
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/supplier/aptitude/
searchResult
.vue
→
dsk-operate-ui/src/views/supplier/aptitude/
historySearch
.vue
View file @
e64b04db
...
...
@@ -22,7 +22,7 @@
import
SearchResult
from
'../components/SearchResult'
export
default
{
name
:
'
SearchAptitude
'
,
name
:
'
historySearch
'
,
components
:
{
SearchResult
},
...
...
dsk-operate-ui/src/views/supplier/aptitude/
searchAptitude
.vue
→
dsk-operate-ui/src/views/supplier/aptitude/
zizhi
.vue
View file @
e64b04db
...
...
@@ -12,7 +12,7 @@
<!--
<el-tab-pane
label=
"历史批量查询结果"
name=
"third"
></el-tab-pane>
-->
<!--
</el-tabs>
-->
<!--
</div>
-->
<SearchAptitude
@
changeActiveName=
"activeName = 'third'"
v-if=
"activeName === 'first'"
></SearchAptitude>
<SearchAptitude></SearchAptitude>
<!--
<AptitudeStandard
v-if=
"activeName === 'second'"
></AptitudeStandard>
-->
<!--
<SearchResult
v-if=
"activeName === 'third'"
></SearchResult>
-->
...
...
@@ -22,7 +22,7 @@
import
SearchAptitude
from
'../components/SearchAptitude'
export
default
{
name
:
'
SearchAptitude
'
,
name
:
'
zizhi
'
,
components
:
{
SearchAptitude
},
...
...
dsk-operate-ui/src/views/supplier/aptitude/
aptitude
Standard.vue
→
dsk-operate-ui/src/views/supplier/aptitude/
zz
Standard.vue
View file @
e64b04db
...
...
@@ -22,7 +22,7 @@
import
AptitudeStandard
from
'../components/AptitudeStandard'
export
default
{
name
:
'
Aptitude
Standard'
,
name
:
'
zz
Standard'
,
components
:
{
AptitudeStandard
},
...
...
dsk-operate-ui/src/views/supplier/assistant.vue
View file @
e64b04db
dsk-operate-ui/src/views/supplier/components/SearchAptitude.vue
View file @
e64b04db
...
...
@@ -815,13 +815,13 @@ export default {
::v-deep
.el-table__header-wrapper
{
position
:
sticky
;
top
:
5
6px
;
top
:
-1
6px
;
z-index
:
9
;
}
::v-deep
.el-table__fixed-header-wrapper
{
position
:
sticky
;
z-index
:
9
;
top
:
5
6px
;
top
:
-1
6px
;
}
::v-deep
.el-table__fixed
{
overflow-x
:
clip
;
...
...
dsk-operate-ui/src/views/supplier/components/SearchResult.vue
View file @
e64b04db
<
template
>
<div
class=
"search_result_box"
>
<el-table
:data=
"tableData"
:header-cell-style=
"
{ background:'#f0f3fa',color: 'rgba(35,35,35,0.8)'}" v-horizontal-scroll="'hover'"
class="table-item1
fixed-table
" border highlight-current-row>
class="table-item1" border highlight-current-row>
<el-table-column
:resizable=
"false"
type=
"index"
label=
"序号"
fixed
width=
"60"
>
<template
slot-scope=
"scope"
>
<span>
{{
(
pageNum
-
1
)
*
pageSize
+
scope
.
$index
+
1
}}
</span>
...
...
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