This commit is contained in:
helloDy
2024-06-20 16:54:14 +08:00
parent 2368916e62
commit 7a67da105f
3 changed files with 16 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2024-04-15 10:49:13
* @LastEditTime: 2024-06-19 15:47:17
* @LastEditTime: 2024-06-20 10:16:25
* @LastEditors: DY
* @Description:
-->
@@ -234,7 +234,7 @@ export default {
{
prop: 'goodRatio',
label: '良品率%',
filter: (val) => (val * 100) + '%'
filter: (val) => val + '%'
},
],
tableData: [],