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:
@@ -1175,7 +1175,7 @@ export default function StoreCreatePage() {
|
||||
|
||||
type="tel"
|
||||
|
||||
placeholder="店长或对外可拨打号码"
|
||||
placeholder="手机号或座机,如 0379-8888888"
|
||||
|
||||
value={form.contactPhone}
|
||||
|
||||
@@ -1193,7 +1193,7 @@ export default function StoreCreatePage() {
|
||||
|
||||
<p className="label-md text-muted" style={{ marginTop: 8 }}>
|
||||
|
||||
用户端门店详情展示与拨号使用此号码,可与登录号不同。
|
||||
用户端门店详情展示与拨号使用此号码,可与登录号不同,支持座机(如 0379-8888888)。
|
||||
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user