|
@ -94,7 +94,7 @@ |
|
|
<el-button type="text" @click="edit(scope.row)">{{ $t('common.edit') }}</el-button> |
|
|
<el-button type="text" @click="edit(scope.row)">{{ $t('common.edit') }}</el-button> |
|
|
<el-button v-if="scope.row.shelveState==0" type="text" @click="down(scope.row)">{{ $t('product.shelveson') }}</el-button> |
|
|
<el-button v-if="scope.row.shelveState==0" type="text" @click="down(scope.row)">{{ $t('product.shelveson') }}</el-button> |
|
|
<el-button v-if="scope.row.shelveState==1" type="text" @click="down(scope.row)">{{ $t('product.shelvesoff') }}</el-button> |
|
|
<el-button v-if="scope.row.shelveState==1" type="text" @click="down(scope.row)">{{ $t('product.shelvesoff') }}</el-button> |
|
|
<el-button v-if="scope.row.platShelveState==0" type="text" @click="platDown(scope.row)">{{ $t('product.platshelveson') }}</el-button> |
|
|
|
|
|
|
|
|
<el-button v-if="scope.row.shelveState==1 && scope.row.platShelveState==0" type="text" @click="platDown(scope.row)">{{ $t('product.platshelveson') }}</el-button> |
|
|
<el-button v-if="scope.row.platShelveState==1" type="text" @click="platDown(scope.row)">{{ $t('product.platshelvesoff') }}</el-button> |
|
|
<el-button v-if="scope.row.platShelveState==1" type="text" @click="platDown(scope.row)">{{ $t('product.platshelvesoff') }}</el-button> |
|
|
<el-button v-if="scope.row.shelveState==1" type="text" @click="setVipPrice(scope.row)">{{ $t('product.setmemberprice') }}</el-button> |
|
|
<el-button v-if="scope.row.shelveState==1" type="text" @click="setVipPrice(scope.row)">{{ $t('product.setmemberprice') }}</el-button> |
|
|
<el-button v-if="scope.row.shelveState!=1" type="text" @click="del(scope.row)">{{ $t('common.delete') }}</el-button> |
|
|
<el-button v-if="scope.row.shelveState!=1" type="text" @click="del(scope.row)">{{ $t('common.delete') }}</el-button> |
|
|