From 6ef9e5189ac1888b8c4c504d5c5d3f431807ff56 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期六, 15 三月 2025 11:57:40 +0800
Subject: [PATCH] 修改电路试验单位
---
src/components/do/a7-Ensure-results-validity/detailFormDialog.vue | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/src/components/do/a7-Ensure-results-validity/detailFormDialog.vue b/src/components/do/a7-Ensure-results-validity/detailFormDialog.vue
index acac5d6..69ece8f 100644
--- a/src/components/do/a7-Ensure-results-validity/detailFormDialog.vue
+++ b/src/components/do/a7-Ensure-results-validity/detailFormDialog.vue
@@ -13,7 +13,7 @@
<el-col :span="12">
<el-form-item label="璁″垝寮�灞曟椂闂�" prop="plannedTime">
<!-- <el-input v-model="form.plannedTime" size="small" clearable></el-input> -->
- <el-date-picker v-model="form.plannedTime" class="date_box" format="yyyy-MM-dd" placeholder="閫夋嫨鏃ユ湡"
+ <el-date-picker v-model="form.plannedTime" format="yyyy-MM-dd" placeholder="閫夋嫨鏃ユ湡"
size="small" type="date" value-format="yyyy-MM-dd">
</el-date-picker>
</el-form-item>
@@ -80,6 +80,9 @@
operationType: '',
};
},
+ mounted() {
+
+ },
// 鏂规硶闆嗗悎
methods: {
openDia(type, row) {
@@ -91,6 +94,7 @@
},
searchInfo (row) {
this.form = {...row}
+ console.log('this is current instance', this.form);
},
// 鎻愪氦琛ㄥ崟
submitForm () {
--
Gitblit v1.9.3