Advertisement

jeecg修改状态

阅读量:

前端(Vue框架无疑)

在这里插入图片描述
复制代码
      <a-button @click="handleOperation(3)" type="primary" icon="pause">暂停</a-button>
      <a-button @click="handleOperation(1)" type="primary" icon="play-circle">继续生产</a-button>
    
    
      
      
      
    
在这里插入图片描述
在这里插入图片描述
复制代码
    //开工、暂停、完工操作
    handleOperation(tag

全部评论 (0)

还没有任何评论哟~