| | |
| | | <el-table-column label="上传日期" prop="updateTime" align="center" /> |
| | | <el-table-column label="操作" align="center" class-name="small-padding fixed-width" > |
| | | <template #default="scope"> |
| | | <el-button link type="primary" :disabled="!scope.row.filePath || scope.row.filePath == ''" @click="downloadFile(scope.row)">下载</el-button> |
| | | <el-button link type="primary" :disabled="!scope.row.filePath || scope.row.filePath == ''" @click="downloadFile(scope.row)" v-hasPermi="['externalKnowledge:edit']">下载</el-button> |
| | | <el-button link type="primary" @click="openDialog('edit',scope.row)" v-hasPermi="['externalKnowledge:edit']">编辑</el-button> |
| | | <el-button link type="danger" @click="handleDelete(scope.row)" v-hasPermi="['externalKnowledge:del']">删除</el-button> |
| | | </template> |
| | |
| | | name: '法律法规' |
| | | }, |
| | | { |
| | | id: 5, |
| | | name: '质量服务标准' |
| | | }, |
| | | { |
| | | id: 4, |
| | | name: '其他' |
| | | } |