feige
2025-01-08 86b5bac6443be3594391a8e70170a7e026907dba
修改了bug
1个文件已修改
7 ■■■■■ 已修改文件
ruoyi-ui/src/views/travel/travelInfo.vue 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/travel/travelInfo.vue
@@ -22,8 +22,8 @@
          <el-input v-model="formData.address" placeholder="请输入地点" clearable :style="{width: '100%'}" :disabled="dsb">
          </el-input>
        </el-form-item>
        <el-form-item label="建筑" prop="scenic">
          <el-input v-model="formData.scenic" placeholder="请输入建筑" clearable :style="{width: '100%'}" :disabled="dsb"></el-input>
        <el-form-item label="标题" prop="scenic">
          <el-input v-model="formData.scenic" placeholder="请输入标题" clearable :style="{width: '100%'}" :disabled="dsb"></el-input>
        </el-form-item>
@@ -38,6 +38,7 @@
        <el-form-item label="住宿费用" prop="stay">
        <el-input v-model="formData.stay" placeholder="请输入住宿费用" type="number" clearable :style="{width: '100%'}" :disabled="dsb">
        </el-input>
        </el-form-item>
        <el-form-item label="购物费用" prop="shop">
        <el-input v-model="formData.shop" placeholder="请输入购物费用" type="number" clearable :style="{width: '100%'}" :disabled="dsb">
        </el-input>
@@ -333,7 +334,7 @@
        if(paths[i]!="") {
            let pth = paths[i].substr(paths[i].length - 4, paths[i].length)
        //    alert(pth)
            // alert(pth)
            if (_this.fot.includes(pth) === true)
            {
                if(paths[i].includes("https"))