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 CHANGED
@@ -3,6 +3,7 @@
3
3
  ---npm publish
4
4
 
5
5
  ## 更新日志
6
+ - 2.1.95:新规范样式修改
6
7
  - 2.1.94:统一待办跳转
7
8
  - 2.1.93:集成统一待办,待办列表增加办理缓急标签
8
9
  - 2.1.92:鸿蒙样式问题
@@ -169,13 +169,18 @@ var Page = function (_React$Component) {
169
169
  { className: 'recording-info-left' },
170
170
  _react2.default.createElement(
171
171
  'div',
172
- null,
173
- nameHtml
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
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fmui-base",
3
- "version": "2.1.94",
3
+ "version": "2.1.95",
4
4
  "title": "fmui-base",
5
5
  "description": "fmui移动端组件",
6
6
  "main": "lib/index.js",