manage-client 3.3.103 → 3.3.104

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": "3.3.103",
3
+ "version": "3.3.104",
4
4
  "description": "经营管控模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -405,6 +405,9 @@
405
405
  <data-order field="f_operate_date" name="收费日期"
406
406
  :order.sync="$parent.$parent.$parent.orderFields.f_operate_date"></data-order>
407
407
  </th>
408
+ <th>
409
+ <nobr>用户档案备注</nobr>
410
+ </th>
408
411
  <th>
409
412
  <nobr>优惠金额</nobr>
410
413
  </th>
@@ -550,9 +553,6 @@
550
553
  <th>
551
554
  <nobr>三阶气费</nobr>
552
555
  </th>
553
- <th>
554
- <nobr>用户档案备注</nobr>
555
- </th>
556
556
 
557
557
  <th><nobr>附件</nobr></th>
558
558
  </tr>
@@ -619,6 +619,9 @@
619
619
  <td style="text-align: center;">
620
620
  <nobr>{{row.f_operate_date}}</nobr>
621
621
  </td>
622
+ <td style="text-align: center;">
623
+ <nobr>{{row.f_user_comments}}</nobr>
624
+ </td>
622
625
  <td style="text-align: center;">
623
626
  <nobr>{{row.f_privilege_money}}</nobr>
624
627
  </td>
@@ -767,9 +770,6 @@
767
770
  <td style="text-align: center;">
768
771
  <nobr>{{(row.f_stair3fee - 0).toFixed(2)}}</nobr>
769
772
  </td>
770
- <td style="text-align: center;">
771
- <nobr>{{row.f_user_comments}}</nobr>
772
- </td>
773
773
  <td style="text-align: center;"><nobr>
774
774
  <button style=" height: 28px;line-height: 16px;" class="button_search button_spacing width-60" @click.stop="$parent.$parent.$parent.view(row)">查看</button>
775
775
  </nobr></td>