manage-client-xy 3.2.24 → 3.2.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.
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.25",
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>