yz3456
2024-03-30 c0702fb50443fb03a4f5a7beb127294a17fc1dcd
ruoyi-ui/src/views/travel/edit.vue
@@ -68,7 +68,7 @@
     // 数据范围选项
     fot:['.bmp','.jpg','.jpeg','.png','.tif','.gif','.pcx','.tga','.exif','.fpx',
       '.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng'],
      fileList:[
      ],
      fileListOther:[
@@ -114,7 +114,8 @@
          trigger: 'blur'
        }],
        groupTotal: [{
          // required: true,
           required: true,
          message: '请输入团费',
          trigger: 'blur'
        }],
@@ -145,7 +146,7 @@
      this.btn= jd
      this.dsb = !jd
      this.isShow=true
      document.title = "修改旅行费用详细信息";
      // document.title = "修改旅行费用详细信息";
      this.$route.meta.title = "修改旅行费用详细信息";//列表的名称
    }