feige
2025-01-16 0bed59a7c83975e466e31aa2fa14d8ee15473813
ruoyi-ui/src/views/selfeconomy/index.vue
@@ -172,7 +172,7 @@
        <el-table-column label="期限" prop="timeLimit" sortable width="110" align="center">
          <template slot-scope="scope">{{scope.row.timeLimit? scope.row.timeLimit: '————'}}</template>
        </el-table-column>
        <el-table-column label="变更/注销" prop="isChange" sortable width="140" align="center">
        <el-table-column label="变更/注销/购买" prop="isChange" sortable width="140" align="center">
          <template slot-scope="scope">{{scope.row.isChange? scope.row.isChange: '————'}}</template>
        </el-table-column>
        <el-table-column label="产权" prop="propertyRight" sortable width="110" align="center">
@@ -262,8 +262,8 @@
      />
      <!-- 添加收藏与荣誉信息配置对话框 -->
      <el-dialog :title="title" :visible.sync="open" width="800px" append-to-body    @click.native="handleDialogClick">
        <el-form ref="elForm" :model="formDat" :rules="rules" size="medium" label-width="100px">
      <el-dialog :title="title" :visible.sync="open" width="840px" append-to-body    @click.native="handleDialogClick">
        <el-form ref="elForm" :model="formDat" :rules="rules" size="medium" label-width="120px">
          <!--        <el-form-item label="获得时间" prop="happenTime">-->
          <!--          <el-input v-model="formDat.happenTime" placeholder="请输入获得时间" clearable :style="{width: '100%'}" ></el-input>-->
          <!--        </el-form-item>-->
@@ -294,8 +294,8 @@
            <el-input v-model="formDat.propertyRight" placeholder="请输入产权" clearable :style="{width: '100%'}" >
            </el-input>
          </el-form-item>
          <el-form-item label="变更/注销" prop="isChange">
            <el-select ref="multiSelect" v-model="formDat.isChange" placeholder="请选择变更/注销" clearable :style="{width: '100%'}"  >
          <el-form-item label="变更/注销/购买" prop="isChange">
            <el-select ref="multiSelect" v-model="formDat.isChange" placeholder="请选择变更/注销/购买" clearable :style="{width: '100%'}"  >
              <el-option v-for="(item, index) in typeOptions1" :key="index" :label="item.label" :value="item.value"
              ></el-option>
            </el-select>
@@ -498,7 +498,7 @@
                <el-table-column label="期限" prop="timeLimit" sortable width="110" align="center">
                  <template slot-scope="scope">{{scope.row.timeLimit? scope.row.timeLimit: '————'}}</template>
                </el-table-column>
                <el-table-column label="变更/注销" prop="isChange" sortable width="140" align="center">
                <el-table-column label="变更/注销/购买" prop="isChange" sortable width="140" align="center">
                  <template slot-scope="scope">{{scope.row.isChange? scope.row.isChange: '————'}}</template>
                </el-table-column>
                <el-table-column label="产权" prop="propertyRight" sortable width="110" align="center">
@@ -667,7 +667,7 @@
        // 数据范围选项
    // 数据范围选项
    fot:['.bmp','.jpg','.jpeg','.png','.tif','.gif','.pcx','.tga','.exif','.fpx',
      '.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng','.m4a'],
      '.svg','.psd','.cdr','.pcd','.dxf','.ufo','.eps','.ai','.aw','.WMF','.webp','.apng','.m4a','.M4A'],
        fileList:[
        ],
@@ -737,7 +737,7 @@
          }],
          isChange: [{
            required: true,
            message: '请输入变更/注销',
            message: '请输入变更/注销/购买',
            trigger: 'blur'
          }],
          price: [{
@@ -939,7 +939,7 @@
         this.loading1 = true;
                 let userId = this.$store.state.user.userId
               //  alert(userId)
                 showShareUser(userId, 2026).then(response=>{
                    console.log("===========ddddddddddddd")
                    console.log(response.data)
@@ -953,6 +953,7 @@
               // //  alert(this.$store.state.user.clanId)
               //       this.listRoot = []
                let clanId = this.$store.state.user.clanId
              if(clanId!=null){
                 getAllInfo(clanId).then(response => {
                     this.listRoot = response.data;
                     const kon = {}
@@ -970,6 +971,7 @@
                     this.loading1 = false;
                   }
                 );
             }
          },
      // 确认分享
      subShare(row) {
@@ -1139,7 +1141,7 @@
      /** 查看详细信息 */
      handleCheck(row){
        const id = row.id;
      this.open2 = false;
      this.open2 = false;
        this.$router.push("/self/selfeconomy/selfeconomyInfo/" + id);
      },
      /** 修改按钮操作 */