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