xiangpei
2024-04-02 2b4676a151c6872025619422fc72dd4b8a58a83c
文本修改、定时任务页面
5个文件已修改
28 ■■■■ 已修改文件
src/views/login copy.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/login.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/screen/components/screen-title/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/video/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/work-order/index.vue 12 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/login copy.vue
@@ -1,10 +1,10 @@
<template>
  <div class="login">
    <div class="title-container">
      <h3 class="title">自贡公安天网运维平台</h3>
      <h3 class="title">运维考核平台</h3>
    </div>
    <el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
      <h3 class="title">自贡公安天网运维平台</h3>
      <h3 class="title">运维考核平台</h3>
      <el-form-item prop="username">
        <el-input
src/views/login.vue
@@ -7,7 +7,7 @@
            <div class="logo">
              <img src="../assets/icons/logo.png" alt="">
            </div>
            <p class="title">自贡公安天网运维平台</p>
            <p class="title">运维考核平台</p>
          </div>
          <div class="logo-wrapper">
            <img src="../assets/svg/login-box-bg.svg" alt="">
@@ -100,8 +100,8 @@
    return {
      codeUrl: "",
      loginForm: {
        username: "admin",
        password: "admin123",
        username: "",
        password: "",
        rememberMe: false,
        code: "",
        uuid: ""
src/views/screen/components/screen-title/index.vue
@@ -5,7 +5,7 @@
        <img src="@/assets/images/screen/header_bg.png" class="width-img" alt="">
      </div>
      <div class="header-text">
        自贡市运维考核大屏
        运维考核大屏
      </div>
    </div>
  </div>
@@ -38,4 +38,4 @@
  color: #fff;
  font-size: 24px;
}
</style>
</style>
src/views/system/video/index.vue
@@ -208,7 +208,7 @@
</template>
<script>
import { listMonitor, getMonitor, delMonitor, addMonitor, updateMonitor } from "@/api/platform/monitor";
import { listMonitor, getMonitor, delMonitor, addMonitor, updateMonitor } from "@/api/platform/video-monitor";
export default {
  name: "Monitor",
  dicts: ['sys_normal_disable', 'platform_yes_no','camera_state'],
src/views/system/work-order/index.vue
@@ -63,12 +63,12 @@
              <!--            type="text"-->
              <!--            @click="handleYwResult(scope.row)"-->
              <!--          >运维结果</el-button>-->
              <el-button
                size="mini"
                type="text"
                @click="handleCheckResult(item)"
                v-hasPermi="['work:order:result']"
              >检测结果</el-button>
<!--              <el-button-->
<!--                size="mini"-->
<!--                type="text"-->
<!--                @click="handleCheckResult(item)"-->
<!--                v-hasPermi="['work:order:result']"-->
<!--              >检测结果</el-button>-->
              <el-button
                size="mini"
                type="text"