gaoluyang
2025-03-07 58192a194d0667ebb880a16cbde36363fdc1d535
src/views/CNAS/resourceDemand/device/component/files.vue
@@ -618,7 +618,7 @@
    handleAttachmentClick(row) {
      console.log(row)
      if (row.fileName) {
        this.$download.downloadFileFromUrl(row.fileName)
        this.$download.saveAs(row.fileName)
      } else {
        this.$message.warning('未上传文件!')
      }
@@ -1052,14 +1052,14 @@
.device-main {
  width: 90%;
  margin: 0px 5%;
  height: 460px;
  height: 500px;
  padding: 25px 0px;
  background-color: #fff;
}
.device-center {
  width: 90%;
  height: 460px;
  height: 490px;
  margin: 0px 5%;
  border-radius: 15px;
  background-color: #fff;