ui
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<!--
|
||||
* @Author: zhp
|
||||
* @Date: 2024-04-15 10:49:13
|
||||
* @LastEditTime: 2024-06-24 15:08:34
|
||||
* @LastEditTime: 2024-07-01 17:06:29
|
||||
* @LastEditors: DY
|
||||
* @Description:
|
||||
-->
|
||||
@@ -242,7 +242,7 @@ export default {
|
||||
{
|
||||
prop: 'productionProgress',
|
||||
label: '生产进度',
|
||||
filter: (val) => (val * 100) + '%'
|
||||
filter: (val) => (val * 100).toFixed(2) + '%'
|
||||
},
|
||||
{
|
||||
prop: 'orderStatus',
|
||||
|
||||
Reference in New Issue
Block a user