pdf文件替换
continuous-integration/drone/push Build is passing Details

uat
caiyiling 2025-03-12 14:56:17 +08:00
parent 57f0938efc
commit 10f4bf7480
4 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

BIN
src/assets/pdf.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -138,7 +138,7 @@
<script>
import { getNoneDicomStudyList, setNodicomStudyState } from '@/api/trials'
import store from '@/store'
import pdf from '@/assets/pdf.jpg'
import pdf from '@/assets/pdf.png'
import zip from '@/assets/zip.jpg'
import { changeURLStatic } from '@/utils/history.js'
import Preview from './components/preview'

View File

@ -73,7 +73,7 @@
</div>
</template>
<script>
import pdf from '@/assets/pdf.jpg'
import pdf from '@/assets/pdf.png'
export default {
name: 'StudyList',
props: {