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
package/package.json
CHANGED
@@ -41,6 +41,7 @@
|
|
41
41
|
</div>
|
42
42
|
</div>
|
43
43
|
<span slot="footer" class="dialog-footer">
|
44
|
+
<span class="fl tips">{{$t1('注:导入文件不允许超过{fileSize}MB',{fileSize:importFileLimitSize})}}</span>
|
44
45
|
<el-button type="primary" plain class="button-sty" @click="dialogClose1">
|
45
46
|
<i class="el-icon-close el-icon"></i>
|
46
47
|
{{ $t2('取 消', 'system.button.cancel2') }}
|