{{ item.state || item.label }}
{{ item.create_time ? dayjs(item.create_time).format("MM-DD HH:mm") : null }}
我(审批中) {{ au.username }}{{ aIndex < item.assignUsers.length - 1 ? "," : null }} {{ item.assignUsers[0].username }} {{ activeIndex == index ? `(审批中)` : null }}
{{ item.processor }}{{ item.circulation ? `(${item.circulation})` : null }}