|
|
@@ -113,7 +113,7 @@
|
|
|
<el-table-column :label="$t('shop.salesPrice')" min-width="100px;">
|
|
|
<template slot-scope="scope">
|
|
|
<el-form-item :prop="`availableCountriesList.${scope.$index}.sellPrice`" >
|
|
|
- <el-input-number v-model="scope.row.sellPrice" :controls="false" disabled></el-input-number>
|
|
|
+ <el-input-number v-model="scope.row.sellPrice" :controls="false"></el-input-number>
|
|
|
</el-form-item>
|
|
|
</template>
|
|
|
</el-table-column>
|