|
@@ -52,12 +52,12 @@
|
|
|
{{ row.code }}
|
|
{{ row.code }}
|
|
|
</template></el-table-column>
|
|
</template></el-table-column>
|
|
|
|
|
|
|
|
- <el-table-column label="牌号" prop="brandNum" min-width="120">
|
|
|
|
|
|
|
+ <el-table-column label="牌号" prop="brandNum" min-width="120">
|
|
|
<template slot-scope="{ row }">
|
|
<template slot-scope="{ row }">
|
|
|
{{ row.brandNum }}
|
|
{{ row.brandNum }}
|
|
|
</template></el-table-column>
|
|
</template></el-table-column>
|
|
|
|
|
|
|
|
- <el-table-column label="型号" prop="modelType" min-width="120">
|
|
|
|
|
|
|
+ <el-table-column label="型号" prop="modelType" min-width="120">
|
|
|
<template slot-scope="{ row }">
|
|
<template slot-scope="{ row }">
|
|
|
{{ row.modelType }}
|
|
{{ row.modelType }}
|
|
|
</template></el-table-column>
|
|
</template></el-table-column>
|
|
@@ -84,7 +84,7 @@
|
|
|
:header-cell-style="{ background: '#EEEEEE', border: 'none' }">
|
|
:header-cell-style="{ background: '#EEEEEE', border: 'none' }">
|
|
|
|
|
|
|
|
|
|
|
|
|
- <el-table-column label="排序" prop="" width="220">
|
|
|
|
|
|
|
+ <el-table-column label="排序" prop="" width="100">
|
|
|
<template slot-scope="{ row }">
|
|
<template slot-scope="{ row }">
|
|
|
<el-input placeholder="请输入" type="number" v-model.number="row.sort
|
|
<el-input placeholder="请输入" type="number" v-model.number="row.sort
|
|
|
" clearable></el-input>
|
|
" clearable></el-input>
|
|
@@ -101,7 +101,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- <el-table-column label="操作" fixed="right">
|
|
|
|
|
|
|
+ <el-table-column label="操作" fixed="right" width="100">
|
|
|
<template slot-scope="{ $index, row }">
|
|
<template slot-scope="{ $index, row }">
|
|
|
<el-button type="text" @click="removePostscript($index, row)">删除</el-button>
|
|
<el-button type="text" @click="removePostscript($index, row)">删除</el-button>
|
|
|
</template>
|
|
</template>
|