manage-client 4.0.24 → 4.0.25

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client",
3
- "version": "4.0.24",
3
+ "version": "4.0.25",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -376,7 +376,7 @@
376
376
  'f_meternumber': '表号','f_meter_brand': '气表品牌','f_instruct_type': '指令类型',
377
377
  'f_instruct_state': '执行状态','f_receive_state': '执行结果','f_inputtor': '指令生成人','f_instruct_date': '指令时间',
378
378
  'note':'操作内容','f_info':'操作原因','f_operator':'操作人(记录)','f_operate_date':'操作时间(记录)','f_operate_type':'操作类型','f_state':'操作状态',
379
- 'f_orgname': '组织机构'
379
+ 'f_orgname': '组织机构', 'f_instruct_title': '指令标题'
380
380
  }
381
381
  },
382
382
  instructtitle: [],
@@ -226,6 +226,7 @@
226
226
  <th><nobr>生产日期</nobr></th>
227
227
  <th><nobr>超期提醒</nobr></th>
228
228
  <!--设备信息-->
229
+ <th><nobr>设备类型</nobr></th>
229
230
  <th><nobr>设备名称</nobr></th>
230
231
  <th><nobr>数量</nobr></th>
231
232
  <th><nobr>生产日期</nobr></th>
@@ -360,6 +361,9 @@
360
361
  </td>
361
362
 
362
363
  <!--设备信息-->
364
+ <td style="text-align: center;">
365
+ <nobr>{{row.f_devices_type}}</nobr>
366
+ </td>
363
367
  <td style="text-align: center;">
364
368
  <nobr>{{row.f_brand}}</nobr>
365
369
  </td>
package/.npmignore DELETED
@@ -1,10 +0,0 @@
1
- src/bootstrap
2
- .idea/
3
- .DS_Store
4
- node_modules/
5
- dist/static/*.map
6
- npm-debug.log
7
- selenium-debug.log
8
- test/unit/coverage
9
- test/e2e/reports
10
- yarn.lock
package/build/.npmignore DELETED
@@ -1 +0,0 @@
1
-