vue2-client 1.19.67 → 1.19.68
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
|
@@ -81,11 +81,12 @@
|
|
|
81
81
|
key="workFlowTab"
|
|
82
82
|
tab="表单"
|
|
83
83
|
>
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
84
|
+
<div v-if="historyFormCompletedDataPreview">
|
|
85
|
+
<work-flow-step-files-preview
|
|
86
|
+
:preview="historyFormCompletedDataPreview"
|
|
87
|
+
/>
|
|
88
|
+
<a-divider/>
|
|
89
|
+
</div>
|
|
89
90
|
<x-add-native-form
|
|
90
91
|
ref="xAddForm"
|
|
91
92
|
@x-form-item-emit-func="formItemEmitFunc"
|
|
@@ -93,17 +94,18 @@
|
|
|
93
94
|
</a-tab-pane>
|
|
94
95
|
</x-tab>
|
|
95
96
|
<div v-else>
|
|
96
|
-
<
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
97
|
+
<div v-if="historyFormCompletedDataPreview">
|
|
98
|
+
<work-flow-step-files-preview
|
|
99
|
+
:preview="historyFormCompletedDataPreview"
|
|
100
|
+
/>
|
|
101
|
+
<a-divider/>
|
|
102
|
+
</div>
|
|
101
103
|
<x-add-native-form
|
|
102
104
|
ref="xAddForm"
|
|
103
105
|
@x-form-item-emit-func="formItemEmitFunc"
|
|
104
106
|
@onSubmit="submitForm"/>
|
|
105
|
-
<a-divider/>
|
|
106
107
|
</div>
|
|
108
|
+
<a-divider/>
|
|
107
109
|
|
|
108
110
|
<!-- 分支节点状态提示 -->
|
|
109
111
|
<a-alert
|