warningreply.php 560 字节
<?php

return [
    'Wid'                        => '隐患',
    'Staffid'                    => '员工',
    'Status'                     => '状态',
    'Status 0'                   => '提交隐患',
    'Status 1'                   => '审核通过',
    'Status 2'                   => '处理完成',
    'Status 3'                   => '回复',
    'Reply'                      => '回复',
    'Createtime'                 => '回复时间',
    'Inspectionstaff.staff_name' => '员工姓名',
    'Inspectionwarning.message'  => '预警信息'
];