thainv: ghép navigation
This commit is contained in:
@@ -29,7 +29,7 @@ interface PageComponentSettings {
|
||||
dataQuery?: string; // Truy vấn dữ liệu: IDS | NEW | VIEW | SQL | REQUEST | ...
|
||||
dataResult?: string; // Kết quả dữ liệu (Json)
|
||||
}
|
||||
interface PageSection extends Base {
|
||||
export type PageSection = {
|
||||
id?: number; // Mã định danh
|
||||
siteId?: number; // Mã hệ thống
|
||||
pageId?: number; // Mã trang
|
||||
|
||||
@@ -11,7 +11,7 @@ export type PollOption = {
|
||||
type?: number; // Phân loại
|
||||
order?: number; // Sắp xếp
|
||||
status?: number; // Trạng thái
|
||||
responsesCount?: number //số lượng response của option
|
||||
responseCount?: number //số lượng response của option
|
||||
}
|
||||
|
||||
export const fetchByPollId = async (event: H3Event) => {
|
||||
|
||||
Reference in New Issue
Block a user