manage-client-xy 3.2.24 → 3.2.26

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.
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "manage-client-xy",
3
- "version": "3.2.24",
3
+ "version": "3.2.26",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -121,7 +121,7 @@
121
121
  <nobr>收费日期</nobr>
122
122
  </th>
123
123
  <th>
124
- <nobr>服务人员</nobr>
124
+ <nobr>订单号</nobr>
125
125
  </th>
126
126
  <th>
127
127
  <nobr>备注</nobr>
@@ -162,7 +162,7 @@
162
162
  <nobr>{{row.f_operate_date}}</nobr>
163
163
  </td>
164
164
  <td style="text-align: center;">
165
- <nobr>{{row.f_service_person}}</nobr>
165
+ <nobr>{{row.f_serial_id}}</nobr>
166
166
  </td>
167
167
  <td style="text-align: center;">
168
168
  <nobr>{{row.f_comments}}</nobr>
@@ -147,7 +147,7 @@ export default {
147
147
 
148
148
  otherchargeConfig: {
149
149
  'f_userinfo_code': '客户编号', 'f_user_name': '客户名称', 'f_address': '客户地址',
150
- 'f_collection': '收款', 'f_payment': '付款方式', 'f_state': '状态',
150
+ 'f_collection': '收款', 'f_payment': '付款方式', 'f_state': '状态','f_serial_id': '订单号',
151
151
  'f_operate_date': '收费日期', 'f_operator': '操作员', 'f_depname': '部门', 'f_orgname': '公司'
152
152
  },
153
153