|
@@ -162,7 +162,8 @@ class VisitController extends Controller {
|
|
|
{ label: '安全状况', key: 'security', letter: 'I', width: 10 },
|
|
|
{ label: '卫生环境', key: 'hygiene', letter: 'J', width: 10 },
|
|
|
{ label: '居住环境', key: 'live', letter: 'K', width: 10 },
|
|
|
- { label: '老人需求说明', key: 'demand', letter: 'L', width: 50 },
|
|
|
+ { label: '紧急程度', key: 'urgency', letter: 'L', width: 10 },
|
|
|
+ { label: '老人需求说明', key: 'demand', letter: 'M', width: 50 },
|
|
|
|
|
|
],
|
|
|
sheetData: result,
|