This commit is contained in:
zhoutianchi
2026-01-29 13:59:46 +08:00
parent 043c92efc9
commit bb5ae5375b
11 changed files with 629 additions and 12 deletions

View File

@@ -34,7 +34,8 @@ const props = withDefaults(defineProps<Props>(), {
options: () => [
{ value: '1', label: '已通过', type: 'success', icon: 'fa-solid fa-circle-check' , effect:"dark" },
{ value: '-2', label: '已驳回', type: 'danger', icon: 'fa-solid fa-circle-xmark', effect:"dark" },
{ value: '0', label: '待审核', type: 'warning', icon: 'fa-regular fa-clock' ,effect:"light" }
{ value: '0', label: '待审核', type: 'warning', icon: 'fa-regular fa-clock' ,effect:"light" },
{ value: '10', label: '部门通过', type: 'warning', icon: 'fa-regular fa-clock' ,effect:"dark" }
],
showIcon: true,
emptyText: '-'