chore(app启动页-->新增、修改弹窗): 添加注释
This commit is contained in:
parent
1d3c6b3c93
commit
e9b98615f3
@ -8,6 +8,7 @@
|
|||||||
top="50px"
|
top="50px"
|
||||||
>
|
>
|
||||||
<div v-loading="submitLoading">
|
<div v-loading="submitLoading">
|
||||||
|
<!-- 表单 内容 -->
|
||||||
<div class="form-contetn">
|
<div class="form-contetn">
|
||||||
<el-form
|
<el-form
|
||||||
ref="form"
|
ref="form"
|
||||||
@ -94,6 +95,8 @@
|
|||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- 操作按钮 -->
|
||||||
<div slot="footer" style="text-align: right;">
|
<div slot="footer" style="text-align: right;">
|
||||||
<el-button @click="handleClose()">取消</el-button>
|
<el-button @click="handleClose()">取消</el-button>
|
||||||
<el-button type="primary" @click="submitForm()">保存</el-button>
|
<el-button type="primary" @click="submitForm()">保存</el-button>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user