status
This commit is contained in:
parent
e464cb1584
commit
613d45e36c
|
@ -248,7 +248,7 @@ async def deal_tab(request: Request, deal_id):
|
|||
return {"status": "error"}
|
||||
|
||||
|
||||
# app.mount("/widget", StaticFiles(directory="front/dist", html=True), name="static")
|
||||
app.mount("/widget", StaticFiles(directory="front/dist", html=True), name="static")
|
||||
|
||||
NUXT_DIST = Path("front/dist")
|
||||
|
||||
|
|
|
@ -47,7 +47,8 @@ const loadData = async (deal_id: number) => {
|
|||
|
||||
const columns = [{
|
||||
key: 'id',
|
||||
label: 'ID'
|
||||
label: 'ID',
|
||||
sortable: true
|
||||
}, {
|
||||
key: 'title',
|
||||
label: 'Название'
|
||||
|
|
Loading…
Reference in New Issue