mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-07 06:36:44 +08:00
保留小数
This commit is contained in:
@@ -117,11 +117,17 @@ import MinXin from '@/views/ebiz/institutionalPerform/InstitutionalManpower/comp
|
||||
import getApp from '@/assets/js/utils/getApp'
|
||||
export default {
|
||||
name: 'districtOffice',
|
||||
|
||||
components: {
|
||||
// XTable,
|
||||
[Tabs.name]: Tabs,
|
||||
[Tab.name]: Tab
|
||||
},
|
||||
filters: {
|
||||
toFixed(value) {
|
||||
return Number(value).toFixed(2)
|
||||
}
|
||||
},
|
||||
mixins: [MinXin],
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user