Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Oct 29, 2018
1 parent 20d003e commit 97ffefa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Archive/person.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
</el-form>
<div slot="footer" class="dialog-footer">
<el-button @click="dialogFormVisible = false">取 消</el-button>
<el-button v-if="dialogStatus=='create'" type="primary" @click="create">确 定</el-button>
<el-button v-else type="primary" @click="update">确 定</el-button>
<el-button v-if="dialogStatus=='create'" type="primary" @click="create">新 增</el-button>
<el-button v-else type="primary" @click="update">修 改</el-button>
</div>
</el-dialog>

Expand Down

0 comments on commit 97ffefa

Please sign in to comment.