From 177efcfe53a16efa7b2b8cf9b1bb38682b7a82f2 Mon Sep 17 00:00:00 2001 From: chengxiangling <291105840@qq.com> Date: 星期一, 12 五月 2025 19:30:04 +0800 Subject: [PATCH] 提交更改默认就报查询条件的提示 --- src/views/basicData/standardProcess/index.vue | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/views/basicData/standardProcess/index.vue b/src/views/basicData/standardProcess/index.vue index 5625f8c..9159628 100644 --- a/src/views/basicData/standardProcess/index.vue +++ b/src/views/basicData/standardProcess/index.vue @@ -324,7 +324,7 @@ import HxlhTable from "@/components/HxlhTable/index.vue"; import { getToken } from "@/utils/auth.js"; import { ref } from "vue"; -import { ElMessage } from "element-plus"; +// import { ElMessage } from "element-plus"; const { proxy } = getCurrentInstance(); // 鍒嗛〉灞炴�� @@ -430,6 +430,12 @@ width: 150, align: "center", }, + { + title: "涓撲笟", + field: "major", + width: 150, + align: "center", + }, ]); const data = reactive({ -- Gitblit v1.9.3