祖安之光
2025-10-22 0c66602c5c9ba5d579f949217221c04acbd0be17
src/views/build/conpanyFunctionConsult/digitalFileDep/project/projectFile/index.vue
@@ -97,7 +97,7 @@
            </el-table-column>
            <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="160" >
              <template #default="scope">
                <el-button v-if="scope.row.filePath" link type="primary"  @click="downloadFile(scope.row)" >下载</el-button>
                <el-button v-if="scope.row.filePath" link type="primary"  @click="downloadFile(scope.row)" v-hasPermi="['projectFile:edit']">下载</el-button>
                <el-button link type="primary"  @click="openDataDialog('edit',scope.row)" v-hasPermi="['projectFile:edit']">编辑</el-button>
                <el-button link type="danger"  @click="handleDataDelete(scope.row)" v-hasPermi="['projectFile:del']">删除</el-button>
              </template>