From cc37fa838d0a9ff5f74a0ba06a8f944938dd0807 Mon Sep 17 00:00:00 2001
From: 13937891274 <kxc0822>
Date: 星期二, 19 七月 2022 18:01:41 +0800
Subject: [PATCH] 应急队伍一览对接

---
 src/views/goalManagement/IncentiveRecording/index.vue |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/src/views/goalManagement/IncentiveRecording/index.vue b/src/views/goalManagement/IncentiveRecording/index.vue
index 876e04d..97e2a85 100644
--- a/src/views/goalManagement/IncentiveRecording/index.vue
+++ b/src/views/goalManagement/IncentiveRecording/index.vue
@@ -1,8 +1,9 @@
 <template>
+<div>
 	<el-form ref="ruleFormRef" :model="ruleForm" status-icon label-width="20px" class="topTitle">
 		<el-row>
 			<el-col :span="4">
-				<el-form-item>
+				<el-form-item size="default">
 					<el-input v-model="ruleForm.name" placeholder="请选择被奖惩者">
 							<template #append> <el-button :icon="Search" @click="openSearch" /> </template
 						></el-input>
@@ -15,8 +16,8 @@
 			</el-col> -->
 			<el-col :span="4">
 				<el-form-item>
-					<el-button type="primary" @click="submitForm(ruleFormRef)">查询</el-button>
-					<el-button @click="resetForm(ruleFormRef)">重置</el-button>
+					<el-button size="default" type="primary" @click="submitForm(ruleFormRef)">查询</el-button>
+					<el-button size="default" @click="resetForm(ruleFormRef)">重置</el-button>
 				</el-form-item>
 			</el-col>
 		</el-row>
@@ -24,13 +25,13 @@
 	<div class="minCenter">
 			<div class="btns">
 				<div>
-					<el-button type="primary" :icon="Plus" @click="openD">新建</el-button>
-                    <el-button type="warning" plain :icon="EditPen">修改</el-button>
-					<el-button type="danger" :icon="Delete" plain>删除</el-button>
+					<el-button size="default" type="primary" :icon="Plus" @click="openD">新建</el-button>
+                    <el-button size="default" type="warning" plain :icon="EditPen">修改</el-button>
+					<el-button size="default" type="danger" :icon="Delete" plain>删除</el-button>
 				</div>
 				<div>
-					<el-button :icon="Download"></el-button>
-					<el-button :icon="Refresh"></el-button>
+					<!-- <el-button size="default" :icon="Download"></el-button>
+					<el-button size="default" :icon="Refresh"></el-button> -->
 				</div>
 			</div>
 		<el-table ref="multipleTableRef" :data="tableData" style="width: 100%">
@@ -70,6 +71,7 @@
 		<DailogAdd ref="openAdd"></DailogAdd>
 		<DailogSearchUser ref="openUser"></DailogSearchUser>
 	</div>
+	</div>
 </template>
 <script lang="ts">
 import DailogAdd from './component/DailogAdd.vue'

--
Gitblit v1.9.2