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
@@ -1,7 +1,7 @@
1
1
  # Change Log
2
2
  > 所有关于本项目的变化都在该文档里。
3
3
 
4
- **1.2.80 -2022-07-18 @江超**
4
+ **1.2.80 - 1.2.81 -2022-07-18 @江超**
5
5
  - 功能修改:
6
6
  - 更新物联网表统计页面
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue2-client",
3
- "version": "1.2.80",
3
+ "version": "1.2.81",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -267,12 +267,12 @@ for (let i = 0; i < 7; i++) {
267
267
 
268
268
  const searchTableColumns = [
269
269
  {
270
- dataIndex: 'index',
270
+ dataIndex: 'f_userinfo_id',
271
271
  title: '用户编号',
272
272
  width: 90
273
273
  },
274
274
  {
275
- dataIndex: 'keyword',
275
+ dataIndex: 'f_user_name',
276
276
  title: '用户姓名'
277
277
  },
278
278
  {