Commit 600f6959 authored by 高滢's avatar 高滢

feat(实施细则): 审查检查

parent dba424d3
......@@ -250,11 +250,11 @@ export default {
t2.key = index + '_' + t1.id + '_' + t2.type
switch (t2.type) {
case 'system':
t2.type = '体系查'
t2.type = '体系查'
t2.value = 'system'
break
case 'car':
t2.type = '车型查'
t2.type = '车型查'
t2.value = 'car'
break
case 'test':
......@@ -280,7 +280,7 @@ export default {
return item != t2
})
}
})
})
this.$nextTick(function () {
......
......@@ -174,8 +174,8 @@
v-html="'\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0'"
></span> -->
<div>
<span v-if="data.chapter" class="el-tree-content">
{{ (data.chapter + '\u00a0' + data.text) }}</span
>
......@@ -197,7 +197,7 @@
</span>
</div>
<!-- 当二级树为审查要点时将详情图标向左移动20px -->
</span>
</el-tree>
<pagination
......@@ -214,7 +214,7 @@
<!-- 详情弹窗
ref: 绑定detailModel组件
dialog-manger: 设置传递到detail-model组件的参数
@close: 点击右上角的 x 时关闭弹窗
@close: 点击右上角的 x 时关闭弹窗
-->
<detail-model
ref="detailModel"
......@@ -272,7 +272,7 @@ export default {
data() {
return {
listUrl: '/review/standard/list', // 获取章节数据信息路径
modelData: [], // 储存原始获取的数据
chapterOptions: [], // 储存章节选项
reviewTypeList: [
......@@ -447,7 +447,7 @@ export default {
},
handleNodeClick() {
},
normalizeTreeData(data,params) {
return data.map(node => {
......@@ -494,7 +494,7 @@ export default {
this.tableData = res.data.useCases
this.tableData = this.normalizeTreeData(this.tableData,this.queryParams)
this.total = res.data.totalCount
})
} else {
await request({
......@@ -775,7 +775,7 @@ export default {
padding: 10px 20px;
::v-deep .el-tree-node {
// 节点样式
position: relative;
display: block;
flex-wrap: wrap;
......@@ -789,7 +789,7 @@ export default {
// 节点内容样式设置
width: 100%;
height: auto;
min-height: 40px;
min-height: 40px;
display: flex;
//justify-content: space-between;
margin-top: 10px;
......
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