广告位 是否显示广告名
This commit is contained in:
parent
57cd878847
commit
0d9d9e7a8b
@ -38,7 +38,7 @@
|
||||
:model="item"
|
||||
:rules="adPosRules"
|
||||
style="width: 100%"
|
||||
label-width="100px"
|
||||
label-width="120px"
|
||||
class="mgt-20 mgb-20"
|
||||
>
|
||||
<el-form-item
|
||||
@ -207,6 +207,12 @@
|
||||
>
|
||||
<el-switch v-model="item.ld_property.has_dot"></el-switch>
|
||||
</el-form-item>
|
||||
<el-form-item
|
||||
label="是否显示广告名"
|
||||
prop="ld_property.is_show_name"
|
||||
>
|
||||
<el-switch v-model="item.ld_property.is_show_name"></el-switch>
|
||||
</el-form-item>
|
||||
<el-form-item
|
||||
label="关闭时隐藏"
|
||||
prop="ld_property.is_hide"
|
||||
@ -430,6 +436,7 @@ export default {
|
||||
has_dot: false,
|
||||
is_shake: false,
|
||||
is_hide: true,
|
||||
is_show_name: false,
|
||||
related: [],
|
||||
},
|
||||
},
|
||||
@ -506,6 +513,7 @@ export default {
|
||||
has_dot: false,
|
||||
is_shake: false,
|
||||
is_hide: true,
|
||||
is_show_name: false,
|
||||
related: [],
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user