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
537d1c6f
authored
Apr 23, 2025
by
赵增煜
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'local-0409' into develop
parents
3482042e
51042a31
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/Admin/Controllers/MedicalController.php
+2
-2
No files found.
app/Admin/Controllers/MedicalController.php
View file @
537d1c6f
...
...
@@ -106,8 +106,8 @@ protected function grid()
$grid
->
column
(
'doctCaSign'
);
$grid
->
column
(
'originalData'
);
$grid
->
column
(
'certificate'
);
#
$grid->column('reviewUrl')->width(3);
$grid
->
column
(
'textRecords'
)
->
width
(
3
);
$grid
->
column
(
'reviewUrl'
)
->
width
(
3
);
$grid
->
column
(
'textRecords'
,
'问诊过程数据'
)
->
width
(
3
);
$grid
->
column
(
'firstVisitRecord'
)
->
width
(
3
);
$grid
->
column
(
'created_at'
);
$grid
->
column
(
'updated_at'
)
->
sortable
();
...
...
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