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
43132c59
Commit
43132c59
authored
Feb 23, 2024
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
31bbc0db
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
index.js
dsk-operate-ui/src/router/index.js
+0
-1
index.vue
.../projectCostLedger/detail/components/DirectCost/index.vue
+1
-1
No files found.
dsk-operate-ui/src/router/index.js
View file @
43132c59
...
...
@@ -705,7 +705,6 @@ export const constantRoutes = [
}
]
},
// 子系统
// {
// path: '',
...
...
dsk-operate-ui/src/views/projectCostLedger/detail/components/DirectCost/index.vue
View file @
43132c59
...
...
@@ -2,7 +2,7 @@
<div
class=
"directCost-container"
>
<div
class=
"directCost-main"
>
<div
class=
"search"
>
<el-select
v-model=
"date"
placeholder=
"请选择"
clearable
>
<el-select
v-model=
"date"
placeholder=
"请选择"
>
<el-option
v-for=
"(item,index) in datelist"
:label=
"item.dictLabel"
:value=
"item.dictValue"
:key=
"index"
></el-option>
</el-select>
</div>
...
...
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