Commit 0a17d915 by Ian Committed by Gitee

update src/main/resources/template/add-or-update.vue.vm.

parent b96a2352
<template>
<el-dialog
:title="!dataForm.id ? '新增' : '修改'"
:title="!dataForm.${pk.attrname} ? '新增' : '修改'"
:close-on-click-modal="false"
:visible.sync="visible">
<el-form :model="dataForm" :rules="dataRule" ref="dataForm" @keyup.enter.native="dataFormSubmit()" label-width="80px">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment