From d762fc609a101b1a82576a54f835834f4e9cd9b9 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期四, 07 九月 2023 10:54:39 +0800
Subject: [PATCH] modified: src/layout/components/Sidebar/SidebarItem.vue modified: src/router/index.js modified: src/views/CNAS/nonConformanceManage/index.vue modified: src/views/CNAS/reviewAnnualPlan/index.vue modified: src/views/CNAS/satisfactionSurveys/index.vue modified: src/views/basicData/index.vue modified: src/views/experiment/inspectionApplication/index.vue modified: src/views/inspectionManagement/commissionInspection/index.vue modified: src/views/inspectionManagement/reportForInspection/index.vue modified: src/views/laboratory/organizational/index.vue modified: src/views/login/index.vue
---
src/views/chart/work/index.vue | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/src/views/chart/work/index.vue b/src/views/chart/work/index.vue
index 9689a03..de2af9f 100644
--- a/src/views/chart/work/index.vue
+++ b/src/views/chart/work/index.vue
@@ -8,6 +8,7 @@
:model="formInline" class="demo-form-inline">
<el-form-item prop="date" label="妫�娴嬫棩鏈�:">
<el-date-picker
+ size="small"
v-model="formInline.date"
format="yyyy-MM-dd"
value-format="yyyy-MM-dd"
@@ -18,15 +19,15 @@
</el-date-picker>
</el-form-item>
<el-form-item prop="type" label="妫�楠岀被鍨�:">
- <el-select v-model="formInline.type" placeholder="閲囪喘鍏ュ簱">
+ <el-select size="small" v-model="formInline.type" placeholder="閲囪喘鍏ュ簱">
<el-option label="鍘熸潗鏂�" value="0"></el-option>
<el-option label="鎴愬搧" value="1"></el-option>
<el-option label="濮旀墭鍝�" value="2"></el-option>
</el-select>
</el-form-item>
<el-form-item class="buttons">
- <el-button @click="resetForm('formInline')">娓呯┖</el-button>
- <el-button type="primary" @click="onSubmit('formInline')">鏌ヨ</el-button>
+ <el-button size="small" @click="resetForm('formInline')">娓呯┖</el-button>
+ <el-button size="small" type="primary" @click="onSubmit('formInline')">鏌ヨ</el-button>
</el-form-item>
</el-form>
</el-card>
@@ -62,7 +63,7 @@
</el-row>
</div>
<div class="work-foot">
- <el-button type="primary">鏁版嵁瀵煎嚭</el-button>
+ <el-button size="small" type="primary">鏁版嵁瀵煎嚭</el-button>
</div>
</div>
</template>
--
Gitblit v1.9.3