修改流程状态
This commit is contained in:
@@ -29,6 +29,7 @@ export const useDictData = defineStore(
|
||||
|
||||
const statusSelect = () => {
|
||||
return [
|
||||
{ name: '待提交审批', id: 0 },
|
||||
{ name: '审批中', id: 1 },
|
||||
{ name: '审批通过', id: 2 },
|
||||
{ name: '审批不通过', id: 3 },
|
||||
|
||||
Reference in New Issue
Block a user