From c7b33db117fd2893d7d1c93bf5d46e87d33e44d0 Mon Sep 17 00:00:00 2001
From: lkk <364857242@qq.com>
Date: 星期一, 16 十二月 2024 16:08:51 +0800
Subject: [PATCH] 初审结果查询

---
 src/views/system/indrefund/index.vue |   24 ++++++++++--------------
 1 files changed, 10 insertions(+), 14 deletions(-)

diff --git a/src/views/system/indrefund/index.vue b/src/views/system/indrefund/index.vue
index 307ccea..8d7abf1 100644
--- a/src/views/system/indrefund/index.vue
+++ b/src/views/system/indrefund/index.vue
@@ -1,36 +1,32 @@
 <template>
     <div class="app-container">
 
-        <el-form :inline="true" ref="form" :model="queryParams" class="demo-form-inline" label-width="80px">
-            <el-row>
-                <el-col :span="7">
-                    <el-form-item label="濮撳悕" prop="name" style="display: flex;">
+        <el-form :inline="true" ref="form" :model="queryParams" class="demo-form-inline" label-width="78px">
+          
+                    <el-form-item label="濮撳悕" prop="name" >
                         <el-input v-model="queryParams.name" placeholder="璇疯緭鍏ュ鍚�" />
                     </el-form-item>
-                </el-col>
-                <el-col :span="12">
-                    <el-form-item label="鑱旂郴鐢佃瘽" prop="phone" style="display: flex;">
+             
+                    <el-form-item label="鑱旂郴鐢佃瘽" prop="phone" >
                         <el-input v-model="queryParams.phone" placeholder="璇疯緭鍏ヨ仈绯荤數璇�" />
                     </el-form-item>
-                </el-col>
-                <el-col :span="3">
+              
                     <el-form-item>
                         <el-button type="primary" icon="el-icon-search" size="mini" @click="handleUpdate">鏌ヨ</el-button>
                     </el-form-item>
-                </el-col>
-            </el-row>
+            
         </el-form>
 
-        <div style="margin-bottom: 10px;">
+        <div style="margin: 10px 25px;">
             <el-radio-group v-model="type" @input="handleUpdate">
                 <el-radio-button label="1">鏀惰垂璁板綍</el-radio-button>
                 <el-radio-button label="2">閫�璐硅褰�</el-radio-button>
             </el-radio-group>
         </div>
 
-        <template>
+        <template >
             <el-table v-loading="loading" :data="tableList" @selection-change="handleSelect" border max-height="720px"
-                :row-style="changRed">
+                :row-style="changRed"  style="margin-left: 20px; width: 99%">
                 <el-table-column type="selection" width="55" align="center" />
                 <el-table-column label="濮撳悕" align="center" prop="customer.cusName"  />
                 <el-table-column label="鎵嬫満鍙�" align="center" prop="customer.cusPhone" 

--
Gitblit v1.8.0