fmui-base 2.1.94 → 2.1.95
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/README.md +1 -0
- package/lib/process_info/FlowChart.js +8 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -169,13 +169,18 @@ var Page = function (_React$Component) {
|
|
|
169
169
|
{ className: 'recording-info-left' },
|
|
170
170
|
_react2.default.createElement(
|
|
171
171
|
'div',
|
|
172
|
-
|
|
173
|
-
|
|
172
|
+
{ className: 'recording-name' },
|
|
173
|
+
dealusername
|
|
174
|
+
),
|
|
175
|
+
_react2.default.createElement(
|
|
176
|
+
'div',
|
|
177
|
+
{ className: 'recording-org' },
|
|
178
|
+
dealuserorg
|
|
174
179
|
)
|
|
175
180
|
),
|
|
176
181
|
_react2.default.createElement(
|
|
177
182
|
'div',
|
|
178
|
-
{ className: 'recording-author' },
|
|
183
|
+
{ className: 'recording-author label label-primary' },
|
|
179
184
|
item.curactivityname
|
|
180
185
|
)
|
|
181
186
|
),
|