cloud-web-corejs 1.0.54-dev.93 → 1.0.54-dev.94
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
@@ -16,7 +16,7 @@
|
|
16
16
|
</a>
|
17
17
|
</el-form-item>
|
18
18
|
|
19
|
-
<el-form-item :label="i18nt('特定流程节点显隐')">
|
19
|
+
<!-- <el-form-item :label="i18nt('特定流程节点显隐')">
|
20
20
|
<el-switch v-model="optionModel.wfEdit" @change="changeWfEdit"></el-switch>
|
21
21
|
</el-form-item>
|
22
22
|
<el-form-item :label="i18nt('流程节点信息')">
|
@@ -24,7 +24,7 @@
|
|
24
24
|
<span>{{ optionModel.wfConfigData && optionModel.wfConfigData.length ? "已维护" : "" }}</span>
|
25
25
|
<i class="el-icon-edit"></i>
|
26
26
|
</a>
|
27
|
-
</el-form-item
|
27
|
+
</el-form-item>-->
|
28
28
|
<el-dialog
|
29
29
|
v-if="dialogVisible"
|
30
30
|
custom-class="dialog-style list-dialog"
|