Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
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
fukai
vue-gjjs
Commits
bd6929bc
Commit
bd6929bc
authored
Oct 28, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
engp.vue表外记账中的原始金额input框的字段纠正
parent
140cbef7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
Engp.vue
src/views/Public/Engp.vue
+8
-8
No files found.
src/views/Public/Engp.vue
View file @
bd6929bc
...
...
@@ -58,20 +58,20 @@
<el-table-column
prop=
"cur"
label=
"币种"
width=
"70px"
>
</el-table-column>
<el-table-column
prop=
"oldamt"
label=
"原始金额"
width=
"110px"
>
<
template
slot-scope=
"scope"
>
<c-input-currency
v-model=
"scope.row.oldamt"
placeholder=
"0.00"
></c-input-currency>
</
template
>
<!-- <template slot-scope="scope">
{{moneyFormat(scope.row.oldamt)}}
</template> -->
<
template
slot-scope=
"scope"
>
<c-input-currency
v-model=
"scope.row.docamt"
placeholder=
"0.00"
></c-input-currency>
</
template
>
</template> -->
</el-table-column>
<el-table-column
prop=
"amt"
label=
"记账金额"
width=
"110px"
>
<!-- <template slot-scope="scope">
{{moneyFormat(scope.row.amt)}}
</template> -->
</template> -->
<
template
slot-scope=
"scope"
>
<c-input-currency
v-model=
"scope.row.amt"
...
...
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