祖安之光
9 天以前 b609f77709c4646daf155341475ae14fc0c7943d
src/views/components/loginForm.vue
@@ -62,8 +62,9 @@
          <el-button link type="primary" style="color: #fff" @click="openApply()" v-preReClick>专家申请</el-button>
          <el-button link type="primary" style="color: #fff" @click="openCheck" v-preReClick>专家评定进度查询</el-button>
        </div>
        <div class="other-btns" style="margin-top: 10px">
          <el-button link type="primary" style="color: #fff;text-decoration: underline" @click="openFile()" v-preReClick>2025年第三方评定工作的通知</el-button>
        <div style="margin-top: 10px;display: flex;align-items: center">
          <img :src="info" style="width: 20px;height: auto;margin-right: 6px"/>
          <el-button link type="primary" style="color: yellow;text-decoration: underline;font-size: 18px" @click="openFile()" v-preReClick>2025年第三方评定工作的通知</el-button>
        </div>
      </div>
    </el-col>
@@ -76,6 +77,7 @@
import {onMounted, ref, watch, defineAsyncComponent, nextTick, computed} from "vue"
import { getCodeImg } from "@/api/login";
import {getSettings} from "@/api/backManage/evaluate";
import info from '@/assets/icons/info.png'
import Cookies from "js-cookie";
import { encrypt, decrypt } from "@/utils/jsencrypt";
import useUserStore from '@/store/modules/user'