Browse Source

修改冲突

master
YF-yuan 3 years ago
parent
commit
22ec2e6bec
1 changed files with 16 additions and 8 deletions
  1. +16
    -8
      src/views/second/taskSummary/reward.vue

+ 16
- 8
src/views/second/taskSummary/reward.vue View File

:flat="true" :flat="true"
@current-change="getDataList()" @current-change="getDataList()"
/> />
<el-dialog
title="编辑考核内容"
:visible.sync="showEdit"
width="400px"
custom-class="ele-dialog-form"
:lock-scroll="false"
:destroy-on-close="true"
@closed="form = {}"
<el-dialog
title="编辑考核内容"
:visible.sync="showEdit"
width="400px"
custom-class="ele-dialog-form"
:lock-scroll="false"
:destroy-on-close="true"
@closed="form = {}"
>
<el-form
:model="form"
label-width="82px"
custom-class="editForm"
@keyup.enter.native="save"
@submit.native.prevent
ref="editForm"
> >
<el-form-item label="小条内容:"> <el-form-item label="小条内容:">
<el-input <el-input

Loading…
Cancel
Save