This commit is contained in:
Kseninia Mikhaylova 2024-11-20 16:21:41 +03:00
parent e464cb1584
commit 613d45e36c
2 changed files with 3 additions and 2 deletions

View File

@ -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")

View File

@ -47,7 +47,8 @@ const loadData = async (deal_id: number) => {
const columns = [{
key: 'id',
label: 'ID'
label: 'ID',
sortable: true
}, {
key: 'title',
label: 'Название'