Commit 00dc0b5b by chenyu

update: update

parent 693128d3
......@@ -2,7 +2,7 @@
<!-- 新建导入 -->
<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"
label-suffix=":" style="margin-bottom: 36px;">
label-suffix="" style="margin-bottom: 36px;">
<el-form-item label="导入类型" prop="importValue">
<el-select v-model="formByImport.importValue" placeholder="请选择导入类型"
@change="handleChangeType">
......
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