间距调整

master
mhsnet 5 months ago
parent 04cb9c4cb9
commit b99c6470d7

@ -80,26 +80,30 @@
</div>
<el-table :data="dataForm.tableField172" size='mini'>
<el-table-column type="index" width="50" label="序号" align="center" />
<el-table-column prop="productName" label="商品名称">
<el-table-column prop="productName" width="200" label="商品名称">
<template slot-scope="scope">
<p>{{ scope.row.productName }}</p>
</template>
</el-table-column>
<el-table-column prop="productActualWeight" label="废品实际重量">
<el-table-column prop="productActualWeight" width="150" label="废品实际重量">
<template slot-scope="scope">
<p>{{ scope.row.productActualWeight }}</p>
</template>
</el-table-column>
<el-table-column prop="recoveryPrice" label="下单时回收单价">
<el-table-column prop="recoveryPrice" width="150" label="下单时回收单价">
<template slot-scope="scope">
<p>{{ scope.row.recoveryPrice }}</p>
</template>
</el-table-column>
<el-table-column prop="actualRecoveryPrice" label="实际回收单价">
<el-table-column prop="actualRecoveryPrice" width="150" label="实际回收单价">
<template slot-scope="scope">
<p>{{ scope.row.actualRecoveryPrice }}</p>
</template>
</el-table-column>
<el-table-column label="">
<template slot-scope="scope">
</template>
</el-table-column>
</el-table>
</jnpf-form-tip-item>
</el-col>

Loading…
Cancel
Save