From f1d691d7e6cd0d7920c223df80560a2e87382799 Mon Sep 17 00:00:00 2001 From: ll <1079863556@qq.com> Date: Wed, 16 Jul 2025 17:22:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=B9=B3=E6=A3=80=E9=AA=8C=E8=AE=B0?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +- .../rawMilkTest/rawMilkTest/index.vue | 418 +++++++++--------- 2 files changed, 217 insertions(+), 204 deletions(-) diff --git a/package.json b/package.json index 158bb8c..929db2d 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,8 @@ "vue": "3.4.31", "vue-cropper": "1.1.1", "vue-router": "4.4.0", - "vuedraggable": "4.1.0" + "vuedraggable": "4.1.0", + "vuex": "^4.0.2" }, "devDependencies": { "@vitejs/plugin-vue": "5.0.5", diff --git a/src/views/dairyProducts/rawMilkTest/rawMilkTest/index.vue b/src/views/dairyProducts/rawMilkTest/rawMilkTest/index.vue index 94b0ea1..cc368f9 100644 --- a/src/views/dairyProducts/rawMilkTest/rawMilkTest/index.vue +++ b/src/views/dairyProducts/rawMilkTest/rawMilkTest/index.vue @@ -17,142 +17,6 @@ @keyup.enter="handleQuery" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 搜索 重置 @@ -198,36 +62,49 @@ v-hasPermi="['rawMilkTest:rawMilkTest:export']" >导出 + + 字段显示 + - - + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + +onMounted(() => { + initVisibleColumns() + getList() +}) + \ No newline at end of file