13404089107
2025-04-01 8e9fcf99b2ebb4efd6731b4429e594d7c784c229
Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory
3个文件已修改
1 文件已重命名
17 ■■■■■ 已修改文件
package-lock.json 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
package.json 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/index.js 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dataManagement/confirmation-sheet/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
package-lock.json
@@ -10621,6 +10621,12 @@
        }
      }
    },
    "tailwindcss": {
      "version": "4.0.17",
      "resolved": "https://registry.npmmirror.com/tailwindcss/-/tailwindcss-4.0.17.tgz",
      "integrity": "sha512-OErSiGzRa6rLiOvaipsDZvLMSpsBZ4ysB4f0VKGXUrjw2jfkJRd6kjRKV2+ZmTCNvwtvgdDam5D7w6WXsdLJZw==",
      "dev": true
    },
    "tapable": {
      "version": "1.1.3",
      "resolved": "https://registry.nlark.com/tapable/download/tapable-1.1.3.tgz",
package.json
@@ -27,6 +27,7 @@
    "eslint": "^6.7.2",
    "eslint-plugin-vue": "^6.2.2",
    "less-loader": "^6.0.0",
    "tailwindcss": "^4.0.17",
    "vue-template-compiler": "^2.6.11"
  },
  "eslintConfig": {
src/router/index.js
@@ -91,6 +91,14 @@
                        },
                        component: () => import("../views/dataManagement/dispatching/list.vue"),
                    },
                    {
                        path: "/confirmation-sheet",
                        meta: {
                            title: "校验方法确认单",
                            keepAlive: true,
                        },
                        component: () => import("../views/dataManagement/confirmation-sheet"),
                    },
                ],
            },
            {
src/views/dataManagement/confirmation-sheet/index.vue
File was renamed from src/views/confirmation-sheet/index.vue
@@ -19,7 +19,7 @@
                </el-form>
            </template>
            <template #setting>
                <el-button class="el-icon-plus" style="margin-bottom: 20px;" type="primary"> 新增项目组</el-button>
                <el-button class="el-icon-plus" style="margin-bottom: 20px;" type="primary"> 新增实验调度</el-button>
            </template>
            <template #table>
                <el-table-column prop="name" label="项目组名称" />