📝 项目填报
🔒 数据管理
🔒 数据导出
本系统使用 Supabase 云数据库,所有账号和项目数据都会同步到云端,任意设备登录都能看到最新内容。首次使用需要你填写 Supabase 项目的连接信息。
Project URL 和 anon public keycreate table accounts ( id uuid primary key default gen_random_uuid(), username text unique not null, password text not null, is_default boolean default false, created_at timestamptz default now(), created_by text ); create table records ( id text primary key, data jsonb not null, serial_no int, submitted_by text, submitted_role text, created_at timestamptz default now(), updated_at timestamptz ); alter table accounts enable row level security; alter table records enable row level security; create policy "public_all" on accounts for all using (true) with check (true); create policy "public_all" on records for all using (true) with check (true);
请选择您的身份进入
扫码后在手机/平板上选择身份即可进入。
※ 二维码内容为当前登录页地址
| 姓名 | 市场化业务 | 保障性业务 | 合计 | |||
|---|---|---|---|---|---|---|
| 收入 | 毛利 | 收入 | 毛利 | 收入 | 毛利 | |
| 总计 | ¥0.00 | ¥0.00 | ¥0.00 | ¥0.00 | ¥0.00 | ¥0.00 |
| 姓名 | 市场业务 | 保障性业务 | 合计 | |||
|---|---|---|---|---|---|---|
| 收入 | 毛利 | 收入 | 毛利 | 收入 | 毛利 | |
| 总计 | ¥0.00 | ¥0.00 | ¥0.00 | ¥0.00 | ¥0.00 | ¥0.00 |
| 序号 | 项目名称 | 举办日期 | 负责人 | 类型 | 填报人 | 毛利决算 |
|---|
| 序号 | 项目名称 | 举办日期 | 负责人 | 类型 | 业务性质 | 主办单位 | 人数 | 收入预算 | 毛利预算 | 收入决算 | 毛利决算 | 操作 |
|---|
数据已保存在 Supabase 云端,多端自动同步。如需本地备份,可导出 JSON 文件。
确定要执行此操作吗?