Commit 91a4a745 authored by “yiyousong”'s avatar “yiyousong”

feat: 添加站点投诉电话

parent b4541f9b
...@@ -88,7 +88,16 @@ ...@@ -88,7 +88,16 @@
<a-input <a-input
v-model="formInfo.leadingOfficialTelephone" v-model="formInfo.leadingOfficialTelephone"
type="text" type="text"
placeholder="请输入负责人电话电话" placeholder="请输入负责人电话"
/>
</a-form-model-item>
</a-col>
<a-col :span="8">
<a-form-model-item label="投诉电话" prop="complaintHotline">
<a-input
v-model="formInfo.complaintHotline"
type="text"
placeholder="请输入投诉电话"
/> />
</a-form-model-item> </a-form-model-item>
</a-col> </a-col>
...@@ -190,7 +199,11 @@ ...@@ -190,7 +199,11 @@
</a-form-model-item> </a-form-model-item>
</a-col> </a-col>
<a-col :span="24"> <a-col :span="24">
<a-form-model-item class="site-style" label="站点风貌" prop="govAffairStyle"> <a-form-model-item
class="site-style"
label="站点风貌"
prop="govAffairStyle"
>
<YUpload <YUpload
accept=".png,.jpg,.jpeg,.svg" accept=".png,.jpg,.jpeg,.svg"
:limit="0" :limit="0"
...@@ -369,7 +382,8 @@ export default { ...@@ -369,7 +382,8 @@ export default {
onlineTake: 0, // 在线取号 onlineTake: 0, // 在线取号
appointment: 0, // 微预约 appointment: 0, // 微预约
gowMap: 0, // 政务地图 gowMap: 0, // 政务地图
govAffairStyle:'', // 站点风貌 govAffairStyle: "", // 站点风貌
complaintHotline: "", // 投诉热线
}, //表单提交数据 }, //表单提交数据
indeterminate: true, indeterminate: true,
checkAll: false, checkAll: false,
...@@ -770,5 +784,4 @@ export default { ...@@ -770,5 +784,4 @@ export default {
margin-bottom: 6px; margin-bottom: 6px;
} }
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment