From b71b4fa3c592e667e114ba1bcf42a2204d6cbf6d Mon Sep 17 00:00:00 2001
From: feige <791364011@qq.com>
Date: 星期二, 18 三月 2025 15:56:27 +0800
Subject: [PATCH] 修改了对应代码

---
 ruoyi-ui/src/views/marry/index.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ruoyi-ui/src/views/marry/index.vue b/ruoyi-ui/src/views/marry/index.vue
index 6adaecd..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"  >
@@ -623,7 +623,7 @@
       // 鏁版嵁鑼冨洿閫夐」
       // 鏁版嵁鑼冨洿閫夐」
       fot:['.bmp','.jpg','.jpeg','.png','.tif','.gif','.pcx','.tga','.exif','.fpx',
-        '.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng'],
+        '.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng','.M4A'],
 
       fileList:[
       ],

--
Gitblit v1.9.1