Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵增煜
/
tzt-admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
ac52081b
authored
Dec 25, 2024
by
赵增煜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
禁用详情页的删除编辑按钮
parent
88712760
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
app/Admin/Controllers/PharmacyExternalPrescriptionController.php
+1
-1
No files found.
app/Admin/Controllers/PharmacyExternalPrescriptionController.php
View file @
ac52081b
...
@@ -122,7 +122,7 @@ protected function detail($id)
...
@@ -122,7 +122,7 @@ protected function detail($id)
$show
->
field
(
'patient_id_card'
);
$show
->
field
(
'patient_id_card'
);
$show
->
field
(
'doctor_name'
);
$show
->
field
(
'doctor_name'
);
$show
->
field
(
'diagnosis'
);
$show
->
field
(
'diagnosis'
);
$show
->
field
(
'drug_info'
)
->
display
(
function
(
$drugInfoJson
)
{
$show
->
field
(
'drug_info'
)
->
as
(
function
(
$drugInfoJson
)
{
// 尝试将 $drugInfoJson 解码为数组
// 尝试将 $drugInfoJson 解码为数组
$drugInfoArray
=
json_decode
(
$drugInfoJson
,
true
);
$drugInfoArray
=
json_decode
(
$drugInfoJson
,
true
);
// 检查解码是否成功且 $drugInfoArray 是一个数组
// 检查解码是否成功且 $drugInfoArray 是一个数组
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment