11
WXL
2023-11-24 e3ac0a8d96cb3b98e45454fac42489dce7b15c68
11
已修改1个文件
26 ■■■■ 文件已修改
src/views/project/fund/applyDetail/index.vue 26 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/project/fund/applyDetail/index.vue
@@ -1156,13 +1156,13 @@
                  >
                    <template slot-scope="scope">
                      <i style="color:#409EFF" class=" el-icon-s-order" />
                      <a :href="pdfimg">{{ scope.row.name }}</a>
                      <span>{{ scope.row.name }}</span>
                    </template>
                  </el-table-column>
                  <el-table-column
                    prop="name"
                    width="180"
                    width="190"
                    :show-overflow-tooltip="true"
                    label="功能"
                  >
@@ -1178,6 +1178,13 @@
                        size="mini"
                        @click.native.prevent.stop="moveupdowfile(scope.row)"
                        >上移</el-button
                      >
                      <el-button
                        type="success"
                        size="mini"
                        icon="el-icon-search" circle
                        @click.native.prevent.stop="Downloadfile(scope.row)"
                        ></el-button
                      >
                    </template>
                  </el-table-column>
@@ -1252,13 +1259,13 @@
                  >
                    <template slot-scope="scope">
                      <i style="color:#409EFF" class=" el-icon-s-order" />
                      <a :href="invoicepdfimg">{{ scope.row.name }}</a>
                      <span>{{ scope.row.name }}</span>
                    </template>
                  </el-table-column>
                  <el-table-column
                    prop="name"
                    width="180"
                    width="190"
                    :show-overflow-tooltip="true"
                    label="功能"
                  >
@@ -1274,6 +1281,13 @@
                        size="mini"
                        @click.native.prevent.stop="moveupdowfile(scope.row)"
                        >上移</el-button
                      >
                      <el-button
                        type="success"
                        size="mini"
                        icon="el-icon-search" circle
                        @click.native.prevent.stop="Downloadfile(scope.row)"
                        ></el-button
                      >
                    </template>
                  </el-table-column>
@@ -3384,6 +3398,10 @@
        this.invoicefileListto.splice(index - 1, 0, item); // 将item插入到索引位置的前一位
      }
    },
    Downloadfile(row) {
      console.log(row);
      window.location.href = this.Networkheader + "/prod-api" + row.url;
    },
    //专家/医疗机构/费用报销机构选择
    ShowDetailDialog(spoce, showType) {
      this.spocewl = spoce;