cloud-web-corejs 1.0.54-dev.91 → 1.0.54-dev.92
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/table/index.js +1 -1
- package/src/components/xform/form-designer/setting-panel/property-editor/wfFlag-editor.vue +10 -0
- package/src/views/bd/setting/form_template/batchWfObjConfigDialog.vue +2 -2
- package/src/views/bd/setting/form_template/mixins/wf_list.js +423 -1
- package/src/views/bd/setting/form_template/wfObjConfigDialog.vue +2 -2
- package/src/views/bd/setting/form_template/wf_list.vue +1 -1
@@ -1,6 +1,6 @@
|
|
1
1
|
<template>
|
2
2
|
<el-dialog
|
3
|
-
:title="'
|
3
|
+
:title="'设置组织流程单据类型('+formTemplate.formName+')'"
|
4
4
|
:append-to-body="true"
|
5
5
|
:modal-append-to-body="true"
|
6
6
|
:close-on-click-modal="false"
|
@@ -31,7 +31,7 @@
|
|
31
31
|
@click="openCompanyDialog">
|
32
32
|
新增
|
33
33
|
</vxe-button>
|
34
|
-
<span class="button-sty tips">{{ $t1('
|
34
|
+
<span class="button-sty tips">{{ $t1('选择表单所在的组织,填写组织对应的流程单据类型数据。') }}</span>
|
35
35
|
</div>
|
36
36
|
</div>
|
37
37
|
</template>
|
@@ -18,7 +18,7 @@
|
|
18
18
|
<tableForm :formData.sync="formData" @searchEvent="searchEvent" @resetEvent="resetEvent">
|
19
19
|
<template #buttonLeft>
|
20
20
|
<vxe-button icon="el-icon-setting" class="button-sty" @click="openBatchWfObjConfigDialog" type="text" status="primary"
|
21
|
-
plain>{{ $t1('
|
21
|
+
plain>{{ $t1('批量设置组织流程单据类型') }}
|
22
22
|
</vxe-button>
|
23
23
|
</template>
|
24
24
|
<template #buttonRight>
|