ff
This commit is contained in:
parent
4fb39ab9fa
commit
b4568e1c8c
@ -265,27 +265,17 @@ const UpdateSpecialtyClinicId = () => {
|
|||||||
|
|
||||||
{/* KHỐI THÔNG TIN KHÁM CHUYÊN KHOA */}
|
{/* KHỐI THÔNG TIN KHÁM CHUYÊN KHOA */}
|
||||||
<div className="mt-2">
|
<div className="mt-2">
|
||||||
<h3 className="mb-4 text-xs font-bold uppercase tracking-wider text-gray-500">
|
<div className="mb-4 flex items-center gap-3">
|
||||||
Kết quả khám chuyên khoa đảm nhận
|
<span className="text-xs font-semibold uppercase text-slate-500">
|
||||||
</h3>
|
Chuyên khoa tiếp nhận:
|
||||||
|
</span>
|
||||||
|
|
||||||
<div className="mb-5">
|
<div className="inline-flex items-center rounded-full bg-blue-50 px-4 py-2 text-sm font-semibold text-blue-700 border border-blue-200">
|
||||||
<InputForm
|
{selectedSpecialtyClinic?.specialtyName || "Chưa có thông tin"}
|
||||||
label="Chuyên khoa tiếp nhận"
|
</div>
|
||||||
name="specialtyAssignmentId"
|
|
||||||
type="text"
|
|
||||||
value={
|
|
||||||
selectedSpecialtyClinic
|
|
||||||
? `${selectedSpecialtyClinic.specialtyName}`
|
|
||||||
: "Chưa có thông tin chuyên khoa"
|
|
||||||
}
|
|
||||||
placeholder="Thông tin chuyên khoa"
|
|
||||||
isRequired
|
|
||||||
readOnly
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<GridColumn col={3}>
|
<GridColumn col={isEyeClinic ? 4 : 3}>
|
||||||
<InputForm
|
<InputForm
|
||||||
label="Ghi chú chuyên khoa"
|
label="Ghi chú chuyên khoa"
|
||||||
name="specialtyNotes"
|
name="specialtyNotes"
|
||||||
@ -324,7 +314,7 @@ const UpdateSpecialtyClinicId = () => {
|
|||||||
|
|
||||||
{/* KHỐI THÔNG TIN KHÁM MẮT (Chỉ hiển thị khi là khoa mắt) */}
|
{/* KHỐI THÔNG TIN KHÁM MẮT (Chỉ hiển thị khi là khoa mắt) */}
|
||||||
{isEyeClinic && (
|
{isEyeClinic && (
|
||||||
<div className="mt-2 rounded-xl border border-blue-100 bg-[#f8fafc] p-5 transition-all">
|
<div className="mt-2 rounded-xl border border-blue-100 bg-blue-50 p-4 transition-all">
|
||||||
<h3 className="mb-4 text-sm font-bold uppercase tracking-wider text-blue-600">
|
<h3 className="mb-4 text-sm font-bold uppercase tracking-wider text-blue-600">
|
||||||
Chỉ định thị lực (Khoa Mắt)
|
Chỉ định thị lực (Khoa Mắt)
|
||||||
</h3>
|
</h3>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user