src/views/device/govMonitorPoint.vue | ●●●●● patch | view | raw | blame | history |
src/views/device/govMonitorPoint.vue
@@ -99,6 +99,7 @@ <a-form-model-item has-feedback :labelCol="{ span: 5 }" :wrapperCol="{ span: 15 }" label="站点编号" prop="guid"> <a-input placeholder="请输入站点编号" type="string" v-model="editSiteForm.guid" /> </a-form-model-item> <p class="errInfor">要求:更换站点编号时间为每小时45-50分之间!</p> </a-form-model> </a-modal> </a-card> @@ -534,4 +535,11 @@ } </script> <style scoped></style> <style scoped> .errInfor { text-align: center; color: red; font-size: 15px; font-weight: 700; } </style>