架构调整

Former-commit-id: dcdd490962f70acfcff6d1725d1c95860e837f4d
master
王兵 4 years ago
parent be5e62951f
commit 650759da2f

@ -215,10 +215,16 @@
</el-card>
<el-dialog
:custom-class="'dialog'"
:width="'610px'"
:fullscreen="false"
:title="form.formTitle"
:close-on-click-modal="false"
:close-on-press-escape="false"
:modal-append-to-body="true"
:visible.sync="form.formShow">
<el-page-header slot="title" @back="form.formShow = false" :content="form.formTitle"></el-page-header>
<el-form class=form" :model="form" :inline="true" :rules="formRules" ref="form"
label-position="right" label-width="90px">
<el-form-item label="资源代码" prop="resCode">
@ -328,7 +334,7 @@
this.form.formTitle = "资源新增";
this.form.formShow = true;
this.form.id = "";
this.form.resCode = "";
this.form.resCode = "";
this.form.resName = "";
this.form.resType = "";
this.form.resValue = "";

Loading…
Cancel
Save

Powered by TurnKey Linux.