Commit 45704118 authored by mengzixuan's avatar mengzixuan

feat(试一下提交): 试

parent ef1738fa
This diff is collapsed.
...@@ -9,6 +9,9 @@ ...@@ -9,6 +9,9 @@
<template slot="title"> <template slot="title">
<div class="custom_title">{{ '检验内容' }}</div> <div class="custom_title">{{ '检验内容' }}</div>
</template> </template>
<div>
<el-button type="primary" @click="relevancy">关联测试内容</el-button>
</div>
<el-table <el-table
v-loading="loading" v-loading="loading"
class="el-table" class="el-table"
...@@ -77,6 +80,7 @@ export default { ...@@ -77,6 +80,7 @@ export default {
methods: { methods: {
getRows, getRows,
getRows2, getRows2,
relevancy() {},
/** 获取文档审查检验内容 */ /** 获取文档审查检验内容 */
init() { init() {
this.loading = true this.loading = true
......
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