code review:crm 合同流程
(cherry picked from commit 8832eafaae327cf11e2918991cbe3c9939eeb386)
This commit is contained in:
parent
0e0456d4f8
commit
56b7e35d49
@ -6,6 +6,7 @@ export const rules = reactive({
|
|||||||
name: [required]
|
name: [required]
|
||||||
})
|
})
|
||||||
|
|
||||||
|
// TODO @dbh52:不使用 crud 模式哈,使用标准的 ep 代码哈;主要后续 crud schema 可能会改
|
||||||
// CrudSchema https://doc.iocoder.cn/vue3/crud-schema/
|
// CrudSchema https://doc.iocoder.cn/vue3/crud-schema/
|
||||||
const crudSchemas = reactive<CrudSchema[]>([
|
const crudSchemas = reactive<CrudSchema[]>([
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user