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