Commit a0645d02 authored by TZW's avatar TZW

111

parent 0a8ae203
...@@ -128,7 +128,7 @@ function getcolumns(setdrawer) { ...@@ -128,7 +128,7 @@ function getcolumns(setdrawer) {
searchValueType: 'input', searchValueType: 'input',
title: '安装数量', title: '安装数量',
key: 'installNum', key: 'installNum',
hideInSearch: false, hideInSearch: true,
hideInTable: false, hideInTable: false,
fieldProps: { fieldProps: {
precision: 0, precision: 0,
......
...@@ -121,7 +121,7 @@ function getcolumns(setdrawer) { ...@@ -121,7 +121,7 @@ function getcolumns(setdrawer) {
valueType: 'digit', valueType: 'digit',
title: '安装数量', title: '安装数量',
key: 'installNum', key: 'installNum',
hideInSearch: false, hideInSearch: true,
hideInTable: false, hideInTable: false,
formItemProps: { formItemProps: {
rules: [ rules: [
......
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