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"}
|
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")
|
NUXT_DIST = Path("front/dist")
|
||||||
|
|
||||||
|
|
|
@ -47,7 +47,8 @@ const loadData = async (deal_id: number) => {
|
||||||
|
|
||||||
const columns = [{
|
const columns = [{
|
||||||
key: 'id',
|
key: 'id',
|
||||||
label: 'ID'
|
label: 'ID',
|
||||||
|
sortable: true
|
||||||
}, {
|
}, {
|
||||||
key: 'title',
|
key: 'title',
|
||||||
label: 'Название'
|
label: 'Название'
|
||||||
|
|
Loading…
Reference in New Issue