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
zhouqian
vue-gjjs
Commits
8a0d9d24
Commit
8a0d9d24
authored
Sep 14, 2022
by
lianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公共页面Engp.vue中Account列check信息加标签包起来
parent
e9b87c46
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
3 deletions
+17
-3
Engp.vue
src/views/Public/Engp.vue
+17
-3
No files found.
src/views/Public/Engp.vue
View file @
8a0d9d24
...
...
@@ -54,7 +54,7 @@
<el-table-column
prop=
"cdtrol"
label=
"Cdt."
width=
"70px"
>
</el-table-column>
<el-table-column
prop=
"cur"
label=
"Cur"
width=
"55px"
>
</el-table-column>
<el-table-column
prop=
"oldamt"
label=
"Old Amount"
width=
"1
5
0px"
>
<el-table-column
prop=
"oldamt"
label=
"Old Amount"
width=
"1
0
0px"
>
<!-- <template slot-scope="scope">
{{moneyFormat(scope.row.oldamt)}}
</template> -->
...
...
@@ -64,9 +64,23 @@
{{moneyFormat(scope.row.amt)}}
</template> -->
</el-table-column>
<el-table-column
prop=
"tenpct"
label=
"%"
width=
"
8
0px"
>
<el-table-column
prop=
"tenpct"
label=
"%"
width=
"
6
0px"
>
</el-table-column>
<el-table-column
prop=
"acc"
label=
"Account"
width=
"150px"
>
<el-table-column
prop=
"acc"
label=
"Account"
width=
"290px"
>
<!-- check,需用el-form-item标签包起来 -->
<
template
slot-scope=
"scope"
>
<el-form-item
label-width=
"0"
:prop=
"'liaall.liaallg.' + scope.$index + '.acc'"
>
<!--
<c-input
v-model=
"scope.row.acc"
style=
"width: 100%"
placeholder=
"请输入"
>
</c-input>
-->
</el-form-item>
</
template
>
</el-table-column>
<el-table-column
prop=
"valdat"
label=
"Value Date"
width=
"200px"
>
<
template
slot-scope=
"scope"
>
...
...
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