@@ -343,12 +343,10 @@
onOk: async () => {
sceneCopy({ num: record.num })
.then((res) => {
- if(res){
message.success({
content: '复制成功',
});
reload();
- }
})
},
@@ -46,7 +46,7 @@ export const growCardList: GrowCardItem[] = [
icon: 'download-count|svg',
value: 8000,
unit: '笔',
- color: 'orange',
+ color: 'blue',
action: '月',
{
@@ -54,7 +54,7 @@ export const growCardList: GrowCardItem[] = [
icon: 'transaction|svg',
value: 5000,
unit: '人',
- color: 'purple',
];
@@ -122,7 +122,7 @@ async function getData() {
value: preMonThDownCount,
@@ -68,7 +68,7 @@