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/CNAS/satisfactionSurveys/index.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/views/CNAS/satisfactionSurveys/index.vue b/src/views/CNAS/satisfactionSurveys/index.vue
index 05f49fe..3b85a7b 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,14 +27,14 @@
           <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-plus" type="primary">鏂板璁板綍</el-button>
       </el-form>
     </div>
     <div class="library-table">
       <div class="table-box">
-        <el-table ref="tableData" :max-height="800" :cell-style="{ textAlign: 'center' }"
-          :header-cell-style="{ border: '0px', background: '#f5f7fa', color: '#606266', boxShadow: 'inset 0 1px 0 #ebeef5', textAlign: 'center' }"
+        <el-table ref="tableData" :max-height="800" :cell-style="{ textAlign: 'left' }"
+          :header-cell-style="{ border: '0px', background: '#f5f7fa', color: '#606266', boxShadow: 'inset 0 1px 0 #ebeef5', textAlign: 'left' }"
           :data="tableData" style="width: 100%">
           <el-table-column prop="id" type="index" label="搴忓彿" min-width="20%"/>
           <el-table-column prop="surveyDate" label="璋冩煡鏃ユ湡" min-width="10%" />
@@ -224,7 +224,7 @@
       otherSupplements: "鏃�",
       improvementRequirements: "鏃�",
       dialogVisible2: false,
-      path: 'http://192.168.110.254:1234/cnasSatisfactionSurvey/uploadFile',
+      path: 'http://localhost:1234/cnasSatisfactionSurvey/uploadFile',
       ruleForm: {
         surveyDate: '',
         userUnit: '',
@@ -263,7 +263,7 @@
     }
   },
   created() {
-
+      // this.path=process.env.VUE_APP_BASE_API+"cnasSatisfactionSurvey/uploadFile"
   },
   mounted() {
     this.getData()

--
Gitblit v1.9.3