前端测试更新

This commit is contained in:
kerwincui
2024-03-30 01:19:01 +08:00
parent 069641c573
commit b463bbc8c9
74 changed files with 7 additions and 6257 deletions

View File

@@ -1,11 +0,0 @@
/*
* @Author: daidai
* @Date: 2022-01-11 15:27:31
* @LastEditors: Please set LastEditors
* @LastEditTime: 2022-04-21 14:32:03
* @FilePath: \web-pc\src\directives\filters.js
*/
export function montionFilter (val) {
// console.log(val);
return val ? Number(val).toFixed(2) : '--'
}