CRM:增加回款的待办事项逻辑

This commit is contained in:
YunaiV
2024-02-26 12:24:47 +08:00
parent 154f84a89e
commit d220ffae6a
18 changed files with 456 additions and 339 deletions

View File

@@ -175,7 +175,6 @@ const formRules = reactive({
const formRef = ref() // 表单 Ref
const userOptions = ref<UserApi.UserVO[]>([]) // 用户列表
const statusTypeList = ref([]) // 商机状态类型列表
// TODO 芋艿:统一的客户选择面板
const customerList = ref([]) // 客户列表的数据
/** 子表的表单 */