cloud-web-corejs 1.0.54-dev.69 → 1.0.54-dev.70
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/components/xform/form-designer/form-widget/dialog/importDialog.vue +1 -0
- package/src/components/xform/form-designer/form-widget/dialog/importDialogMixin.js +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/field-import-button/import-button-editor.vue +3 -0
@@ -6,6 +6,9 @@
|
|
6
6
|
<el-form-item label="导入数据表名">
|
7
7
|
<el-input v-model="optionModel.importEntity"></el-input>
|
8
8
|
</el-form-item>
|
9
|
+
<el-form-item label="导入文件大小限制(M)">
|
10
|
+
<base-input-number v-model="optionModel.importFileLimitSize" :max="200"></base-input-number>
|
11
|
+
</el-form-item>
|
9
12
|
<el-form-item label="选择导入模板文件">
|
10
13
|
<el-input
|
11
14
|
class="search-input"
|