Commit f8a7a97a authored by TZW's avatar TZW

1

parent abffbb3f
......@@ -99,7 +99,7 @@ function getcolumns(setdrawer, bus) {
{
title: '工单状态',
dataIndex: 'statusName',
key: 'statusName',
key: 'status',
valueType: 'select',
options: listOptions,
fieldProps: {
......@@ -194,7 +194,7 @@ function getcolumns(setdrawer, bus) {
{
title: '工单状态',
dataIndex: 'statusName',
key: 'statusName',
key: 'status',
valueType: 'select',
options: listOptions,
fieldProps: {
......@@ -289,7 +289,7 @@ function getcolumns(setdrawer, bus) {
{
title: '工单状态',
dataIndex: 'statusName',
key: 'statusName',
key: 'status',
valueType: 'select',
options: listOptions,
fieldProps: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment