educode_sales 0.2.2 → 0.2.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 50c6f58b4bfd8062d4c7f0101e43454793e7cd46
4
- data.tar.gz: 5afbd0111144d83941dbe35219508d65eb3af65d
3
+ metadata.gz: bbfc62f87032f6a141a3146410b26c5ea8f9ca5b
4
+ data.tar.gz: 57ff82abbace70d1d84d3c5021e80fbb31a6311a
5
5
  SHA512:
6
- metadata.gz: 2538da04fa510bafc20f14f527581059d6776484293b8f2a2b405a6132e970cc0c2f3e7e6a6d33398ee286e3e2dbfd40eba5fa97df6dd1973eed1cf061433667
7
- data.tar.gz: 6695eb57a9c754999e9b0d0b4e68f038b58efc7801012faf288a3f9d067db1c039abf9582a7f1af35b7f2b426494fd800a6223bdb08903fa83a52ba428859598
6
+ metadata.gz: c7e22d300ae1a760eaa102564d3f04dee2fcb1456c751cb55918ed9fd821c81e4d71337d7f17d92086757df92471d8ae7e4f5d1343dc285e2acf616a4a1c430d
7
+ data.tar.gz: 157c37a6bb9d86a27c564df57fef46c6c115de30d78a43976d3f371c8a14721236a5d91a4c232b198ae82d2efe4af225e9a793b558ce05defff68bec652ecc95
@@ -169,13 +169,13 @@
169
169
  {
170
170
  field: 'total_amount',
171
171
  width: 100,
172
- title: '总额(万)',
172
+ title: '总额',
173
173
  sort: true
174
174
  },
175
175
  {
176
176
  field: 'return_money',
177
177
  width: 100,
178
- title: '回款(万)',
178
+ title: '回款',
179
179
  sort: true
180
180
  },
181
181
  {
@@ -107,12 +107,12 @@
107
107
  {
108
108
  field: 'total_amount',
109
109
  width: 100,
110
- title: '总额(万)',
110
+ title: '总额',
111
111
  },
112
112
  {
113
113
  field: 'actual_amount',
114
114
  width: 100,
115
- title: '实额(万)',
115
+ title: '实额',
116
116
  },
117
117
  {
118
118
  field: 'divide_rate',
@@ -122,7 +122,7 @@
122
122
  {
123
123
  field: 'money',
124
124
  width: 100,
125
- title: '已回款(万)',
125
+ title: '已回款',
126
126
  },
127
127
  {
128
128
  field: 'money_plans_count',
@@ -59,12 +59,12 @@
59
59
  {
60
60
  field: 'amount',
61
61
  width: 120,
62
- title: '中标(万)'
62
+ title: '中标'
63
63
  },
64
64
  {
65
65
  field: 'return_mount',
66
66
  width: 120,
67
- title: '回款(万)',
67
+ title: '回款',
68
68
  },
69
69
  {
70
70
  title: '操作',
@@ -50,11 +50,11 @@
50
50
  width: 120
51
51
  }, {
52
52
  field: 'goal',
53
- title: '中标金额(万)',
53
+ title: '中标金额',
54
54
  width: 120
55
55
  }, {
56
56
  field: 'return_money',
57
- title: '回款(万)',
57
+ title: '回款',
58
58
  width: 120
59
59
  }
60
60
  ]
@@ -1,3 +1,3 @@
1
1
  module EducodeSales
2
- VERSION = '0.2.2'
2
+ VERSION = '0.2.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: educode_sales
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - anke1460