|
@@ -0,0 +1,218 @@
|
|
|
|
|
+// 养老机构详情数据
|
|
|
|
|
+export const institutionDetailData = {
|
|
|
|
|
+ // 基本信息数据
|
|
|
|
|
+ basicInfo: {
|
|
|
|
|
+ name: '安城区养老服务中心',
|
|
|
|
|
+ address: '安城区安城街道安城路123号',
|
|
|
|
|
+ phone: '0371-12345678',
|
|
|
|
|
+ director: '张院长',
|
|
|
|
|
+ contactPhone: '13800138000',
|
|
|
|
|
+ level: '五星级',
|
|
|
|
|
+ bedCount: 200,
|
|
|
|
|
+ elderlyCount: 180,
|
|
|
|
|
+ staffCount: 50,
|
|
|
|
|
+ establishedDate: '2018-01-01',
|
|
|
|
|
+ businessLicense: '91410100MA44444444',
|
|
|
|
|
+ serviceScope: '为老年人提供生活照料、康复护理、精神慰藉、文化娱乐等服务'
|
|
|
|
|
+ },
|
|
|
|
|
+
|
|
|
|
|
+ // 摄像头数据
|
|
|
|
|
+ cameras: [
|
|
|
|
|
+ {
|
|
|
|
|
+ type: '消防安全摄像头',
|
|
|
|
|
+ count: 5,
|
|
|
|
|
+ onlineCount: 3,
|
|
|
|
|
+ offlineCount: 2
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ type: '明厨亮灶摄像头',
|
|
|
|
|
+ count: 4,
|
|
|
|
|
+ onlineCount: 4,
|
|
|
|
|
+ offlineCount: 0
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ type: '活动场所摄像头',
|
|
|
|
|
+ count: 2,
|
|
|
|
|
+ onlineCount: 2,
|
|
|
|
|
+ offlineCount: 0
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+
|
|
|
|
|
+ // 钱花得明白 - 统计数字
|
|
|
|
|
+ financeStats: {
|
|
|
|
|
+ income: 525000,
|
|
|
|
|
+ expenditure: 328000,
|
|
|
|
|
+ disclosureRate: 95.2,
|
|
|
|
|
+ fundUsageRate: 100,
|
|
|
|
|
+ serviceRate: 100,
|
|
|
|
|
+ procurementRate: 100,
|
|
|
|
|
+ ratingRate: 100
|
|
|
|
|
+ },
|
|
|
|
|
+
|
|
|
|
|
+ // 钱花得明白 - 收入数据
|
|
|
|
|
+ incomeData: [
|
|
|
|
|
+ { value: 5000, name: '特困人员供养金' },
|
|
|
|
|
+ { value: 3300, name: '照料补贴费' },
|
|
|
|
|
+ { value: 2600, name: '机构运转经费' }
|
|
|
|
|
+ ],
|
|
|
|
|
+
|
|
|
|
|
+ // 钱花得明白 - 支出数据
|
|
|
|
|
+ expenseData: [
|
|
|
|
|
+ { value: 2500, name: '餐饮支出' },
|
|
|
|
|
+ { value: 2000, name: '医疗支出' },
|
|
|
|
|
+ { value: 1800, name: '护理支出' },
|
|
|
|
|
+ { value: 1500, name: '娱乐支出' },
|
|
|
|
|
+ { value: 1200, name: '维修支出' },
|
|
|
|
|
+ { value: 1000, name: '培训支出' },
|
|
|
|
|
+ { value: 800, name: '其他支出' }
|
|
|
|
|
+ ],
|
|
|
|
|
+
|
|
|
|
|
+ // 钱花得明白 - 发放数据
|
|
|
|
|
+ distributionData: {
|
|
|
|
|
+ months: ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月'],
|
|
|
|
|
+ actual: [12000, 13200, 10100, 13400, 9000, 23000, 21000, 18000, 19000, 20000, 22000, 25000],
|
|
|
|
|
+ planned: [10000, 12000, 11000, 12000, 10000, 20000, 18000, 16000, 17000, 18000, 20000, 22000]
|
|
|
|
|
+ },
|
|
|
|
|
+
|
|
|
|
|
+ // 钱花得明白 - 表格列配置
|
|
|
|
|
+ fundTableColumns: [
|
|
|
|
|
+ { prop: 'id', label: '序号', width: 160, align: 'center' },
|
|
|
|
|
+ { prop: 'name', label: '老人姓名', width: 260, align: 'center' },
|
|
|
|
|
+ { prop: 'idCard', label: '身份证号', width: 450, align: 'center' },
|
|
|
|
|
+ { prop: 'age', label: '年龄', width: 160, align: 'center' },
|
|
|
|
|
+ { prop: 'type', label: '特困类型', width: 280, align: 'center' },
|
|
|
|
|
+ { prop: 'amount', label: '基本生活费标准(元/月)', width: 400, align: 'center' },
|
|
|
|
|
+ { prop: 'status1', label: '机构上报状态', width: 280, align: 'center' },
|
|
|
|
|
+ { prop: 'status2', label: '民政计划纳入', width: 280, align: 'center' },
|
|
|
|
|
+ { prop: 'status3', label: '财政拨付状态', width: 280, align: 'center' },
|
|
|
|
|
+ { prop: 'status4', label: '机构到账状态', width: 280, align: 'center' },
|
|
|
|
|
+ { prop: 'date', label: '到账时间', width: 312, align: 'center' }
|
|
|
|
|
+ ],
|
|
|
|
|
+
|
|
|
|
|
+ // 钱花得明白 - 表格数据
|
|
|
|
|
+ fundTableData: [
|
|
|
|
|
+ {
|
|
|
|
|
+ id: 1,
|
|
|
|
|
+ name: '王桂兰',
|
|
|
|
|
+ idCard: '411003193805127834',
|
|
|
|
|
+ age: 88,
|
|
|
|
|
+ type: '农村特困供养',
|
|
|
|
|
+ amount: 680,
|
|
|
|
|
+ status1: '已上报',
|
|
|
|
|
+ status2: '已纳入',
|
|
|
|
|
+ status3: '已拨付',
|
|
|
|
|
+ status4: '已到账',
|
|
|
|
|
+ date: '2026-03-10'
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ id: 2,
|
|
|
|
|
+ name: '李守田',
|
|
|
|
|
+ idCard: '411003193602213627',
|
|
|
|
|
+ age: 90,
|
|
|
|
|
+ type: '农村特困供养',
|
|
|
|
|
+ amount: 680,
|
|
|
|
|
+ status1: '已上报',
|
|
|
|
|
+ status2: '已纳入',
|
|
|
|
|
+ status3: '已拨付',
|
|
|
|
|
+ status4: '已到账',
|
|
|
|
|
+ date: '2026-03-10'
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ id: 3,
|
|
|
|
|
+ name: '张秀英',
|
|
|
|
|
+ idCard: '411003194011053429',
|
|
|
|
|
+ age: 86,
|
|
|
|
|
+ type: '农村特困供养',
|
|
|
|
|
+ amount: 680,
|
|
|
|
|
+ status1: '已上报',
|
|
|
|
|
+ status2: '已纳入',
|
|
|
|
|
+ status3: '已拨付',
|
|
|
|
|
+ status4: '已到账',
|
|
|
|
|
+ date: '2026-03-10'
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+
|
|
|
|
|
+ // 钱花得明白 - 问题表格列配置
|
|
|
|
|
+ problemTableColumns: [
|
|
|
|
|
+ { prop: 'id', label: '序号', width: 160, align: 'center' },
|
|
|
|
|
+ { prop: 'fundType', label: '资金类型', width: 260, align: 'center' },
|
|
|
|
|
+ { prop: 'problem', label: '问题', width: 400, align: 'center' },
|
|
|
|
|
+ { prop: 'description', label: '问题描述', align: 'left' },
|
|
|
|
|
+ { prop: 'riskLevel', label: '风险等级', width: 280, align: 'center' },
|
|
|
|
|
+ { prop: 'time', label: '预警时间', width: 320, align: 'center' },
|
|
|
|
|
+ { prop: 'source', label: '来源', width: 360, align: 'center' },
|
|
|
|
|
+ { prop: 'status', label: '状态', width: 220, align: 'center' },
|
|
|
|
|
+ { prop: 'operation', label: '操作', width: 280, align: 'center' }
|
|
|
|
|
+ ],
|
|
|
|
|
+
|
|
|
|
|
+ // 钱花得明白 - 问题表格数据
|
|
|
|
|
+ problemTableData: [
|
|
|
|
|
+ {
|
|
|
|
|
+ id: 1,
|
|
|
|
|
+ fundType: '照料护理费',
|
|
|
|
|
+ problem: '护理费与失能等级不匹配',
|
|
|
|
|
+ description: '津贴补贴AI审核员(410526194101212336) 护理资金全护理标准上报,超发600元/月',
|
|
|
|
|
+ riskLevel: 'high',
|
|
|
|
|
+ time: '2026-04-13 11:05',
|
|
|
|
|
+ source: '津贴补贴AI审核员',
|
|
|
|
|
+ status: '未处置'
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ id: 2,
|
|
|
|
|
+ fundType: '高龄津贴',
|
|
|
|
|
+ problem: '年龄未满80周岁',
|
|
|
|
|
+ description: '津贴补贴AI审核员(410526194101212336) 护理资金全护理标准上报,超发600元/月',
|
|
|
|
|
+ riskLevel: 'medium',
|
|
|
|
|
+ time: '2026-04-13 11:06',
|
|
|
|
|
+ source: '津贴补贴AI审核员',
|
|
|
|
|
+ status: '未处置'
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ id: 3,
|
|
|
|
|
+ fundType: '高龄津贴',
|
|
|
|
|
+ problem: '户籍不在本区',
|
|
|
|
|
+ description: '津贴补贴AI审核员(410526194101212336) 护理资金全护理标准上报,超发600元/月',
|
|
|
|
|
+ riskLevel: 'high',
|
|
|
|
|
+ time: '2026-04-13 11:05',
|
|
|
|
|
+ source: '津贴补贴AI审核员',
|
|
|
|
|
+ status: '处置中'
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ id: 4,
|
|
|
|
|
+ fundType: '特困供养金',
|
|
|
|
|
+ problem: '死亡冒领',
|
|
|
|
|
+ description: '津贴补贴AI审核员(410526194101212336) 护理资金全护理标准上报,超发600元/月',
|
|
|
|
|
+ riskLevel: 'high',
|
|
|
|
|
+ time: '2026-04-13 11:05',
|
|
|
|
|
+ source: '津贴补贴AI审核员',
|
|
|
|
|
+ status: '已整改'
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+
|
|
|
|
|
+ // 机器人数据
|
|
|
|
|
+ robots: [
|
|
|
|
|
+ {
|
|
|
|
|
+ name: 'AI审计员',
|
|
|
|
|
+ image: '/src/assets/images/robot_auditor.png'
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ name: 'AI预警与督办员',
|
|
|
|
|
+ image: '/src/assets/images/robot_warningSupervisor.png'
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+
|
|
|
|
|
+ // 统计信息
|
|
|
|
|
+ statistics: {
|
|
|
|
|
+ reviewedApplications: 146,
|
|
|
|
|
+ authenticatedElderly: 237,
|
|
|
|
|
+ comparedData: 8680,
|
|
|
|
|
+ coveredElderly: 287,
|
|
|
|
|
+ approvalRate: 98.9,
|
|
|
|
|
+ abnormalApplications: 9,
|
|
|
|
|
+ involvedFunds: 3600,
|
|
|
|
|
+ pendingAlerts: 8,
|
|
|
|
|
+ directFeedback: 5,
|
|
|
|
|
+ rectificationRequirements: 3,
|
|
|
|
|
+ rectificationRate: 78.4
|
|
|
|
|
+ }
|
|
|
|
|
+}
|