zengh
2022-02-25 02a236747aa99c5016366a6ec3495190e5e8a730
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>