|
|
|
@@ -0,0 +1,109 @@
|
|
|
|
|
src/components/chat-dialog/ChatMessageItem.vue(29,7): error TS7022: 'attrs' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
|
|
|
|
src/components/editor/index.vue(29,44): error TS7016: Could not find a declaration file for module '@wangeditor/editor-for-vue'. 'D:/web/zyt/admin/node_modules/.pnpm/@wangeditor+editor-for-vue@_d49ef1161b4f4b880c450fdbfe3a0001/node_modules/@wangeditor/editor-for-vue/dist/index.esm.js' implicitly has an 'any' type.
|
|
|
|
|
There are types at 'D:/web/zyt/admin/node_modules/@wangeditor/editor-for-vue/dist/src/index.d.ts', but this result could not be resolved when respecting package.json "exports". The '@wangeditor/editor-for-vue' library may need to update its package.json or typings.
|
|
|
|
|
src/utils/call-local-recorder.ts(335,26): error TS2339: Property 'captureStream' does not exist on type 'HTMLVideoElement'.
|
|
|
|
|
src/views/asset/user/index.vue(230,20): error TS2339: Property 'remark' does not exist on type 'never'.
|
|
|
|
|
src/views/consumer/prescription/index.vue(1150,42): error TS2322: Type '(value: string[]) => void' is not assignable to type '(value: CascaderValue | null | undefined) => any'.
|
|
|
|
|
Types of parameters 'value' and 'value' are incompatible.
|
|
|
|
|
Type 'CascaderValue | null | undefined' is not assignable to type 'string[]'.
|
|
|
|
|
Type 'undefined' is not assignable to type 'string[]'.
|
|
|
|
|
src/views/consumer/prescription/index.vue(1952,9): error TS2322: Type '{ name: any; code: any; children: any; }[]' is not assignable to type 'never[]'.
|
|
|
|
|
Type '{ name: any; code: any; children: any; }' is not assignable to type 'never'.
|
|
|
|
|
src/views/consumer/prescription/index.vue(1958,13): error TS2322: Type '{ name: string; children: { name: string; children: { name: string; }[]; }[]; }' is not assignable to type 'never'.
|
|
|
|
|
src/views/consumer/prescription/index.vue(1986,13): error TS2322: Type '{ name: string; children: { name: string; children: { name: string; }[]; }[]; }' is not assignable to type 'never'.
|
|
|
|
|
src/views/consumer/prescription/index.vue(2001,13): error TS2322: Type '{ name: string; children: { name: string; children: { name: string; }[]; }[]; }' is not assignable to type 'never'.
|
|
|
|
|
src/views/consumer/prescription/index.vue(2016,13): error TS2322: Type '{ name: string; children: { name: string; children: { name: string; }[]; }[]; }' is not assignable to type 'never'.
|
|
|
|
|
src/views/consumer/prescription/index.vue(2256,32): error TS2304: Cannot find name 'searchPatientsAPI'.
|
|
|
|
|
src/views/consumer/prescription/order_list.vue(253,26): error TS2322: Type 'unknown[]' is not assignable to type 'TreeNodeData[]'.
|
|
|
|
|
Type 'unknown' is not assignable to type 'TreeNodeData'.
|
|
|
|
|
src/views/consumer/prescription/order_list.vue(983,45): error TS2322: Type 'string | number | undefined' is not assignable to type 'number | null | undefined'.
|
|
|
|
|
Type 'string' is not assignable to type 'number'.
|
|
|
|
|
src/views/consumer/prescription/order_list.vue(1181,41): error TS2322: Type 'string | number | undefined' is not assignable to type 'number | null | undefined'.
|
|
|
|
|
Type 'string' is not assignable to type 'number'.
|
|
|
|
|
src/views/consumer/prescription/order_list.vue(1939,68): error TS7006: Parameter 'r' implicitly has an 'any' type.
|
|
|
|
|
src/views/consumer/prescription/order_list.vue(2379,9): error TS2322: Type '{ value: any; label: any; code: any; children: any; }[]' is not assignable to type 'never[]'.
|
|
|
|
|
Type '{ value: any; label: any; code: any; children: any; }' is not assignable to type 'never'.
|
|
|
|
|
src/views/consumer/prescription/order_list.vue(3775,13): error TS2322: Type 'string | number | undefined' is not assignable to type 'number | undefined'.
|
|
|
|
|
Type 'string' is not assignable to type 'number'.
|
|
|
|
|
src/views/consumer/prescription/order_list_h5.vue(271,26): error TS2322: Type 'unknown[]' is not assignable to type 'TreeNodeData[]'.
|
|
|
|
|
Type 'unknown' is not assignable to type 'TreeNodeData'.
|
|
|
|
|
src/views/consumer/prescription/order_list_h5.vue(566,47): error TS2345: Argument of type 'Record<string, any>' is not assignable to parameter of type '{ id: number; }'.
|
|
|
|
|
Property 'id' is missing in type 'Record<string, any>' but required in type '{ id: number; }'.
|
|
|
|
|
src/views/consumer/prescription/order_list_h5.vue(576,58): error TS2345: Argument of type 'Record<string, any>' is not assignable to parameter of type '{ id: number; }'.
|
|
|
|
|
Property 'id' is missing in type 'Record<string, any>' but required in type '{ id: number; }'.
|
|
|
|
|
src/views/consumer/prescription/order_list_h5.vue(586,47): error TS2345: Argument of type 'Record<string, any>' is not assignable to parameter of type '{ id: number; }'.
|
|
|
|
|
Property 'id' is missing in type 'Record<string, any>' but required in type '{ id: number; }'.
|
|
|
|
|
src/views/consumer/prescription/order_list_h5.vue(596,59): error TS2345: Argument of type 'Record<string, any>' is not assignable to parameter of type '{ id: number; }'.
|
|
|
|
|
Property 'id' is missing in type 'Record<string, any>' but required in type '{ id: number; }'.
|
|
|
|
|
src/views/consumer/prescription/order_list_h5.vue(611,46): error TS2345: Argument of type 'Record<string, any>' is not assignable to parameter of type '{ id: number; express_company?: unknown; tracking_number?: unknown; ship_mode?: unknown; }'.
|
|
|
|
|
Property 'id' is missing in type 'Record<string, any>' but required in type '{ id: number; express_company?: unknown; tracking_number?: unknown; ship_mode?: unknown; }'.
|
|
|
|
|
src/views/consumer/prescription/order_list_h5.vue(621,53): error TS2345: Argument of type 'Record<string, any>' is not assignable to parameter of type '{ id: number; diagnosis_id?: number | undefined; pay_order_ids?: number[] | undefined; }'.
|
|
|
|
|
Property 'id' is missing in type 'Record<string, any>' but required in type '{ id: number; diagnosis_id?: number | undefined; pay_order_ids?: number[] | undefined; }'.
|
|
|
|
|
src/views/consumer/prescription/order_list_h5.vue(631,53): error TS2345: Argument of type 'Record<string, any>' is not assignable to parameter of type '{ id: number; }'.
|
|
|
|
|
Property 'id' is missing in type 'Record<string, any>' but required in type '{ id: number; }'.
|
|
|
|
|
src/views/consumer/prescription/order_list_h5.vue(641,53): error TS2345: Argument of type 'Record<string, any>' is not assignable to parameter of type '{ id: number; }'.
|
|
|
|
|
Property 'id' is missing in type 'Record<string, any>' but required in type '{ id: number; }'.
|
|
|
|
|
src/views/consumer/prescription/order_list_h5.vue(1550,45): error TS2322: Type 'string | number | undefined' is not assignable to type 'number | null | undefined'.
|
|
|
|
|
Type 'string' is not assignable to type 'number'.
|
|
|
|
|
src/views/consumer/prescription/order_list_h5.vue(1738,41): error TS2322: Type 'string | number | undefined' is not assignable to type 'number | null | undefined'.
|
|
|
|
|
Type 'string' is not assignable to type 'number'.
|
|
|
|
|
src/views/consumer/prescription/order_list_h5.vue(2509,68): error TS7006: Parameter 'r' implicitly has an 'any' type.
|
|
|
|
|
src/views/consumer/prescription/order_list_h5.vue(2848,9): error TS2322: Type '{ value: any; label: any; code: any; children: any; }[]' is not assignable to type 'never[]'.
|
|
|
|
|
Type '{ value: any; label: any; code: any; children: any; }' is not assignable to type 'never'.
|
|
|
|
|
src/views/consumer/prescription/order_list_h5.vue(4694,13): error TS2322: Type 'string | number | undefined' is not assignable to type 'number | undefined'.
|
|
|
|
|
Type 'string' is not assignable to type 'number'.
|
|
|
|
|
src/views/decoration/component/tabbar/pc/attr.vue(10,18): error TS2345: Argument of type '{ modelValue: any; }' is not assignable to parameter of type '{ readonly modelValue: any[]; readonly max?: number | undefined; readonly min?: number | undefined; readonly itemData: any; readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Record<...>'.
|
|
|
|
|
Property 'itemData' is missing in type '{ modelValue: any; }' but required in type '{ readonly modelValue: any[]; readonly max?: number | undefined; readonly min?: number | undefined; readonly itemData: any; readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined; }'.
|
|
|
|
|
src/views/decoration/component/tabbar/pc/attr.vue(13,18): error TS2345: Argument of type '{ modelValue: any; }' is not assignable to parameter of type '{ readonly modelValue: any[]; readonly max?: number | undefined; readonly min?: number | undefined; readonly itemData: any; readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Record<...>'.
|
|
|
|
|
Property 'itemData' is missing in type '{ modelValue: any; }' but required in type '{ readonly modelValue: any[]; readonly max?: number | undefined; readonly min?: number | undefined; readonly itemData: any; readonly "onUpdate:modelValue"?: ((value: any) => any) | undefined; }'.
|
|
|
|
|
src/views/decoration/component/widgets/middle-banner/content.vue(6,33): error TS2339: Property 'height' does not exist on type '{}'.
|
|
|
|
|
src/views/doctor/dept-tongji.vue(131,31): error TS7006: Parameter 'depts' implicitly has an 'any' type.
|
|
|
|
|
src/views/doctor/dept-tongji.vue(132,17): error TS7034: Variable 'result' implicitly has type 'any[]' in some locations where its type cannot be determined.
|
|
|
|
|
src/views/doctor/dept-tongji.vue(133,27): error TS7006: Parameter 'dept' implicitly has an 'any' type.
|
|
|
|
|
src/views/doctor/dept-tongji.vue(136,30): error TS7005: Variable 'result' implicitly has an 'any[]' type.
|
|
|
|
|
src/views/doctor/dept-tongji.vue(139,20): error TS7005: Variable 'result' implicitly has an 'any[]' type.
|
|
|
|
|
src/views/doctor/tongji.vue(94,58): error TS2322: Type 'string' is not assignable to type '"success" | "warning" | "info" | "primary" | "danger" | undefined'.
|
|
|
|
|
src/views/doctor/tongji.vue(125,58): error TS2322: Type 'string' is not assignable to type '"success" | "warning" | "info" | "primary" | "danger" | undefined'.
|
|
|
|
|
src/views/doctor/tongji.vue(230,48): error TS2769: No overload matches this call.
|
|
|
|
|
Overload 1 of 3, '(callbackfn: (previousValue: unknown, currentValue: unknown, currentIndex: number, array: unknown[]) => unknown, initialValue: unknown): unknown', gave the following error.
|
|
|
|
|
Argument of type '(total: number, count: number) => number' is not assignable to parameter of type '(previousValue: unknown, currentValue: unknown, currentIndex: number, array: unknown[]) => unknown'.
|
|
|
|
|
Types of parameters 'total' and 'previousValue' are incompatible.
|
|
|
|
|
Type 'unknown' is not assignable to type 'number'.
|
|
|
|
|
Overload 2 of 3, '(callbackfn: (previousValue: number, currentValue: unknown, currentIndex: number, array: unknown[]) => number, initialValue: number): number', gave the following error.
|
|
|
|
|
Argument of type '(total: number, count: number) => number' is not assignable to parameter of type '(previousValue: number, currentValue: unknown, currentIndex: number, array: unknown[]) => number'.
|
|
|
|
|
Types of parameters 'count' and 'currentValue' are incompatible.
|
|
|
|
|
Type 'unknown' is not assignable to type 'number'.
|
|
|
|
|
src/views/doctor/tongji.vue(236,51): error TS2769: No overload matches this call.
|
|
|
|
|
Overload 1 of 3, '(callbackfn: (previousValue: unknown, currentValue: unknown, currentIndex: number, array: unknown[]) => unknown, initialValue: unknown): unknown', gave the following error.
|
|
|
|
|
Argument of type '(total: number, count: number) => number' is not assignable to parameter of type '(previousValue: unknown, currentValue: unknown, currentIndex: number, array: unknown[]) => unknown'.
|
|
|
|
|
Types of parameters 'total' and 'previousValue' are incompatible.
|
|
|
|
|
Type 'unknown' is not assignable to type 'number'.
|
|
|
|
|
Overload 2 of 3, '(callbackfn: (previousValue: number, currentValue: unknown, currentIndex: number, array: unknown[]) => number, initialValue: number): number', gave the following error.
|
|
|
|
|
Argument of type '(total: number, count: number) => number' is not assignable to parameter of type '(previousValue: number, currentValue: unknown, currentIndex: number, array: unknown[]) => number'.
|
|
|
|
|
Types of parameters 'count' and 'currentValue' are incompatible.
|
|
|
|
|
Type 'unknown' is not assignable to type 'number'.
|
|
|
|
|
src/views/fans/h5.vue(43,47): error TS2322: Type '"" | "info" | "danger"' is not assignable to type '"success" | "warning" | "info" | "primary" | "danger" | undefined'.
|
|
|
|
|
Type '""' is not assignable to type '"success" | "warning" | "info" | "primary" | "danger" | undefined'.
|
|
|
|
|
src/views/fans/h5.vue(167,51): error TS2322: Type 'string' is not assignable to type '"success" | "warning" | "info" | "primary" | "danger" | undefined'.
|
|
|
|
|
src/views/fans/index.vue(158,34): error TS2322: Type 'string' is not assignable to type '"success" | "warning" | "info" | "primary" | "danger" | undefined'.
|
|
|
|
|
src/views/message/notice/index.vue(12,44): error TS2322: Type '(opts?: { silent?: boolean; }) => Promise<any>' is not assignable to type '(name: TabPaneName) => any'.
|
|
|
|
|
Types of parameters 'opts' and 'name' are incompatible.
|
|
|
|
|
Type 'TabPaneName' is not assignable to type '{ silent?: boolean | undefined; } | undefined'.
|
|
|
|
|
Type 'string' has no properties in common with type '{ silent?: boolean | undefined; }'.
|
|
|
|
|
src/views/order/index.vue(446,33): error TS2367: This comparison appears to be unintentional because the types '"supplement"' and '"normal"' have no overlap.
|
|
|
|
|
src/views/order/index.vue(1542,13): error TS2367: This comparison appears to be unintentional because the types '"supplement"' and '"normal"' have no overlap.
|
|
|
|
|
src/views/organization/department/edit.vue(20,29): error TS2353: Object literal may only specify known properties, and 'value' does not exist in type 'TreeOptionProps'.
|
|
|
|
|
src/views/permission/admin/edit.vue(44,29): error TS2353: Object literal may only specify known properties, and 'value' does not exist in type 'TreeOptionProps'.
|
|
|
|
|
src/views/tcm/appointment/list.vue(90,26): error TS2322: Type 'unknown[]' is not assignable to type 'TreeNodeData[]'.
|
|
|
|
|
Type 'unknown' is not assignable to type 'TreeNodeData'.
|
|
|
|
|
src/views/tcm/diagnosis/add.vue(744,49): error TS2349: This expression is not callable.
|
|
|
|
|
Type 'String' has no call signatures.
|
|
|
|
|
src/views/tcm/diagnosis/add.vue(772,45): error TS2349: This expression is not callable.
|
|
|
|
|
Type 'String' has no call signatures.
|
|
|
|
|
src/views/tcm/diagnosis/components/BloodRecordList.vue(416,5): error TS2322: Type 'string' is not assignable to type 'number'.
|
|
|
|
|
src/views/tcm/diagnosis/components/RecordingVideoPlayer.vue(145,54): error TS2554: Expected 0 arguments, but got 1.
|
|
|
|
|
src/views/tcm/diagnosis/components/RecordingVideoPlayer.vue(146,50): error TS2554: Expected 0 arguments, but got 1.
|
|
|
|
|
src/views/tcm/diagnosis/components/RecordingVideoPlayer.vue(147,47): error TS2554: Expected 0 arguments, but got 1.
|
|
|
|
|
src/views/tcm/diagnosis/components/RecordingVideoPlayer.vue(148,47): error TS2554: Expected 0 arguments, but got 1.
|
|
|
|
|
src/views/tcm/diagnosis/components/RecordingVideoPlayer.vue(154,26): error TS2554: Expected 0 arguments, but got 1.
|
|
|
|
|
src/views/workbench/index.vue(541,18): error TS7006: Parameter 'd' implicitly has an 'any' type.
|