| | |
| | | <th>类型</th> |
| | | <th>等级</th> |
| | | <th>状态</th> |
| | | <th>责任人</th> |
| | | <th>操作</th> |
| | | </tr> |
| | | </thead> |
| | |
| | | {{ warning.statusText }} |
| | | </span> |
| | | </td> |
| | | <td>{{ warning.responsible }}</td> |
| | | <td> |
| | | <button @click="viewDetail(warning)">查看详情</button> |
| | | </td> |
| | |
| | | levelText: '红色预警', |
| | | status: 'pending', |
| | | statusText: '待处理', |
| | | responsible: '张经理', |
| | | responsible: '陈志强', |
| | | description: 'A项目预算执行率已达95%,预计将超出预算范围。', |
| | | impact: '影响项目整体财务指标,可能导致项目亏损', |
| | | suggestions: '暂停非必要支出,优化资源配置,申请预算调整' |
| | |
| | | levelText: '红色预警', |
| | | status: 'pending', |
| | | statusText: '待处理', |
| | | responsible: '陈总监', |
| | | responsible: '陈志强', |
| | | description: '产品D在客户现场出现质量问题。', |
| | | impact: '影响客户满意度,可能造成经济损失', |
| | | suggestions: '立即召回问题产品,分析原因,制定改进措施' |