Commit 7efcad92 by chenyu

update: update

parent 00dc0b5b
<template>
<!-- 新建导入 -->
<el-dialog title="新建导入" custom-class="customer-dialog" :visible.sync="dialogImport" width="600px" @closed="onDialogImportClosed">
<el-form ref="formByImport" :rules="rules" :model="formByImport" label-width="90px"
<el-form ref="formByImport" :rules="rules" :model="formByImport" label-width="100px"
label-suffix=":" style="margin-bottom: 36px;">
<el-form-item label="导入类型" prop="importValue">
<el-select v-model="formByImport.importValue" placeholder="请选择导入类型"
......
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