From 0bed59a7c83975e466e31aa2fa14d8ee15473813 Mon Sep 17 00:00:00 2001 From: feige <feige@qq.com> Date: 星期四, 16 一月 2025 11:20:35 +0800 Subject: [PATCH] 修改了对应的bug --- ruoyi-ui/src/views/marry/index.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ruoyi-ui/src/views/marry/index.vue b/ruoyi-ui/src/views/marry/index.vue index 2d3a5e0..023a33c 100644 --- a/ruoyi-ui/src/views/marry/index.vue +++ b/ruoyi-ui/src/views/marry/index.vue @@ -126,7 +126,7 @@ <el-container > <el-col > <el-form ref="elForm" :model="marryList" :rules="rules" size="medium" label-position="left" - v-loading="loading" :data="marryList" @selection-change="handleSelectionChange" > + :data="marryList" @selection-change="handleSelectionChange" > <el-row :span="16"> <el-form-item label="濮撳悕" prop="spouseName" label-width="40px"> <el-input v-model="marryList.spouseName" placeholder="" clearable :style="{width: '100%'}" :disabled="dsb"> @@ -179,7 +179,7 @@ </div> <div style="padding-left:100px;padding-top:15px;width: 30%;"> <el-container> - <el-col v-loading="loading" :data="marryList" @selection-change="handleSelectionChange"> + <el-col :data="marryList" @selection-change="handleSelectionChange"> <el-form ref="elForm" :model="marryList" :rules="rules" size="medium" label-position="left"> <el-row :span="16"> <el-form-item label="鎬у埆" prop="spouseSex" label-width="40px"> @@ -284,7 +284,7 @@ </div> </template> - <el-table v-loading="loading" :data="oldSpouseList" @selection-change="handleSelectionChange" :row-class-name="tableRowClassName" style="background: #FFEFF2; border-radius: 14px 14px 14px 14px;"> + <el-table :data="oldSpouseList" @selection-change="handleSelectionChange" :row-class-name="tableRowClassName" style="background: #FFEFF2; border-radius: 14px 14px 14px 14px;"> <el-table-column label="濮撳悕" prop="name" sortable width="160" align="center" > <template slot-scope="scope"> <template v-if="!scope.row.isEdit">{{ scope.row.name }}</template> @@ -380,7 +380,7 @@ <el-container > <el-col > <el-form ref="elForm" :model="marryList" :rules="rules" size="medium" label-position="left" - v-loading="loading" :data="marryList" @selection-change="handleSelectionChange" > + :data="marryList" @selection-change="handleSelectionChange" > <el-row :span="16"> <el-form-item label="鐢熻偛鎯呭喌" prop="bearStatus" label-width="80px"> <template v-if="!isEditing"> @@ -437,7 +437,7 @@ </div> <div style="padding-left:200px; padding-top: 58px; "> <el-container> - <el-col v-loading="loading" :data="marryList" @selection-change="handleSelectionChange"> + <el-col :data="marryList" @selection-change="handleSelectionChange"> <el-form ref="elForm" :model="marryList" :rules="rules" size="medium" label-position="left" > <el-row :span="16" > -- Gitblit v1.9.1