NVARBARdialog

This commit is contained in:
zhangdingyu
2019-10-10 20:05:03 +08:00
parent 5bb1402474
commit e2ae5962ce
3 changed files with 42 additions and 34 deletions

View File

@@ -126,11 +126,11 @@
</el-row>
</el-form>
</el-card>
<el-table v-show="true" :data="tableData" border style="width: 100%;margin-top:20px;">
<el-table v-show="false" :data="tableData" border style="width: 100%;margin-top:20px;">
<el-table-column v-for="item of tableHeader" :key="item" :label="item">
<el-table-column label="重量" width="120">
<template slot-scope="scope">
{{ scope.row.address }}
<!--{{ scope.row[${item}重量] }}-->
</template>
</el-table-column>
<el-table-column label="金额" width="120">