+分享平台不指定
This commit is contained in:
parent
3cc0bb8cbd
commit
e13a9ebabc
@ -34,6 +34,10 @@
|
|||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
@change="changePlatform"
|
@change="changePlatform"
|
||||||
>
|
>
|
||||||
|
<el-option
|
||||||
|
label="不指定"
|
||||||
|
value=""
|
||||||
|
></el-option>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in platformsArr"
|
v-for="item in platformsArr"
|
||||||
:key="item.platform.platform_id"
|
:key="item.platform.platform_id"
|
||||||
@ -575,9 +579,6 @@ export default {
|
|||||||
ad_id: ''
|
ad_id: ''
|
||||||
},
|
},
|
||||||
shareFormRules: {
|
shareFormRules: {
|
||||||
platform_id: [
|
|
||||||
{ required: true, message: '请选择平台', trigger: 'blur' }
|
|
||||||
],
|
|
||||||
default_share: [
|
default_share: [
|
||||||
{ required: true, message: '请选择是否默认分享', trigger: 'blur' }
|
{ required: true, message: '请选择是否默认分享', trigger: 'blur' }
|
||||||
],
|
],
|
||||||
|
@ -15,6 +15,10 @@
|
|||||||
v-model="filterForm.platform_id"
|
v-model="filterForm.platform_id"
|
||||||
placeholder="请选择分享类型"
|
placeholder="请选择分享类型"
|
||||||
>
|
>
|
||||||
|
<el-option
|
||||||
|
label="所有"
|
||||||
|
value=""
|
||||||
|
></el-option>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in platformsArr"
|
v-for="item in platformsArr"
|
||||||
:key="item.platform.platform_id"
|
:key="item.platform.platform_id"
|
||||||
@ -508,7 +512,7 @@ export default {
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return platform ? platform : '暂无'
|
return platform ? platform : '暂无'
|
||||||
},
|
},
|
||||||
delShare(row) {
|
delShare(row) {
|
||||||
this.$confirm('是否删除该分享图?', '提示', {
|
this.$confirm('是否删除该分享图?', '提示', {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user