Compare commits

..

No commits in common. "82d3f966987d5c4cc9d161377cfdddd527a25d1c" and "dbd9a06ee1c6bda4161dc5772a56d28f805c638e" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ VITE_ROUTER_BASE=/
VITE_ROUTER_HISTORY=hash
# api
VITE_API_BASIC=http://10.10.1.6:8071
# VITE_API_BASIC=http://10.10.1.6:8071
VITE_API_HTTP=/api/v1/
# storage
VITE_STORAGE_NAMESPACE = gin-admin_local_

View File

@ -3,7 +3,7 @@
<a-col flex="auto">
<a-card type="flex">
<a-table :columns="columns" :data-source="listData" bordered="true" :loading="loading"
:pagination="paginationState" @change="onTableChange" :scroll="{ x: 1000 }">
:pagination="paginationState" @change="onTableChange">
<template #bodyCell="{ column, record }">
<template v-if="'url' === column.dataIndex">
<a-button type="link" @click="auditHandleEdit(record, 'img')">点击查看</a-button>