feige
2024-12-17 4b1fbea0d8099259ea7d0ef10bd7633c3bc62f2e
修改了对应的bug
5个文件已修改
36 ■■■■■ 已修改文件
ruoyi-ui/src/views/bignote/familyeventInfo.vue 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/healthy/healthYear.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/marry/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/meeting/replay.vue 28 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/note/memo.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-ui/src/views/bignote/familyeventInfo.vue
ruoyi-ui/src/views/healthy/healthYear.vue
@@ -1014,7 +1014,7 @@
        open1:false,
        open2:false,
        open3:false,
      allBasicInfo:["基本情况","生活习惯","护理查体","现在健康问题"],
      allBasicInfo:["基本情况","生活习惯","护理查体","现在健康情况"],
      dictionary: {},
      // 遮罩层
      editMode: false, // 是否处于编辑模式
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>
ruoyi-ui/src/views/meeting/replay.vue
@@ -32,10 +32,10 @@
        </el-form>
        <el-row :gutter="25" v-loading="loading">
            <el-col :span="6" v-for="(item,i) in replayList" :style="margin">
        <el-row :gutter="25"   min-width="1800"  v-loading="loading">
            <el-col :span="6" :xs=24 :sm=12 :lg=8 :xl=6 v-for="(item,i) in replayList" :style="margin">
                <div class="module">
                    <span class="span1">{{ item.title }}</span>
                    <span class="span1 spanStyle">{{ item.title }}</span>
                    <span class="span2">{{ item.startTime }}</span>
                    <el-button class="huifang" type="primary" plain @click="show(item.id)">回放</el-button>
                    <!-- <div class="tubiao"><i class="el-icon-view">10000</i></div> -->
@@ -117,7 +117,7 @@
          replayList:[],
          queryParams: {
            pageNum: 1,
            pageSize: 8,
            pageSize: 9,
            title: undefined,
            applyPerson: undefined,
            contactPerson: undefined,
@@ -225,7 +225,8 @@
}
.module {
    width: 100%;
    width: 400px;
    height: 160px;
    background-color: rgb(255, 255, 255);
    border-color: red;
@@ -243,14 +244,17 @@
}
.span1 {
    float: left;
    /* float: left; */
    font-size: 20px;
    margin-top: 5%;
    margin-left: 3%;
}
.span2 {
    float: right;
    /* float: right; */
    position: absolute;
    right:2px;
    top:40px;
    font-size: 20px;
    margin-top: 5%;
    margin-right: 3%;
@@ -278,4 +282,14 @@
.video{
  object-fit: cover;
}
.spanStyle {
  white-space: normal;
  position: absolute;
  height: 30px;
  width: 385px;
  overflow: hidden; /*超出的文本隐藏*/
  text-overflow: ellipsis; /* 溢出用省略号*/
}
</style>
ruoyi-ui/src/views/note/memo.vue
@@ -520,7 +520,7 @@
      this.dialogFileUrl = file.url;
      if(this.dialogFileUrl.includes("47.93.189.255")==true)
        this.dialogFileUrl = this.dialogFileUrl.replace("47.93.189.255","www.bendudu.com")
      //alert(this.dialogFileUrl)
      alert(this.dialogFileUrl)
      const Base64 = require('js-base64').Base64
      this.desurl = process.env.VUE_APP_BASE_OTHER_API+"preview/"+'onlinePreview?url='+encodeURIComponent(Base64.encode(this.dialogFileUrl));