From 015aeab7a6a99afd0b24ee6ea7b5e4a9c950c3b5 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期一, 27 五月 2024 18:05:52 +0800 Subject: [PATCH] qxtj --- 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