修改bug

This commit is contained in:
yangjun 2026-02-11 15:48:07 +08:00
parent 0e1ed4190b
commit 962a4a5c78
3 changed files with 6 additions and 3 deletions

View File

@ -9,7 +9,7 @@ VITE_PUBLIC_PATH = /
VITE_PROXY = [["/nursing-unit_101","http://localhost:8091/nursing-unit_101"],["/upload","http://localhost:3300/upload"],["/opeexup","http://localhost:8081/opeapi/"],["/opemedia","https://www.focusnu.com/media101/upFiles101"]]
#后台接口全路径地址(必填)
VITE_GLOB_DOMAIN_URL=http://localhost:8091/nursing-unit_101
VITE_GLOB_DOMAIN_URL=http://localhost:3103/nursing-unit_101
#后台接口父地址(必填)
VITE_GLOB_API_URL=/nursing-unit_101

View File

@ -38,9 +38,9 @@
<img v-if="!!file?.response?.message" :src="opeMediaAddress + file?.response?.message" style="width: 200px; height: 200px;"></img>
<img v-else :src="file.url ? opeMediaAddress + file.url : file.r" style="width: 200px; height: 200px;">
</div>
<div style="margin-top: 20px;">
<!-- <div style="margin-top: 20px;">
{{ file.name }}
</div>
</div> -->
<div style="margin-top: 20px;" v-if="!disabled">
<!-- <a-button type="link" @click="handlePreview(file)">预览</a-button> -->
<a-button type="link" danger @click="removeFile(index)" v-if="!props.disabled">删除</a-button>

View File

@ -256,6 +256,9 @@
<BasicTable @register="registerTable">
<!--插槽:table标题-->
<template #tableTitle>
<a-button type="primary" preIcon="ant-design:export-outlined" @click="onExportXls"> 导出</a-button>
<j-upload-button type="primary" preIcon="ant-design:import-outlined" @click="onImportXls">导入</j-upload-button>
<a-button type="primary" @click="directiveSyncCodeMangeFunc" v-show="!!ownOrgCode"
preIcon="ant-design:setting-outlined">镜像码管理</a-button>
<a-button type="primary" @click="handleDirectiveMainOpen" preIcon="ant-design:profile-outlined">