Commit be5a4b43 authored by 吴春's avatar 吴春

1

parent 1b38c33b
......@@ -96,7 +96,7 @@
</div>
<div class="_fnDm_content" v-loading='loading'>
<el-table ref="multipleTable" :data="DataList" tooltip-effect="dark" style="width: 100%"
row-key="BaseFinanceId">
row-key="Id">
<el-table-column prop="address" :label="$t('fnc.danhao')" width="70">
<template slot-scope="scope">
<span
......
......@@ -363,7 +363,7 @@
<div class="_fnDm_content _fnDm_contenteltable" v-loading='loading' style="margin-top:10px;">
<p style="margin-bottom:5px;">摊账单据</p>
<el-table ref="multipleTable" :data="AmortizationDataList" tooltip-effect="dark" style="width: 100%" row-key="BaseFinanceId">
<el-table ref="multipleTable" :data="AmortizationDataList" tooltip-effect="dark" style="width: 100%" row-key="Id">
<el-table-column prop="address" :label="$t('fnc.danhao')" width="70">
<template slot-scope="scope">
<span
......
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