ruoyi-ui/src/views/collection/collectionInfo.vue
@@ -2,7 +2,7 @@
  <div class="app-container">
    <div class="form-header mt">
      <h4 class="dt h4">收藏与荣誉详细信息 </h4>
      <el-button type="primary" class="pt"  icon="el-icon-edit" @click="handleEdit()" :disabled="btn">编辑</el-button>
      <el-button v-if="isShow" type="primary" class="pt"  icon="el-icon-edit" @click="handleEdit()" >编辑</el-button>
      <!--      <br>-->
      <!--      <el-button type="primary" class="pt"   @click="handleExport"-->
      <!--                 v-hasPermi="['self:user:export']" >导出</el-button>-->
@@ -145,7 +145,7 @@
      ],
      dsb:true,
      btn:false,
      isShow:true,
      // 收藏与荣誉表格数据
     collectionList: [],
@@ -339,7 +339,8 @@
    handleEdit()
    {
      this.dsb = false
      this.btn = true
      // this.btn = true
      this.isShow=false
    },
    requestUpload(params)
    {
@@ -378,6 +379,9 @@
</script>
<style scoped>
.app-container{
  background-color: #FEF7FC;
}
.mt
{
  position: relative;