From 8635253d498ea4fefd6ea465704569ff34fed3f8 Mon Sep 17 00:00:00 2001
From: Fixiaobai <fixiaobai@163.com>
Date: 星期五, 08 九月 2023 14:41:13 +0800
Subject: [PATCH] modified: src/api/basicData/index.js modified: src/views/experiment/inspectionApplication/index.vue modified: src/views/experiment/nonConformingFeedback/index.vue modified: src/views/experiment/reportAuditing/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..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,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-plus" type="primary">鏂板璁板綍</el-button>
</el-form>
</div>
<div class="library-table">
--
Gitblit v1.9.3