cloud-web-corejs 1.0.54-dev.206 → 1.0.54-dev.207
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
@@ -17,6 +17,9 @@
|
|
17
17
|
<el-form-item :label="i18nt('流程启动时自动保存表单数据')">
|
18
18
|
<el-switch v-model="formConfig.wfStartBindSave"></el-switch>
|
19
19
|
</el-form-item>
|
20
|
+
<el-form-item :label="i18nt('流程第一步可编辑')">
|
21
|
+
<el-switch v-model="formConfig.wfFirstNodeEdit"></el-switch>
|
22
|
+
</el-form-item>
|
20
23
|
<el-form-item :label="i18nt('默认流程单据类型名称')">
|
21
24
|
<el-input type="text" v-model="designer.vueInstance.reportTemplate.objTypeName"></el-input>
|
22
25
|
</el-form-item>
|