移除数据源重复tag(by @ying)

This commit is contained in:
jxx
2025-04-25 17:03:26 +08:00
parent 1682707f0b
commit 7e75901d3d

View File

@@ -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)