新增
{
scope.row.brandId = e.id
scope.row.brandName = e.brandName
}" value-key="id" :disabled="isEdit != scope.$index || formType == 2" placeholder="请选择" style="width: 100%;">
{
scope.row.mainId = e.categoryId
scope.row.mainName = e.name
if(e.categoryId == 0){
scope.row.small = {categoryId: '0', name: '不限'}
scope.row.smallName = '不限'
scope.row.smallId = '0'
}else{
scope.row.small = null
scope.row.smallName = ''
scope.row.smallId = ''
}
scope.row.smallList = e.children?e.children:[]
}" :disabled="isEdit != scope.$index || formType == 2" placeholder="请选择" style="width: 100%;">
{
if(!scope.row.main){return this.$message.warning('请先选择产品大类!');}
}" @change="(e)=>{
scope.row.smallName = e.name
scope.row.smallId = e.categoryId
scope.row.smallImg = e.imgUrl
}" :disabled="isEdit != scope.$index || formType == 2" value-key="categoryId" placeholder="请选择" style="width: 100%;">
编辑
删除
编辑
删除
{
scope.row.websitId = e.websitId
scope.row.websitName = e.name
scope.row.linkName = e.linkName
scope.row.mobile = e.websitPhone
scope.row.address = e.address
}" value-key="websitId" :disabled="isEdit != scope.$index || formType == 2" placeholder="请选择" style="width: 100%;">
编辑
删除