mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-17 13:32:00 +08:00
Merge branch 'main' into feature/antd上传组件支持调用Image组件查看图片
This commit is contained in:
@@ -24,7 +24,7 @@ onMounted(() => {
|
||||
{ name: '定制', value: 310 },
|
||||
{ name: '技术支持', value: 274 },
|
||||
{ name: '远程', value: 400 },
|
||||
].sort((a, b) => {
|
||||
].toSorted((a, b) => {
|
||||
return a.value - b.value;
|
||||
}),
|
||||
name: '商业占比',
|
||||
|
||||
Reference in New Issue
Block a user