Commit 2406b2ec authored by TZW's avatar TZW

bug

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