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
31bbc0db
Commit
31bbc0db
authored
Feb 23, 2024
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
bf9cd1d5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
index.vue
.../projectCostLedger/detail/components/DirectCost/index.vue
+7
-8
No files found.
dsk-operate-ui/src/views/projectCostLedger/detail/components/DirectCost/index.vue
View file @
31bbc0db
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
border
border
highlight-current-row
highlight-current-row
>
>
<el-table-column
label=
"序号"
width=
"60"
align=
"left"
fixed
prop=
"index"
></el-table-column>
<el-table-column
label=
"序号"
width=
"60"
align=
"left"
prop=
"index"
></el-table-column>
<el-table-column
label=
"编码"
width=
"130"
prop=
"bm"
></el-table-column>
<el-table-column
label=
"编码"
width=
"130"
prop=
"bm"
></el-table-column>
<el-table-column
label=
"名称"
width=
"230"
prop=
"mc"
></el-table-column>
<el-table-column
label=
"名称"
width=
"230"
prop=
"mc"
></el-table-column>
<el-table-column
label=
"清单"
width=
"130"
prop=
"qd"
></el-table-column>
<el-table-column
label=
"清单"
width=
"130"
prop=
"qd"
></el-table-column>
...
@@ -74,12 +74,11 @@
...
@@ -74,12 +74,11 @@
<el-table-column
label=
"盈亏率"
width=
"66"
prop=
"qd"
></el-table-column>
<el-table-column
label=
"盈亏率"
width=
"66"
prop=
"qd"
></el-table-column>
<el-table-column
label=
"标准费用项"
width=
"94"
prop=
"qd"
></el-table-column>
<el-table-column
label=
"标准费用项"
width=
"94"
prop=
"qd"
></el-table-column>
<el-table-column
label=
"备注"
width=
"114"
prop=
"qd"
></el-table-column>
<el-table-column
label=
"备注"
width=
"114"
prop=
"qd"
></el-table-column>
<el-table-column
label=
"操作"
width=
"114"
fixed=
"right"
>
<
template
v-slot:append=
"{ row }"
>
<
template
slot-scope=
"scope"
v-if=
"scope.row.qd ==='清'"
>
<tr
class=
"custom-row"
>
<span
style=
"color:#0081FF;font-size: 14px;cursor: pointer;"
@
click=
"dialogVisible=true"
>
增加费用项
</span>
<td
colspan=
"100%"
>
123456
</td>
</tr>
</
template
>
</
template
>
</el-table-column>
</el-table>
</el-table>
</div>
</div>
...
@@ -108,7 +107,7 @@
...
@@ -108,7 +107,7 @@
</el-form-item>
</el-form-item>
</el-form>
</el-form>
<div
slot=
"footer"
class=
"dialog-footer"
>
<div
slot=
"footer"
class=
"dialog-footer"
>
<el-button>
取消
</el-button>
<el-button
@
click=
"dialogVisible=false"
>
取消
</el-button>
<el-button
type=
"primary"
>
确定增加
</el-button>
<el-button
type=
"primary"
>
确定增加
</el-button>
</div>
</div>
</el-dialog>
</el-dialog>
...
...
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