vue2-client 1.2.80 → 1.2.81
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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -267,12 +267,12 @@ for (let i = 0; i < 7; i++) {
|
|
|
267
267
|
|
|
268
268
|
const searchTableColumns = [
|
|
269
269
|
{
|
|
270
|
-
dataIndex: '
|
|
270
|
+
dataIndex: 'f_userinfo_id',
|
|
271
271
|
title: '用户编号',
|
|
272
272
|
width: 90
|
|
273
273
|
},
|
|
274
274
|
{
|
|
275
|
-
dataIndex: '
|
|
275
|
+
dataIndex: 'f_user_name',
|
|
276
276
|
title: '用户姓名'
|
|
277
277
|
},
|
|
278
278
|
{
|