From f0a1d1428a7a258a5493ad5f6c36161ce377c7b0 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期四, 26 十二月 2024 14:33:11 +0800 Subject: [PATCH] 修改cnas --- 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