From 0ba75db34c554959c6bc566a38a22db34913c797 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期三, 06 九月 2023 17:38:49 +0800 Subject: [PATCH] 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/chart/work/index.vue modified: src/views/experiment/checkTheReport/index.vue modified: src/views/experiment/inspectionApplication/index.vue modified: src/views/experiment/nonConformingFeedback/index.vue modified: src/views/experiment/passRateStatistics/index.vue modified: src/views/experiment/planAssignments/plan.vue modified: src/views/experiment/reportAuditing/index.vue modified: src/views/inspectionManagement/commissionInspection/index.vue modified: src/views/inspectionManagement/reportForInspection/index.vue modified: src/views/laboratory/gather/index.vue modified: src/views/laboratory/ledger/index.vue modified: src/views/laboratory/measure/index.vue modified: src/views/laboratory/personnel/index.vue modified: src/views/laboratory/role/index.vue modified: src/views/message/toDo/index.vue modified: src/views/standardLibrary/index.vue --- src/views/CNAS/satisfactionSurveys/index.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/CNAS/satisfactionSurveys/index.vue b/src/views/CNAS/satisfactionSurveys/index.vue index 98bf3c6..5082099 100644 --- a/src/views/CNAS/satisfactionSurveys/index.vue +++ b/src/views/CNAS/satisfactionSurveys/index.vue @@ -1,14 +1,14 @@ <template> <div class="content-main survey"> <div class="top-bar"> - <el-form ref="form" style="width: 1000px;" :inline="true"> + <el-form ref="form" style="width: 1000px;margin-top: 10px;" :inline="true" > <!-- <el-input v-model="input" class="input-form" placeholder="璇风洿鎺ヨ緭鍏ユ牱寮忕紪鍙�/鏍峰搧鍚嶇О/鍨嬪彿瑙勬牸/杩涜鎼滅储鎴栦笅鎷夐�夋嫨杩涜缁勫悎鏌ヨ" @keyup.enter.native="getData" /> --> <el-form-item style="width: 800px;"> <el-col style="display: flex; justify-content: space-around;" :span="12"> <el-row>璋冩煡鏃ユ湡:</el-row> <el-row style="width: 300px;"> - <el-date-picker style="width: 270px;" class="newly-form" v-model="surveyDate" type="date" + <el-date-picker size="small" style="width: 270px;" class="newly-form" v-model="surveyDate" type="date" placeholder="璇烽�夋嫨璋冩煡鏃ユ湡" autocomplete="off"> </el-date-picker> </el-row> @@ -16,7 +16,7 @@ <el-col style="display: flex; justify-content: space-around;" :span="12"> <el-row>褰曞叆鏃ユ湡:</el-row> <el-row style="width: 300px;"> - <el-date-picker style="width: 270px;" class="newly-form" v-model="entryDate" type="date" + <el-date-picker size="small" style="width: 270px;" class="newly-form" v-model="entryDate" type="date" placeholder="璇烽�夋嫨褰曞叆鏃ユ湡" autocomplete="off"> </el-date-picker> </el-row> @@ -27,8 +27,8 @@ <el-button type="primary" size="small" plain @click="resetData()">娓呯┖</el-button> </el-form-item> </el-form> - <el-form> - <el-button size="40" @click="getFillName()" icon="el-icon-document-add" type="primary">鏂板璁板綍</el-button> + <el-form style="margin-top: 10px;"> + <el-button size="small" @click="getFillName()" icon="el-icon-document-add" type="primary">鏂板璁板綍</el-button> </el-form> </div> <div class="library-table"> -- Gitblit v1.9.3