田源
2024-12-30 a4d039cee6e2943eb025717a8fe69b4c992797a5
Source/plt-web/plt-web-ui/src/views/system/log/index.vue
@@ -49,17 +49,17 @@
        column: [
          {
            label: '用户名',
            prop: 'truename',
            prop: 'username',
            search: true,
            searchSpan: 4,
            searchLabel: '操作用户',
            type: 'select',
            dicUrl: '/api/loginBasicController/getOperatingUsers',
            sortable: true,
            width: 150
            width: 200
          }, {
            label: '姓名',
            prop: 'username',
            prop: 'truename',
            sortable: true,
            width: 150
          }, {