Commit 2406b2ec authored by TZW's avatar TZW

bug

parent f8a7a97a
...@@ -77,7 +77,7 @@ function getcolumns(setdrawer) { ...@@ -77,7 +77,7 @@ function getcolumns(setdrawer) {
title: '工单状态', title: '工单状态',
dataIndex: 'statusName', dataIndex: 'statusName',
key: 'status', key: 'status',
valueType: 'radio', valueType: 'select',
options: [ options: [
{ {
label: '待维修', label: '待维修',
...@@ -190,7 +190,7 @@ function getcolumns(setdrawer) { ...@@ -190,7 +190,7 @@ function getcolumns(setdrawer) {
title: '工单状态', title: '工单状态',
dataIndex: 'statusName', dataIndex: 'statusName',
key: 'status', key: 'status',
valueType: 'radio', valueType: 'select',
options: [ options: [
{ {
label: '待维修', label: '待维修',
......
...@@ -290,7 +290,7 @@ function getcolumns(setDrawer, ifs, formRef) { ...@@ -290,7 +290,7 @@ function getcolumns(setDrawer, ifs, formRef) {
hideInForm: true, hideInForm: true,
dataIndex: 'statusName', dataIndex: 'statusName',
key: 'status', key: 'status',
valueType: 'radio', valueType: 'select',
formItemProps: { rules: [{ required: true, message: '此项为必填项' }] }, formItemProps: { rules: [{ required: true, message: '此项为必填项' }] },
options: [ options: [
{ {
......
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