@@ -490,20 +490,6 @@ const sourceList = ref({
const selectConfig = computed(() => {
return [
{
- label: "客户状态",
- prop: "type",
- data: [
- {
- label: "公海",
- value: "0",
- },
- label: "私海",
- value: "1",
- ],
label: "客户来源",
prop: "source",
data: customerSource.value,
@@ -491,20 +491,6 @@ const sourceList = ref({