= ref([]); // 修改这里
onMounted(async () => {
- const dictCode = ''; // 替换为实际需要的字典代码
+ const dictCode = '误差体系指标项'; // 替换为实际需要的字典代码
const resDictTree: Dict.ResDictTree = {
name: dictCode,
id: '',
diff --git a/frontend/src/views/machine/errorSystem/index.vue b/frontend/src/views/machine/errorSystem/index.vue
index e641f35..fb2b341 100644
--- a/frontend/src/views/machine/errorSystem/index.vue
+++ b/frontend/src/views/machine/errorSystem/index.vue
@@ -10,14 +10,14 @@
新增
- 批量删除
+ 删除
- 查看
- 编辑
- 删除
+ 查看
+ 编辑
+ 删除
@@ -74,9 +74,9 @@ const columns = ref[]>([
// 打开 drawer(新增、编辑)
const openDialog = (titleType: string, row: Partial = {}) => {
if(titleType == 'view'){
- errorStandardPopup.value?.open(row.name, row)
+ //errorStandardPopup.value?.open(row.name, row)
}else{
- errorSystemPopup.value?.open(titleType, row)
+ //errorSystemPopup.value?.open(titleType, row)
}
diff --git a/frontend/src/views/machine/testScript/index.vue b/frontend/src/views/machine/testScript/index.vue
index 6d33d01..c90281b 100644
--- a/frontend/src/views/machine/testScript/index.vue
+++ b/frontend/src/views/machine/testScript/index.vue
@@ -9,9 +9,9 @@
新增
-
- 批量删除
+ 删除
@@ -112,9 +112,9 @@ const columns = reactive[]>([
// 打开 drawer(新增、编辑)
const openDialog = (titleType: string, row: Partial = {}) => {
if(modeStore.currentMode == '比对式'){
- comparisonPopup.value?.open(titleType, row)
+ //comparisonPopup.value?.open(titleType, row)
}else{
- testScriptPopup.value?.open(titleType, row)
+ //testScriptPopup.value?.open(titleType, row)
}
diff --git a/frontend/src/views/machine/testSource/components/parameterTable.vue b/frontend/src/views/machine/testSource/components/parameterTable.vue
index b54dc8a..1cbfa60 100644
--- a/frontend/src/views/machine/testSource/components/parameterTable.vue
+++ b/frontend/src/views/machine/testSource/components/parameterTable.vue
@@ -13,9 +13,9 @@
新增
-
- 批量删除
+ 删除
diff --git a/frontend/src/views/machine/testSource/components/testSourcePopup.vue b/frontend/src/views/machine/testSource/components/testSourcePopup.vue
index b62eb57..8cdc2b8 100644
--- a/frontend/src/views/machine/testSource/components/testSourcePopup.vue
+++ b/frontend/src/views/machine/testSource/components/testSourcePopup.vue
@@ -5,7 +5,7 @@
-
+
@@ -21,8 +21,8 @@
-
-
+
+
新增
-
- 批量删除
+ 删除
diff --git a/frontend/src/views/system/dictionary/dictData/index.vue b/frontend/src/views/system/dictionary/dictData/index.vue
index 1bfb75c..9e60404 100644
--- a/frontend/src/views/system/dictionary/dictData/index.vue
+++ b/frontend/src/views/system/dictionary/dictData/index.vue
@@ -9,9 +9,9 @@
新增
导出
-
- 批量删除
+ 删除
diff --git a/frontend/src/views/system/dictionary/dictPq/components/pqPopup.vue b/frontend/src/views/system/dictionary/dictPq/components/pqPopup.vue
index 9464a13..eff7a39 100644
--- a/frontend/src/views/system/dictionary/dictPq/components/pqPopup.vue
+++ b/frontend/src/views/system/dictionary/dictPq/components/pqPopup.vue
@@ -1,269 +1,420 @@
-
-
- 基础数据
+
+
+
+ 基础数据
+
+
+
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
-
+
- -
+ -
-
+
+
+
-
+
-
+ v-for="item in dictStore.getDictData('Stat_Method')"
+ :key="item.value"
+ :label="item.name"
+ :value="item.code"
+ />
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 拓展数据
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 拓展数据
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+