设备管理操作日志增加操作人
This commit is contained in:
parent
67e4584e1b
commit
99d208480d
|
|
@ -1,8 +1,5 @@
|
||||||
import {BasicColumn} from '/@/components/Table';
|
import {BasicColumn} from '/@/components/Table';
|
||||||
import {FormSchema} from '/@/components/Table';
|
|
||||||
import { rules} from '/@/utils/helper/validator';
|
|
||||||
import { render } from '/@/utils/common/renderUtils';
|
|
||||||
import { getWeekMonthQuarterYear } from '/@/utils';
|
|
||||||
//列表数据
|
//列表数据
|
||||||
export const columns: BasicColumn[] = [
|
export const columns: BasicColumn[] = [
|
||||||
{
|
{
|
||||||
|
|
@ -30,6 +27,11 @@ export const columns: BasicColumn[] = [
|
||||||
align: "center",
|
align: "center",
|
||||||
dataIndex: 'requestTime'
|
dataIndex: 'requestTime'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '本次抄表人',
|
||||||
|
align: "center",
|
||||||
|
dataIndex: 'optBy'
|
||||||
|
},
|
||||||
// {
|
// {
|
||||||
// title: '本次抄表状态',
|
// title: '本次抄表状态',
|
||||||
// align: "center",
|
// align: "center",
|
||||||
|
|
@ -66,10 +68,15 @@ export const dbsbcolumns: BasicColumn[] = [
|
||||||
dataIndex: 'type_dictText'
|
dataIndex: 'type_dictText'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '本次抄表时间',
|
title: '本次操作时间',
|
||||||
align: "center",
|
align: "center",
|
||||||
dataIndex: 'requestTime'
|
dataIndex: 'requestTime'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '本次操作人',
|
||||||
|
align: "center",
|
||||||
|
dataIndex: 'optBy'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: '本次反馈状态',
|
title: '本次反馈状态',
|
||||||
align: "center",
|
align: "center",
|
||||||
|
|
@ -96,10 +103,15 @@ export const columns2: BasicColumn[] = [
|
||||||
dataIndex: 'type_dictText'
|
dataIndex: 'type_dictText'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '本次抄表时间',
|
title: '本次操作时间',
|
||||||
align: "center",
|
align: "center",
|
||||||
dataIndex: 'requestTime'
|
dataIndex: 'requestTime'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: '本次抄表人',
|
||||||
|
align: "center",
|
||||||
|
dataIndex: 'optBy'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: '本次反馈状态',
|
title: '本次反馈状态',
|
||||||
align: "center",
|
align: "center",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue