quanyawei
2023-09-21 a5eb9feae9bb82c6d42b46d5804f714d5edbf35b
Merge branch 'feature_1.0' into qa
1 files modified
10 ■■■■■ changed files
src/views/device/govMonitorPoint.vue 10 ●●●●● 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>