bug
This commit is contained in:
@@ -333,6 +333,7 @@ export default {
|
||||
this.dialog = false;
|
||||
this.getList();
|
||||
this.closed();
|
||||
this.girdInfoList = []
|
||||
}
|
||||
});
|
||||
} else {
|
||||
|
||||
@@ -86,7 +86,8 @@
|
||||
</el-table-column>
|
||||
<el-table-column slot="changeIntegral" label="积分变动" align="center">
|
||||
<template slot-scope="{ row }">
|
||||
<span>{{ row.changeIntegral > 0 ? '+' : '-' }}{{ row.changeIntegral }}</span>
|
||||
<!-- {{ row.changeIntegral > 0 ? '+' : '-' }}{{ row.changeIntegral }} -->
|
||||
<span>{{ row.changeIntegral | format }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column slot="options" label="操作" align="center">
|
||||
@@ -487,6 +488,13 @@ export default {
|
||||
|
||||
},
|
||||
|
||||
filters: {
|
||||
formatTime(num) {
|
||||
let numType = Number(num)
|
||||
console.log(numType);
|
||||
}
|
||||
},
|
||||
|
||||
mounted() {
|
||||
this.getColEcherts1()
|
||||
this.getColEcherts2()
|
||||
|
||||
Reference in New Issue
Block a user