商户修复
This commit is contained in:
@@ -804,6 +804,7 @@ export default function MerchantsPage() {
|
||||
placeholder="请输入联系电话"
|
||||
/>
|
||||
</div>
|
||||
{userRole === "admin" && (
|
||||
<div className="space-y-2">
|
||||
<Label htmlFor="totalMerchant">选择总商户(可选)</Label>
|
||||
<Select
|
||||
@@ -828,6 +829,7 @@ export default function MerchantsPage() {
|
||||
</SelectContent>
|
||||
</Select>
|
||||
</div>
|
||||
)}
|
||||
<div className="col-span-2 space-y-2">
|
||||
<Label htmlFor="detailedAddress">详细地址</Label>
|
||||
<Textarea
|
||||
@@ -1033,6 +1035,7 @@ export default function MerchantsPage() {
|
||||
placeholder="请输入联系电话"
|
||||
/>
|
||||
</div>
|
||||
{userRole === "admin" && (
|
||||
<div className="space-y-2">
|
||||
<Label htmlFor="edit-totalMerchant">选择总商户(可选)</Label>
|
||||
<Select
|
||||
@@ -1057,6 +1060,7 @@ export default function MerchantsPage() {
|
||||
</SelectContent>
|
||||
</Select>
|
||||
</div>
|
||||
)}
|
||||
<div className="col-span-2 space-y-2">
|
||||
<Label htmlFor="edit-detailedAddress">详细地址</Label>
|
||||
<Textarea
|
||||
|
Reference in New Issue
Block a user