第一次
parent
735c661936
commit
8d7145d3b1
|
@ -193,7 +193,6 @@
|
||||||
|
|
||||||
</el-descriptions-item>
|
</el-descriptions-item>
|
||||||
|
|
||||||
|
|
||||||
<el-descriptions-item>
|
<el-descriptions-item>
|
||||||
<div>
|
<div>
|
||||||
<editor v-model="customer.ruleContent" :min-height="192"/>
|
<editor v-model="customer.ruleContent" :min-height="192"/>
|
||||||
|
@ -223,7 +222,7 @@
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
<!-- 添加或修改规则对话框 -->
|
<!-- 添加或修改规则版本对话框 -->
|
||||||
<el-dialog :title="title" :visible.sync="open" width="80%" append-to-body>
|
<el-dialog :title="title" :visible.sync="open" width="80%" append-to-body>
|
||||||
<el-button type="primary" @click="generate" style="margin-bottom:20px;">生成版本类</el-button>
|
<el-button type="primary" @click="generate" style="margin-bottom:20px;">生成版本类</el-button>
|
||||||
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
|
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
|
||||||
|
|
Loading…
Reference in New Issue