Commit 8a0d9d24 by lianyang

公共页面Engp.vue中Account列check信息加标签包起来

parent e9b87c46
......@@ -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="150px">
<el-table-column prop="oldamt" label="Old Amount" width="100px">
<!-- <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="80px">
<el-table-column prop="tenpct" label="%" width="60px">
</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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment