loulijun2021
2023-05-20 d1c1f6b4edcb4fc33314802cc66e72e2743c0eed
1.提交
已修改3个文件
6 ■■■■ 文件已修改
src/layout/components/Settings/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/layout/components/Sidebar/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/qualityManager/processCheck.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/layout/components/Settings/index.vue
@@ -1,7 +1,7 @@
<template>
  <div class="drawer-container">
    <div>
      <h3 class="drawer-title">项目配置</h3>
      <h3 class="drawer-title">系统配置</h3>
      <div class="drawer-item">
        <span>主题颜色</span>
src/layout/components/Sidebar/index.vue
@@ -42,7 +42,7 @@
    <div v-if="!$store.state.settings.menuIsHorizontal" style="position: absolute;bottom: 20px;left: 30px;">
      <div>
        <el-button v-if="$store.state.app.sidebar.opened" type="text" style="font-size: 14px;cursor: pointer">
          新凯迪制造V1.2.21
          新凯迪制造V1.2.31
        </el-button>
        <!--        <el-button type="text"><a href="http://www.ykxkd.com/" target="_blank">新凯迪制造V1.0.01</a></el-button>-->
      </div>
src/views/qualityManager/processCheck.vue
@@ -112,7 +112,7 @@
        >
          <el-link :underline="false" :disabled="!(stepActive>0)" style="width: 60px;margin-top: 5px" @click="pre">上一件
          </el-link>
          <el-steps :active="stepActive" style="width: 80%;margin:0 10px;" finish-status="success">
          <el-steps :active="stepActive" style="width: 70%;margin:0 10px;" finish-status="success">
            <el-step v-for="item in form.sampscare" :key="item" title="" />
          </el-steps>
          <el-link