fix: 본인이 아닌 수뇌자리에도 부대장 발령 표기
This commit is contained in:
@@ -3,7 +3,7 @@ import { clone, isString, range } from "lodash";
|
||||
import { ref, type Ref } from "vue";
|
||||
import { unwrap } from "./unwrap";
|
||||
|
||||
type TurnObjWithTime = TurnObj & {
|
||||
export type TurnObjWithTime = TurnObj & {
|
||||
time: string;
|
||||
year?: number;
|
||||
month?: number;
|
||||
|
||||
Reference in New Issue
Block a user