Commit 3ab0bbb7 authored by “yiyousong”'s avatar “yiyousong”

feat: 站点信息添加站点风貌

parent 19b1f9b6
...@@ -189,6 +189,16 @@ ...@@ -189,6 +189,16 @@
></YUpload> ></YUpload>
</a-form-model-item> </a-form-model-item>
</a-col> </a-col>
<a-col :span="24">
<a-form-model-item class="site-style" label="站点风貌" prop="govAffairStyle">
<YUpload
accept=".png,.jpg,.jpeg,.svg"
:limit="0"
v-model="formInfo.govAffairStyle"
listType="picture-card"
></YUpload>
</a-form-model-item>
</a-col>
</a-row> </a-row>
<div class="color_title">办公信息</div> <div class="color_title">办公信息</div>
...@@ -359,6 +369,7 @@ export default { ...@@ -359,6 +369,7 @@ export default {
onlineTake: 0, // 在线取号 onlineTake: 0, // 在线取号
appointment: 0, // 微预约 appointment: 0, // 微预约
gowMap: 0, // 政务地图 gowMap: 0, // 政务地图
govAffairStyle:'', // 站点风貌
}, //表单提交数据 }, //表单提交数据
indeterminate: true, indeterminate: true,
checkAll: false, checkAll: false,
...@@ -759,4 +770,5 @@ export default { ...@@ -759,4 +770,5 @@ 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