隐藏设备编辑按钮
This commit is contained in:
parent
572cad895a
commit
37168fdba1
@ -1,3 +1,9 @@
|
||||
###
|
||||
# @Description: 文件内容描述
|
||||
# @Author: 陈益
|
||||
# @Date: 2025-09-18 10:20:18
|
||||
# @LastEditors: 陈益
|
||||
###
|
||||
# 端口号
|
||||
VITE_PORT=4200
|
||||
|
||||
@ -30,9 +36,9 @@ VITE_REFRESH_ROLE = true
|
||||
|
||||
# 后端接口地址
|
||||
#VITE_APP_API_ADDRESS=http://47.110.53.196:28080
|
||||
VITE_APP_API_ADDRESS=http://10.10.70.11:10500
|
||||
VITE_APP_API_ADDRESS=http://10.10.90.3:10500
|
||||
|
||||
# websocket地址
|
||||
VITE_WEBSOCKET_URL=http://10.10.70.11:10500/signalr/notification
|
||||
VITE_WEBSOCKET_URL=http://10.10.90.3:10500/signalr/notification
|
||||
|
||||
|
||||
|
||||
@ -736,9 +736,10 @@ const toolbarActions = computed(() => [
|
||||
|
||||
<template #action="{ row }">
|
||||
<div style="display: flex; gap: 8px; align-items: center">
|
||||
<Button size="small" type="link" @click="onEdit.bind(null, row)()">
|
||||
<!-- 编辑按钮已注释,因为后端没有更新接口 -->
|
||||
<!-- <Button size="small" type="link" @click="onEdit.bind(null, row)()">
|
||||
{{ $t('common.edit') }}
|
||||
</Button>
|
||||
</Button> -->
|
||||
<Button size="small" type="link" @click="toDeviceInfoData.bind(null, row)()">
|
||||
{{ $t('abp.deviceInfos.viewData') }}
|
||||
</Button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user