jufubao-admin-library 1.1.61 → 1.1.62

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.
@@ -292,6 +292,13 @@ export default {
292
292
  minWidth: 100,
293
293
  label: "资金方向",
294
294
  },
295
+ {
296
+ type: "normal",
297
+ prop: "trade_type_name",
298
+ align: "center",
299
+ minWidth: 100,
300
+ label: "交易类型",
301
+ },
295
302
  {
296
303
  type: "normal",
297
304
  prop: "invoice_name",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-admin-library",
3
- "version": "1.1.61",
3
+ "version": "1.1.62",
4
4
  "description": "聚福宝福利后台管理系统公共模块",
5
5
  "author": "goashiyong <gaoshiyong1272@vip.163.com>",
6
6
  "scripts": {