南昌市物联网技防平台-学校版前端
Administrator
2021-06-03 f451c972e2dadccb068949f5edeac10705cacfc6
src/components/real-popup/main.vue
@@ -233,12 +233,18 @@
                >办结
              </el-button>
              <img
              <!-- <img
                src="/img/police-num.png"
                style="margin-top: -20px; height: 80px; vertical-align: middle"
                alt=""
                @click.stop="updateJtyep(form, 1, '推送110')"
              />
              /> -->
              <button class="call-btn"
                @click.stop="updateJtyep(form, 1, '呼叫学校负责人')">
                呼叫学校负责人
              </button>
              <el-button
                type="primary"
@@ -712,4 +718,13 @@
.el-button.active {
  background: #ff0000 !important;
}
.call-btn{
  border: none;
  width: 130px;
  height: 40px;
  background-color: #ff0000;
  border-radius: 5px;
  color: #ffffff;
}
</style>