优化aitable
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
prop: 'status',
|
||||
align: 'center',
|
||||
label: '状态',
|
||||
formart: v => this.dict.getLabel('integralDeclareStatus', v)
|
||||
format: v => this.dict.getLabel('integralDeclareStatus', v)
|
||||
}
|
||||
],
|
||||
tableData: [],
|
||||
@@ -160,7 +160,7 @@
|
||||
this.getList()
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
@@ -182,7 +182,7 @@ export default {
|
||||
{
|
||||
prop: "validRangeType",
|
||||
label: "有效范围",
|
||||
formart: (v) => (v == 0 ? "全局" : "指定网格"),
|
||||
format: (v) => (v == 0 ? "全局" : "指定网格"),
|
||||
},
|
||||
{
|
||||
prop: "status",
|
||||
|
||||
Reference in New Issue
Block a user