Commit 9474d3d9 authored by zhang's avatar zhang

feat: (首页/检测内容) /检测要点:标准名称由超链接更新为字符形式,/测试用例库:页面整体更新

parent 72bb5a3f
This diff is collapsed.
This diff is collapsed.
...@@ -118,9 +118,7 @@ ...@@ -118,9 +118,7 @@
</el-table-column> </el-table-column>
<el-table-column prop="name" label="标准名称" align="left"> <el-table-column prop="name" label="标准名称" align="left">
<template slot-scope="scope"> <template slot-scope="scope">
<div class="font-color" @click="downPdf(scope.row,'name')">
{{ scope.row.name }} {{ scope.row.name }}
</div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="keypointName" label="检测要点文件" align="left"> <el-table-column prop="keypointName" label="检测要点文件" align="left">
......
<template> <template>
<page-standard-option> <page-chapter-option>
<div class="container"> <div class="container">
<div> <div>
<el-form <el-form
...@@ -207,7 +207,7 @@ ...@@ -207,7 +207,7 @@
@close="documentReviewDialogManger.dialogVisible = false" @close="documentReviewDialogManger.dialogVisible = false"
> >
</document-review-dialog> --> </document-review-dialog> -->
</page-standard-option> </page-chapter-option>
</template> </template>
<script> <script>
import page from '@/mixins/page' import page from '@/mixins/page'
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment