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.
- package/.gradle/9.0.0/checksums/checksums.lock +0 -0
- package/.gradle/9.0.0/fileChanges/last-build.bin +0 -0
- package/.gradle/9.0.0/fileHashes/fileHashes.lock +0 -0
- package/.gradle/9.0.0/gc.properties +0 -0
- package/package.json +1 -1
- package/src/components/sale/businessquery/OtherChargeQuery.vue +2 -2
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
<nobr>收费日期</nobr>
|
|
122
122
|
</th>
|
|
123
123
|
<th>
|
|
124
|
-
<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.
|
|
165
|
+
<nobr>{{row.f_serial_id}}</nobr>
|
|
166
166
|
</td>
|
|
167
167
|
<td style="text-align: center;">
|
|
168
168
|
<nobr>{{row.f_comments}}</nobr>
|