|
|
@ -65,7 +65,7 @@ |
|
|
|
<el-input v-model="scope.row.weight" type="number" oninput="value=value.replace(/-/, '')" /> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="SKU"> |
|
|
|
<el-table-column label="国际条码"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-input v-model="scope.row.sku" /> |
|
|
|
</template> |
|
|
@ -166,7 +166,7 @@ |
|
|
|
<el-input v-model="scope.row.weight" type="number" oninput="value=value.replace(/-/, '')" /> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="SKU"> |
|
|
|
<el-table-column label="国际条码"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-input v-model="scope.row.sku" /> |
|
|
|
</template> |
|
|
|