feige
2025-01-02 43e1199ca0c75787fb6b52bef7d595abd115ceab
ruoyi-ui/src/views/marry/index.vue
@@ -276,10 +276,10 @@
          <template v-slot:title>
            <h2 style="font-size:16px ">前任情况</h2>
            <div class="title-wrapper">
              <div>
             <!-- <div>
                <el-button class="button" size="mini" type="text"  @click="handleAdd">
                  <span v-html="'\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0'"></span></el-button>
              </div>
              </div> -->
            </div>
@@ -540,7 +540,7 @@
import {getInfo} from "@/api/login";
export default {
  name: "show",
  name: "ZMarry",
  dicts: ['sys_normal_disable'],
  data() {
    return {
@@ -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:[
      ],
@@ -800,7 +800,7 @@
    getList() {
      this.loading = true;
      //个人信息
      listMarry(this.queryParams).then(response => {
      listMarry().then(response => {
          if(response.data.length === 0){
            this.loading = false;
@@ -1088,7 +1088,8 @@
      this.$set(row, 'isEdit', false);
      this.$set(this.editStatus, row.id, false);
    },
handleSelectionChange()
{},
    //隔行变色
    tableRowClassName({ row, rowIndex }) {
      if (rowIndex % 2 == 0) {