update 文档拆分详情树节点模糊查询

This commit is contained in:
赵霄
2023-09-22 13:56:49 +08:00
parent dee6e28a33
commit f05229c835
3 changed files with 12 additions and 45 deletions
@@ -137,13 +137,13 @@ export default {
columns: [
// 标准号
{
dataIndex: 'serialNumber',
dataIndex: 'standardNumber',
title: this.$t('standardSelect.standardNumber'),
width: 150
},
// 标准名称
{
dataIndex: 'title',
dataIndex: 'standardName',
title: this.$t('standardSelect.standardName'),
width: 150
},