Compare commits
2 Commits
809c639ce9
...
cb0ab7f2e9
Author | SHA1 | Date |
---|---|---|
yangws | cb0ab7f2e9 | |
小杨 | 43e9c9f44e |
|
@ -168,6 +168,10 @@ const type = ref<WorkType[]>([
|
||||||
label: '常规作业',
|
label: '常规作业',
|
||||||
value: 'primary'
|
value: 'primary'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: '框架梳理',
|
||||||
|
value: 'primary'
|
||||||
|
}
|
||||||
])
|
])
|
||||||
|
|
||||||
const objItem = ref<any>({})
|
const objItem = ref<any>({})
|
||||||
|
|
Loading…
Reference in New Issue