tangning 4 月之前
父节点
当前提交
bc830f335c
共有 2 个文件被更改,包括 2 次插入3 次删除
  1. 0 1
      src/views/device/index.vue
  2. 2 2
      src/views/empower/apilist.vue

+ 0 - 1
src/views/device/index.vue

@@ -359,7 +359,6 @@
             field: 'colour',
             component: 'Select',
             label: '设备颜色',
-            defaultValue: '黑色',
             colProps: {
               span: 7,
             },

+ 2 - 2
src/views/empower/apilist.vue

@@ -62,7 +62,7 @@
         {
           title: '生效时间',
           ellipsis: true,
-          dataIndex: 'remark',
+          dataIndex: 'effectTime',
           width: 120,
         },
         {
@@ -131,7 +131,7 @@
         {
           title: '操作人',
           ellipsis: true,
-          dataIndex: 'sysUserName',
+          dataIndex: 'updaterName',
           width: 120,
         },
         {