Commit ba227b4e authored by mhw's avatar mhw

最大值修改

parent ff0b9e24
...@@ -28,33 +28,6 @@ export default { ...@@ -28,33 +28,6 @@ export default {
return { return {
tableData: { tableData: {
impl: new TableWidget(this.getwidgetData, true, true, false, undefined, false) impl: new TableWidget(this.getwidgetData, true, true, false, undefined, false)
},
head: {
clean: [
{
name: '清洗前',
key: 'cleanBeforeData'
},
{
name: '清洗后',
key: 'cleanAfterData'
}
],
desensitive: [
{
name: '清洗前',
key: 'cleanBeforeData'
},
{
name: '清洗后',
key: 'cleanAfterData'
}
],
filter: [
{
name: '文本内容'
}
]
} }
} }
}, },
......
...@@ -136,9 +136,9 @@ export default { ...@@ -136,9 +136,9 @@ export default {
compont: 'el-input-number', compont: 'el-input-number',
attrs: { attrs: {
size: 'mini', size: 'mini',
step: 0.1, step: 1,
min: 0, min: 0,
max: 1 max: 10000
} }
}, },
isopen: true, isopen: true,
......
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