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
Menu