From ae074f743526289c6f96f604eb3979e55cea9b66 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期三, 26 二月 2025 12:05:21 +0800
Subject: [PATCH] 检验任务标准要求改为要求描述

---
 src/components/view/a7-distribution-of-nonconforming.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/components/view/a7-distribution-of-nonconforming.vue b/src/components/view/a7-distribution-of-nonconforming.vue
index aa102bf..66a34b7 100644
--- a/src/components/view/a7-distribution-of-nonconforming.vue
+++ b/src/components/view/a7-distribution-of-nonconforming.vue
@@ -9,8 +9,10 @@
       </div>
       <div class="search-background">
         <span class="search-group">
-          <span style="width: 120px">骞翠唤锛�</span>
-          <el-input v-model="searchForm.distributionYear" clearable size="small"></el-input>
+          <span style="width: 80px">骞翠唤锛�</span>
+          <!-- <el-input v-model="searchForm.distributionYear" clearable size="small"></el-input> -->
+          <el-date-picker v-model="searchForm.distributionYear" format="yyyy" placeholder="閫夋嫨鏃ユ湡" size="small" type="year" value-format="yyyy">
+            </el-date-picker>
         </span>
         <span class="search-group">
           <el-button size="medium"  @click="resetSearchForm">閲� 缃�</el-button>

--
Gitblit v1.9.3