cloud-web-corejs 1.0.54-dev.51 → 1.0.54-dev.53
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
CHANGED
@@ -13,8 +13,8 @@
|
|
13
13
|
<el-form-item :label="i18nt('启用流程')">
|
14
14
|
<el-switch v-model="formConfig.wfEnabled" @change="designer.vueInstance.reportTemplate.objTypeName=null"></el-switch>
|
15
15
|
</el-form-item>
|
16
|
-
<el-form-item :label="i18nt('
|
17
|
-
<el-input type="text" v-model="designer.vueInstance.reportTemplate.objTypeName"
|
16
|
+
<el-form-item :label="i18nt('默认流程对象名')">
|
17
|
+
<el-input type="text" v-model="designer.vueInstance.reportTemplate.objTypeName"></el-input>
|
18
18
|
</el-form-item>
|
19
19
|
<!-- <el-form-item label="流程单据定义">
|
20
20
|
<a href="javascript:void(0);" class="a-link link-oneLind" @click="openWfObjConfigDialog">
|
@@ -1,7 +1,7 @@
|
|
1
1
|
<template>
|
2
2
|
<div>
|
3
3
|
<companyInfoDialog v-if="showCompanyInfoDialog" :visiable.sync="showCompanyInfoDialog"
|
4
|
-
:title="$t1('批量设置表单流程类型')"
|
4
|
+
:title="$t1('批量设置表单流程类型')" :allCompany="true"
|
5
5
|
:beforeConfirm="beforeConfirmCompanyInfoDialog"
|
6
6
|
:beforeCancel="beforeCloseCompanyInfoDialog"
|
7
7
|
@confirm="confirmCompanyInfoDialog"></companyInfoDialog>
|