update 文档对比

This commit is contained in:
赵霄
2023-09-20 17:53:09 +08:00
parent adbff88cab
commit 2fb7e230d6
2 changed files with 2 additions and 8 deletions
-6
View File
@@ -322,12 +322,6 @@ export const constantRouterMap = [
}
]
},
// 文档对比-对比结果
{
path: '/comparisonResults',
name: 'comparisonResults',
component: () => import(/* webpackChunkName: "user" */ '../views/documentTool/documentComparison/ComparisonResults.vue')
},
// {
// path: '/',
// name: 'index',
@@ -23,7 +23,7 @@
<j-dict-select-tag v-model="queryParam.releaseState"
:placeholder="$t('pleaseSelect')+$t('docTool.comparison.releaseSituation')"
type="select"
:triggerChange="false" dictCode="release_condition" />
:triggerChange="false" dictCode="release_state" />
</a-form-item>
</a-col>
<div style="float: right;overflow: hidden;margin-right: 11px" class="table-page-search-submitButtons">
@@ -158,7 +158,7 @@ export default {
{
title: this.$t('creator'),
width: 150,
dataIndex: 'createBy'
dataIndex: 'createNameNo'
},
// 备注
{