Commit 6b97e0a6 authored by lxd's avatar lxd

feat: 增加审核类型

parent a39f9f1a
......@@ -89,6 +89,7 @@ export const column = [
valueEnum: {
1: '待审核',
2: '已审核',
3: '超时未处理,系统自动审核同意',
},
},
{
......@@ -100,7 +101,6 @@ export const column = [
0: '待处理',
1: '同意',
2: '不同意',
3: '超时未处理,系统自动审核同意',
},
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment