manage-client 4.1.86 → 4.1.87

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.1.86",
3
+ "version": "4.1.87",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -195,6 +195,9 @@
195
195
  <data-order field="f_userinfo_code" name="客户编号"
196
196
  :order.sync="$parent.$parent.$parent.orderFields.f_userinfo_code"></data-order>
197
197
  </th>
198
+ <th>
199
+ <nobr>换表编号</nobr>
200
+ </th>
198
201
  <th>
199
202
  <nobr>客户名称</nobr>
200
203
  </th>
@@ -287,6 +290,9 @@
287
290
  <td style="text-align: center;"><nobr>
288
291
  <span @click="$parent.$parent.$parent.showmsg(row)"><a>{{row.f_userinfo_code}}</a></span>
289
292
  </nobr> </td>
293
+ <td style="text-align: center;">
294
+ <nobr>{{row.id}}</nobr>
295
+ </td>
290
296
  <td style="text-align: center;">
291
297
  <nobr>{{row.f_user_name}}</nobr>
292
298
  </td>
@@ -747,6 +747,7 @@ export default {
747
747
  },
748
748
 
749
749
  changemeterConfig: {
750
+ 'id': '换表编号',
750
751
  'f_userinfo_code': '客户编号',
751
752
  'f_olduserinfo_code': '档案编号',
752
753
  'f_user_name': '客户名称',