updated label for consistency

This commit is contained in:
Chad Derya 2019-09-11 22:03:39 +01:00
parent e0b367c1da
commit 557a556476
2 changed files with 2 additions and 3 deletions

View File

@ -36,7 +36,7 @@
</el-row> </el-row>
<el-row> <el-row>
<el-col :span="8"> <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-input v-model="postForm.lpt" placeholder="Product Density" />
</el-form-item> </el-form-item>
</el-col> </el-col>

View File

@ -32,7 +32,7 @@
<span>{{ scope.row.duty }}</span> <span>{{ scope.row.duty }}</span>
</template> </template>
</el-table-column> </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"> <template slot-scope="scope">
<span>{{ scope.row.lpt }}</span> <span>{{ scope.row.lpt }}</span>
</template> </template>
@ -52,7 +52,6 @@
<span>{{ scope.row.status }}</span> <span>{{ scope.row.status }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column align="center" label="Actions" width="120"> <el-table-column align="center" label="Actions" width="120">
<template slot-scope="scope"> <template slot-scope="scope">
<router-link :to="'/products/edit/' + scope.row._id"> <router-link :to="'/products/edit/' + scope.row._id">