The vue.js error is not defined in the instance but referenced in the rendering by initializing the property to ensure that the property is passive in the data option or in the class-based component

< div style= "margin-left:250px;" v show = "isShow" >

    <el-button type="primary" v-if="vgeApplyManager_btn_ty" @click="update("form")" ></el-button>
    <el-button style="margin-left:100px;" type="success" v-if="vgeApplyManager_btn_bty" @click="noupdate("form")"></el-button>
  </div>
  
  
  
  if(row.approvalType==0){
      this.isShow = true;
    }else{
      this.isShow = false;
    }


Mar.03,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b393e8-2c185.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b393e8-2c185.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?