generated from Leo_Ding/web-template
Compare commits
No commits in common. "82d3f966987d5c4cc9d161377cfdddd527a25d1c" and "dbd9a06ee1c6bda4161dc5772a56d28f805c638e" have entirely different histories.
82d3f96698
...
dbd9a06ee1
2
.env.dev
2
.env.dev
@ -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_
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user