From 95650c5a91a8367fb4868df183badf6aa81f79b8 Mon Sep 17 00:00:00 2001 From: ying Date: Fri, 25 Apr 2025 02:56:32 +0000 Subject: [PATCH] =?UTF-8?q?update=20vol.web/src/components/basic/VolTable/?= =?UTF-8?q?VolTableFormat.js.=20=E8=A1=A8=E6=A0=BCel-tag=E9=A2=9C=E8=89=B2?= =?UTF-8?q?success=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ying --- vol.web/src/components/basic/VolTable/VolTableFormat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vol.web/src/components/basic/VolTable/VolTableFormat.js b/vol.web/src/components/basic/VolTable/VolTableFormat.js index 8f70e2ab..088c787d 100644 --- a/vol.web/src/components/basic/VolTable/VolTableFormat.js +++ b/vol.web/src/components/basic/VolTable/VolTableFormat.js @@ -1,4 +1,4 @@ -const colors = [null, 'success', 'success', 'danger', 'info'] +const colors = [null, 'primary', 'success', 'danger', 'info'] const editType = ['selectList', 'checkbox', 'cascader', 'treeSelect'] export const formatDate = (row, column) => { return (row[column.field] || '').substr(0, 10) -- Gitee