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
|
@@ -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>
|