feat(admin,store): landline contact phone and package audit UX
Allow store contactPhone as landline, show pending package audit badge, and split live vs pending packages in HQ review. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -365,12 +365,13 @@ export default function StoreDetailPage() {
|
||||
<input
|
||||
disabled={readOnly}
|
||||
type="tel"
|
||||
placeholder="手机号或座机,如 0379-8888888"
|
||||
value={form.contactPhone}
|
||||
onChange={(e) => setForm({ ...form, contactPhone: e.target.value })}
|
||||
/>
|
||||
</div>
|
||||
<p className="label-md text-muted" style={{ marginTop: 8 }}>
|
||||
店长或对外展示号码,用户端拨号使用此号码。
|
||||
店长或对外展示号码,用户端拨号使用此号码,支持座机。
|
||||
</p>
|
||||
</div>
|
||||
<div className="partner-field">
|
||||
|
||||
Reference in New Issue
Block a user