Commit f8a7a97a authored by TZW's avatar TZW

1

parent abffbb3f
...@@ -99,7 +99,7 @@ function getcolumns(setdrawer, bus) { ...@@ -99,7 +99,7 @@ function getcolumns(setdrawer, bus) {
{ {
title: '工单状态', title: '工单状态',
dataIndex: 'statusName', dataIndex: 'statusName',
key: 'statusName', key: 'status',
valueType: 'select', valueType: 'select',
options: listOptions, options: listOptions,
fieldProps: { fieldProps: {
...@@ -194,7 +194,7 @@ function getcolumns(setdrawer, bus) { ...@@ -194,7 +194,7 @@ function getcolumns(setdrawer, bus) {
{ {
title: '工单状态', title: '工单状态',
dataIndex: 'statusName', dataIndex: 'statusName',
key: 'statusName', key: 'status',
valueType: 'select', valueType: 'select',
options: listOptions, options: listOptions,
fieldProps: { fieldProps: {
...@@ -289,7 +289,7 @@ function getcolumns(setdrawer, bus) { ...@@ -289,7 +289,7 @@ function getcolumns(setdrawer, bus) {
{ {
title: '工单状态', title: '工单状态',
dataIndex: 'statusName', dataIndex: 'statusName',
key: 'statusName', key: 'status',
valueType: 'select', valueType: 'select',
options: listOptions, options: listOptions,
fieldProps: { 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