Commit d5e45766 by 赵增煜

增加翻译文件

parent cbbedaf5
...@@ -91,6 +91,8 @@ protected function grid() ...@@ -91,6 +91,8 @@ protected function grid()
*/ */
protected function detail($id) protected function detail($id)
{ {
//$this->title('580处方单详情');
return Show::make($id, new ExternalPrescriptionModel(), function (Show $show) { return Show::make($id, new ExternalPrescriptionModel(), function (Show $show) {
$show->field('id'); $show->field('id');
$show->field('external_prescription_id','580处方单编号'); $show->field('external_prescription_id','580处方单编号');
......
<?php
return [
'labels' => [
'ExternalPrescription' => '580处方单',
'external-prescription' => '580处方单',
],
'fields' => [
'external_prescription_id' => '580处方单编号',
'issue_at' => '处方开具时间',
'status' => '状态',
'company_name' => '企业名称',
'pharmacy_name' => '药店名称',
'pharmacy_id' => '药店编号',
'agent' => '会员/代理人',
'patient_name' => '就诊人姓名',
'patient_mobile' => '就诊人手机号',
'patient_gender' => '就诊人性别',
'patient_age' => '就诊人年龄',
'patient_id_card' => '就诊人身份证',
'doctor_name' => '接诊医师姓名',
'diagnosis' => '诊断',
'drug_info' => '用药信息',
'pharmacist_name' => '审核药师',
'review_at' => '审核时间',
'pharmacist_attr' => '药师属性',
'dispatcher' => '调配人',
'checker' => '核对人',
'dispenser' => '发药人',
],
'options' => [
],
];
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment