old-hotel-charge/lang/zh_CN/cost-advice.php

15 lines
278 B
PHP

<?php
return [
'labels' => [
'CostAdvice' => '费用配置',
'cost-advices' => '费用配置',
],
'fields' => [
'nape_id' => '费用项',
'nurse_lv' => '护理等级',
'money' => '金额',
],
'options' => [
],
];