cloud-web-corejs 1.0.109 → 1.0.110
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/VabUpload/mixins.js +1 -1
- package/src/components/VabUpload/propertiesDialog.vue +1 -1
- package/src/components/VabUpload/view.vue +2 -2
- package/src/components/baseAttachment/index.vue +49 -49
- package/src/components/baseAttachment/mixins.js +1 -1
- package/src/components/xform/form-designer/form-widget/dialog/exportDialog.vue +13 -0
- package/src/components/xform/form-designer/form-widget/dialog/fileReferenceDialog.vue +301 -0
- package/src/components/xform/form-designer/form-widget/field-widget/a-link-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/a-text-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/date-widget.vue +21 -2
- package/src/components/xform/form-designer/form-widget/field-widget/fieldMixin.js +5 -3
- package/src/components/xform/form-designer/form-widget/field-widget/form-item-wrapper.vue +104 -45
- package/src/components/xform/form-designer/form-widget/field-widget/number-widget.vue +1 -1
- package/src/components/xform/form-designer/form-widget/field-widget/status-widget.vue +18 -17
- package/src/components/xform/form-designer/form-widget/field-widget/text-widget.vue +1 -1
- package/src/components/xform/form-designer/indexMixin.js +1 -1
- package/src/components/xform/form-designer/setting-panel/form-setting.vue +588 -164
- package/src/components/xform/form-designer/setting-panel/option-items-setting.vue +69 -10
- package/src/components/xform/form-designer/setting-panel/property-editor/a-link-editor.vue +3 -3
- package/src/components/xform/form-designer/setting-panel/property-editor/a-text-editor.vue +3 -3
- package/src/components/xform/form-designer/setting-panel/property-editor/colorClass-editor.vue +28 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/data-table-editor.vue +32 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/container-data-table/table-column-dialog.vue +17 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/container-detail-pane/detail-pane-editor.vue +3 -3
- package/src/components/xform/form-designer/setting-panel/property-editor/field-button/clickBindEvent-editor.vue +35 -20
- package/src/components/xform/form-designer/setting-panel/property-editor/field-vabUpload/field-vabUpload-editor.vue +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/formScriptEnabled-editor.vue +4 -0
- package/src/components/xform/form-designer/setting-panel/property-editor/formula-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/formulaEnabled-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/labelColor-editor.vue +20 -11
- package/src/components/xform/form-designer/setting-panel/property-editor/labelIconClass-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/labelIconPosition-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/labelTooltip-editor.vue +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/required-editor.vue +23 -23
- package/src/components/xform/form-designer/setting-panel/property-editor/requiredHint-editor.vue +3 -3
- package/src/components/xform/form-designer/setting-panel/property-editor/textFlag-editor.vue +161 -74
- package/src/components/xform/form-designer/setting-panel/property-editor/validation-editor.vue +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/validationHint-editor.vue +2 -2
- package/src/components/xform/form-designer/setting-panel/property-editor/wfFlag-editor.vue +236 -92
- package/src/components/xform/form-designer/setting-panel/property-editor/widgetShowRuleFlag-editor.vue +74 -31
- package/src/components/xform/form-designer/setting-panel/propertyRegister.js +10 -9
- package/src/components/xform/form-designer/widget-panel/widgetsConfig.js +52 -17
- package/src/components/xform/form-render/container-item/data-table-mixin.js +1 -1
- package/src/components/xform/form-render/container-item/detail-pane-item.vue +17 -3
- package/src/components/xform/form-render/index.vue +4 -1
- package/src/components/xform/form-render/indexMixin.js +2 -1
- package/src/components/xform/mixins/defaultHandle.js +1 -1
- package/src/components/xform/mixins/scriptHttp.js +1 -1
- package/src/components/xform/utils/util.js +1 -1
- package/src/components/xform/utils/validators.js +1 -5
- package/src/store/config/index.js +1 -1
- package/src/views/bd/setting/bd_company_env/dialog.vue +174 -0
- package/src/views/bd/setting/bd_company_env/edit.vue +163 -0
- package/src/views/bd/setting/bd_company_env/list.vue +175 -0
- package/src/views/bd/setting/config_manage/list.vue +51 -0
- package/src/views/user/wf/wf_manage/list.vue +29 -0
@@ -49,7 +49,7 @@
|
|
49
49
|
</tr>
|
50
50
|
<tr>
|
51
51
|
<th>{{ $t2('创建人', 'system.label.createBy') }}</th>
|
52
|
-
<td>{{ attachmentDTO.
|
52
|
+
<td>{{ attachmentDTO._createBy }}</td>
|
53
53
|
<th>{{ $t2('创建时间', 'system.label.createDate') }}</th>
|
54
54
|
<td>{{ attachmentDTO.createDate }}</td>
|
55
55
|
</tr>
|
@@ -26,8 +26,8 @@
|
|
26
26
|
</el-tooltip>
|
27
27
|
<p v-if="$attrs.showSize === true || $attrs.showSize === 'true'">
|
28
28
|
{{ formatFileSize(attachment.fileSize) }}</p>
|
29
|
-
<p v-if="$attrs.showSortInput !== true && !dataType && $attrs.createBy !== false">
|
30
|
-
{{ attachment.createBy }}</p
|
29
|
+
<!-- <p v-if="$attrs.showSortInput !== true && !dataType && $attrs.createBy !== false">
|
30
|
+
{{ attachment.createBy }}</p>-->
|
31
31
|
<p v-if="$attrs.showSortInput !== true && !dataType && $attrs.createDate !== false">
|
32
32
|
{{ attachment.createDate }}</p>
|
33
33
|
</div>
|
@@ -1,49 +1,49 @@
|
|
1
|
-
<template>
|
2
|
-
<span class="p10">
|
3
|
-
<template v-if="edit || !!imageUrl">
|
4
|
-
<el-tooltip :enterable="false" effect="dark" :content="fileName" placement="top"
|
5
|
-
popper-class="tooltip-skin" :disabled="!fileName">
|
6
|
-
<a class="a-link img num1" @click="openPreview()">
|
7
|
-
<el-image v-if="!!imageUrl" :key="imageUrl" :src="imageUrl" :lazy="
|
8
|
-
<span class="num" v-if="size>1">{{ size }}</span>
|
9
|
-
</a>
|
10
|
-
</el-tooltip>
|
11
|
-
<template v-if="showViewButton">
|
12
|
-
<el-tooltip :enterable="false" effect="dark" :content="title" placement="top" popper-class="tooltip-skin">
|
13
|
-
<a href="javascript:void(0);" class="a-link nums" @click="openAttachmentDialog">
|
14
|
-
<i class="iconfont icon-fujian3"/>
|
15
|
-
</a>
|
16
|
-
</el-tooltip>
|
17
|
-
<template v-if="edit && isUploadEnabled">
|
18
|
-
<el-tooltip :enterable="false" effect="dark" :content="$t1('上传')" placement="top"
|
19
|
-
popper-class="tooltip-skin"
|
20
|
-
>
|
21
|
-
<a href="javascript:void(0);" class="a-link nums" @click="uploadFile">
|
22
|
-
<i class="el-icon-upload2"/>
|
23
|
-
</a>
|
24
|
-
</el-tooltip>
|
25
|
-
</template>
|
26
|
-
|
27
|
-
</template>
|
28
|
-
<uploadDialog v-if="showUploadDialog" :visiable.sync="showUploadDialog"
|
29
|
-
:rows.sync="rows" :title="title" :edit="edit" :param.sync="option.uploadConfig"
|
30
|
-
:onConfirm="confirmInsertAttachment"/>
|
31
|
-
</template>
|
32
|
-
</span>
|
33
|
-
</template>
|
34
|
-
|
35
|
-
<script>
|
36
|
-
import {indexMixin} from './mixins'
|
37
|
-
|
38
|
-
export default {
|
39
|
-
name: "baseAttachment",
|
40
|
-
components: {
|
41
|
-
uploadDialog: () => import('./uploadDialog')
|
42
|
-
},
|
43
|
-
mixins: [indexMixin]
|
44
|
-
}
|
45
|
-
</script>
|
46
|
-
|
47
|
-
<style scoped>
|
48
|
-
.p10 .a-link{padding-right:10px;margin-right:10px;}
|
49
|
-
</style>
|
1
|
+
<template>
|
2
|
+
<span class="p10">
|
3
|
+
<template v-if="edit || !!imageUrl">
|
4
|
+
<el-tooltip :enterable="false" effect="dark" :content="fileName" placement="top"
|
5
|
+
popper-class="tooltip-skin" :disabled="!fileName">
|
6
|
+
<a class="a-link img num1" @click="openPreview()">
|
7
|
+
<el-image v-if="!!imageUrl" :key="imageUrl" :src="imageUrl" :lazy="imageLazy"/>
|
8
|
+
<span class="num" v-if="size>1">{{ size }}</span>
|
9
|
+
</a>
|
10
|
+
</el-tooltip>
|
11
|
+
<template v-if="showViewButton">
|
12
|
+
<el-tooltip :enterable="false" effect="dark" :content="title" placement="top" popper-class="tooltip-skin">
|
13
|
+
<a href="javascript:void(0);" class="a-link nums" @click="openAttachmentDialog">
|
14
|
+
<i class="iconfont icon-fujian3"/>
|
15
|
+
</a>
|
16
|
+
</el-tooltip>
|
17
|
+
<template v-if="edit && isUploadEnabled">
|
18
|
+
<el-tooltip :enterable="false" effect="dark" :content="$t1('上传')" placement="top"
|
19
|
+
popper-class="tooltip-skin"
|
20
|
+
>
|
21
|
+
<a href="javascript:void(0);" class="a-link nums" @click="uploadFile">
|
22
|
+
<i class="el-icon-upload2"/>
|
23
|
+
</a>
|
24
|
+
</el-tooltip>
|
25
|
+
</template>
|
26
|
+
|
27
|
+
</template>
|
28
|
+
<uploadDialog v-if="showUploadDialog" :visiable.sync="showUploadDialog"
|
29
|
+
:rows.sync="rows" :title="title" :edit="edit" :param.sync="option.uploadConfig"
|
30
|
+
:onConfirm="confirmInsertAttachment"/>
|
31
|
+
</template>
|
32
|
+
</span>
|
33
|
+
</template>
|
34
|
+
|
35
|
+
<script>
|
36
|
+
import {indexMixin} from './mixins'
|
37
|
+
|
38
|
+
export default {
|
39
|
+
name: "baseAttachment",
|
40
|
+
components: {
|
41
|
+
uploadDialog: () => import('./uploadDialog')
|
42
|
+
},
|
43
|
+
mixins: [indexMixin]
|
44
|
+
}
|
45
|
+
</script>
|
46
|
+
|
47
|
+
<style scoped>
|
48
|
+
.p10 .a-link{padding-right:10px;margin-right:10px;}
|
49
|
+
</style>
|