zengh
2022-05-16 63ad2c3598400370dd7da5534659fd7e768a0a4a
src/views/work/process/leave/handle.vue
@@ -4,7 +4,7 @@
      <el-row type="flex" class="row-bg" justify="end">
        <el-form-item>
          <el-button type="primary" @click="handleAgree">同意</el-button>
          <el-button type="danger" @click="handleDisagree">驳回</el-button>
          <el-button  @click="handleDisagree">驳回</el-button>
          <el-button @click="handleCancel">关闭</el-button>
        </el-form-item>
      </el-row>