NVARBARdialog
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user