Browse Source

服务设置 字数限制

master
pengda 4 days ago
parent
commit
4df108faf5
  1. 2
      src/components/site/serviceSetting/reportSeoSet.vue
  2. 4
      src/components/site/serviceSetting/showSet.vue
  3. 2
      src/components/site/serviceSetting/submitSeoSet.vue

2
src/components/site/serviceSetting/reportSeoSet.vue

@ -11,7 +11,7 @@
<div class="flex-wrap"> <div class="flex-wrap">
<div class="flex-left"> <div class="flex-left">
<GuipFormItem column="column" class="mb24" label="报告页标题(T:title)"> <GuipFormItem column="column" class="mb24" label="报告页标题(T:title)">
<GuipInput slot="formDom" ref="GuipInput" class=" mb24" width="100%" <GuipInput slot="formDom" ref="GuipInput" class=" mb24" width="100%" :maxlength="80"
placeholder="建议80字内" v-model="info.seo_report_title"> placeholder="建议80字内" v-model="info.seo_report_title">
</GuipInput> </GuipInput>
</GuipFormItem> </GuipFormItem>

4
src/components/site/serviceSetting/showSet.vue

@ -14,12 +14,12 @@
<div class="flex-wrap"> <div class="flex-wrap">
<div class="flex-left"> <div class="flex-left">
<GuipFormItem column="column" label="服务别名"> <GuipFormItem column="column" label="服务别名">
<GuipInput slot="formDom" ref="GuipInput" class=" mb24" width="100%" <GuipInput slot="formDom" ref="GuipInput" class=" mb24" width="100%" :maxlength="80"
placeholder="建议80字内" desc="展示在用户端的服务名称" v-model="info.title"> placeholder="建议80字内" desc="展示在用户端的服务名称" v-model="info.title">
</GuipInput> </GuipInput>
</GuipFormItem> </GuipFormItem>
<GuipFormItem column="column" label="服务广告词"> <GuipFormItem column="column" label="服务广告词">
<GuipInput slot="formDom" ref="GuipInput" class=" mb24" width="100%" <GuipInput slot="formDom" ref="GuipInput" class=" mb24" width="100%" :maxlength="20"
placeholder="建议20字内" desc="用来简短概括的解释服务" v-model="info.subtitle"> placeholder="建议20字内" desc="用来简短概括的解释服务" v-model="info.subtitle">
</GuipInput> </GuipInput>
</GuipFormItem> </GuipFormItem>

2
src/components/site/serviceSetting/submitSeoSet.vue

@ -11,7 +11,7 @@
<div class="flex-wrap"> <div class="flex-wrap">
<div class="flex-left"> <div class="flex-left">
<GuipFormItem column="column" class="mb24" label="提交页标题(T:title)"> <GuipFormItem column="column" class="mb24" label="提交页标题(T:title)">
<GuipInput slot="formDom" ref="GuipInput" class=" mb24" width="100%" <GuipInput slot="formDom" ref="GuipInput" class=" mb24" width="100%" :maxlength="80"
placeholder="建议80字内" v-model="info.seo_form_title"> placeholder="建议80字内" v-model="info.seo_form_title">
</GuipInput> </GuipInput>
</GuipFormItem> </GuipFormItem>

Loading…
Cancel
Save