From 437b40045ce48b28e2817b0f9f9998d3a881ebe1 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期二, 05 九月 2023 16:39:02 +0800 Subject: [PATCH] modified: src/components/experiment/template_testReport/index.vue modified: src/utils/GlobalClickMixin.js modified: src/views/experiment/passRateStatistics/index.vue modified: src/views/experiment/planAssignments/plan.vue modified: src/views/laboratory/measure/index.vue modified: src/views/laboratory/personnel/index.vue modified: src/views/standardLibrary/index.vue --- src/views/CNAS/satisfactionSurveys/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/CNAS/satisfactionSurveys/index.vue b/src/views/CNAS/satisfactionSurveys/index.vue index 05f49fe..98bf3c6 100644 --- a/src/views/CNAS/satisfactionSurveys/index.vue +++ b/src/views/CNAS/satisfactionSurveys/index.vue @@ -33,8 +33,8 @@ </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