zhouwx
7 天以前 2599283f7cc1ed8bac927bbb705f53659a8203fa
src/views/build/conpanyFunctionConsult/digitalFileDep/project/projectFile/index.vue
@@ -77,8 +77,8 @@
            <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="data.isAdmin" link type="primary"  @click="openDataDialog('edit',scope.row)" >编辑</el-button>
                <el-button v-if="data.isAdmin" link type="danger"  @click="handleDataDelete(scope.row)" >删除</el-button>
                <el-button link type="primary"  @click="openDataDialog('edit',scope.row)" >编辑</el-button>
                <el-button link type="danger"  @click="handleDataDelete(scope.row)" >删除</el-button>
              </template>
            </el-table-column>
          </el-table>