manage-client-xy 3.2.5 → 3.2.6
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
|
@@ -104,6 +104,9 @@
|
|
|
104
104
|
<th>
|
|
105
105
|
<nobr>转出表类型</nobr>
|
|
106
106
|
</th>
|
|
107
|
+
<th>
|
|
108
|
+
<nobr>转出表品牌</nobr>
|
|
109
|
+
</th>
|
|
107
110
|
<th>
|
|
108
111
|
<nobr>转出方气价</nobr>
|
|
109
112
|
</th>
|
|
@@ -116,6 +119,9 @@
|
|
|
116
119
|
<th>
|
|
117
120
|
<nobr>转入表类型</nobr>
|
|
118
121
|
</th>
|
|
122
|
+
<th>
|
|
123
|
+
<nobr>转出表品牌</nobr>
|
|
124
|
+
</th>
|
|
119
125
|
<th>
|
|
120
126
|
<nobr>转入方气价</nobr>
|
|
121
127
|
</th>
|
|
@@ -167,6 +173,9 @@
|
|
|
167
173
|
<td style="text-align: center;">
|
|
168
174
|
<nobr>{{row.f_fromtype}}</nobr>
|
|
169
175
|
</td>
|
|
176
|
+
<td style="text-align: center;">
|
|
177
|
+
<nobr>{{row.f_frombrand}}</nobr>
|
|
178
|
+
</td>
|
|
170
179
|
<td style="text-align: center;">
|
|
171
180
|
<nobr>{{row.f_fromprice}}</nobr>
|
|
172
181
|
</td>
|
|
@@ -179,6 +188,9 @@
|
|
|
179
188
|
<td style="text-align: center;">
|
|
180
189
|
<nobr>{{row.f_totype}}</nobr>
|
|
181
190
|
</td>
|
|
191
|
+
<td style="text-align: center;">
|
|
192
|
+
<nobr>{{row.f_tobrand}}</nobr>
|
|
193
|
+
</td>
|
|
182
194
|
<td style="text-align: center;">
|
|
183
195
|
<nobr>{{row.f_toprice}}</nobr>
|
|
184
196
|
</td>
|