祖安之光
2025-12-03 d988407a83fbaf46af822d8610360f865a42e9b9
src/views/build/conpanyFunctionConsult/standardSysTemp/techStandardModule/index.vue
@@ -42,9 +42,9 @@
      </el-table-column>
      <el-table-column label="操作" align="center" class-name="small-padding fixed-width" >
        <template #default="scope">
          <el-button link type="primary" @click="downloadFile(scope.row.filePath)">下载</el-button>
          <el-button link type="primary" @click="openDialog('edit',scope.row)">编辑</el-button>
          <el-button link type="danger" @click="handleDelete(scope.row)">删除</el-button>
          <el-button link type="primary" @click="downloadFile(scope.row.filePath)" v-hasPermi="['techStandard:view']">下载</el-button>
          <el-button link type="primary" @click="openDialog('edit',scope.row)" v-hasPermi="['techStandard:update']">编辑</el-button>
          <el-button link type="danger" @click="handleDelete(scope.row)" v-hasPermi="['techStandard:update']">删除</el-button>
        </template>
      </el-table-column>
    </el-table>