From 8556286af80955b5a1b6102a9826f5e9197fac95 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期三, 13 九月 2023 18:03:43 +0800
Subject: [PATCH] modified: config/index.js modified: src/assets/api/controller.js modified: src/components/view/finishedProductInspection.vue new file: src/components/view/finishedProductInspectionAdd.vue new file: src/components/view/finishedProductInspectionLook.vue new file: src/components/view/finishedProductInspectionUp.vue modified: src/components/view/processInspection.vue new file: src/components/view/processInspectionLook.vue new file: src/components/view/processInspectionUpdate.vue
---
src/components/view/standard-table/technology.vue | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/components/view/standard-table/technology.vue b/src/components/view/standard-table/technology.vue
index cffdb58..2c2792e 100644
--- a/src/components/view/standard-table/technology.vue
+++ b/src/components/view/standard-table/technology.vue
@@ -35,7 +35,7 @@
<el-table-column prop="pq" label="鐢熶骇瀹氶(涓�/澶�)">
<template slot-scope="scope">
<el-input v-model="scope.row.pq"
- v-if="scope.row.pq != null"
+ v-if="scope.row.dg != null"
@blur="updatePq(scope.row)"
></el-input>
</template>
@@ -65,9 +65,7 @@
}
},
props:['tableData','tableType'],
- created() {
- console.log(this.tableData)
- },
+ created() {},
mounted() {
},
--
Gitblit v1.9.3