updated label for consistency
This commit is contained in:
parent
e0b367c1da
commit
557a556476
|
@ -36,7 +36,7 @@
|
|||
</el-row>
|
||||
<el-row>
|
||||
<el-col :span="8">
|
||||
<el-form-item label-width="120px" label="Density" class="postInfo-container-item">
|
||||
<el-form-item label-width="120px" label="Density (LPT)" class="postInfo-container-item">
|
||||
<el-input v-model="postForm.lpt" placeholder="Product Density" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<span>{{ scope.row.duty }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="LPT" width="200">
|
||||
<el-table-column align="center" label="Density (LPT)" width="200">
|
||||
<template slot-scope="scope">
|
||||
<span>{{ scope.row.lpt }}</span>
|
||||
</template>
|
||||
|
@ -52,7 +52,6 @@
|
|||
<span>{{ scope.row.status }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
<el-table-column align="center" label="Actions" width="120">
|
||||
<template slot-scope="scope">
|
||||
<router-link :to="'/products/edit/' + scope.row._id">
|
||||
|
|
Loading…
Reference in New Issue