From be2a65bc992062180276dde29a758005c0b8c57d Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Tue, 3 Mar 2026 11:15:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../elderTagOpeLogMain/NuConfigElderTagOpeLogInfo.data.ts | 4 ++-- .../elderTagOpeLogMain/NuConfigElderTagOpeLogMain.data.ts | 4 ++-- .../elderTagOpeLogMain/NuConfigElderTagOpeLogMainList.vue | 2 +- .../components/NuConfigElderTagOpeLogInfoCompare.vue | 4 ++-- .../components/NuConfigElderTagOpeLogMainForm.vue | 4 ++-- .../eldertag/tagSyncLogMain/ElderTagSyncLogInfo.data.ts | 4 ++-- .../tagSyncLogMain/components/ElderTagSyncLogInfoForm.vue | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/views/synchronization/eldertag/elderTagOpeLogMain/NuConfigElderTagOpeLogInfo.data.ts b/src/views/synchronization/eldertag/elderTagOpeLogMain/NuConfigElderTagOpeLogInfo.data.ts index ee9800f..1225964 100644 --- a/src/views/synchronization/eldertag/elderTagOpeLogMain/NuConfigElderTagOpeLogInfo.data.ts +++ b/src/views/synchronization/eldertag/elderTagOpeLogMain/NuConfigElderTagOpeLogInfo.data.ts @@ -6,7 +6,7 @@ import { getWeekMonthQuarterYear } from '/@/utils'; //列表数据 export const columns: BasicColumn[] = [ { - title: '标签类型中文名', + title: '标签类型', align: "center", dataIndex: 'typeName' }, @@ -39,7 +39,7 @@ export const columns: BasicColumn[] = [ // 高级查询数据 export const superQuerySchema = { - typeName: {title: '标签类型中文名',order: 0,view: 'text', type: 'string',}, + typeName: {title: '标签类型',order: 0,view: 'text', type: 'string',}, tagName: {title: '标签名称',order: 1,view: 'text', type: 'string',}, describ: {title: '说明',order: 2,view: 'text', type: 'string',}, price: {title: '价格',order: 3,view: 'number', type: 'number',}, diff --git a/src/views/synchronization/eldertag/elderTagOpeLogMain/NuConfigElderTagOpeLogMain.data.ts b/src/views/synchronization/eldertag/elderTagOpeLogMain/NuConfigElderTagOpeLogMain.data.ts index eacc910..ec366d8 100644 --- a/src/views/synchronization/eldertag/elderTagOpeLogMain/NuConfigElderTagOpeLogMain.data.ts +++ b/src/views/synchronization/eldertag/elderTagOpeLogMain/NuConfigElderTagOpeLogMain.data.ts @@ -17,7 +17,7 @@ export const columns: BasicColumn[] = [ width: 100 }, // { - // title: '标签类型中文名', + // title: '标签类型', // align: "center", // dataIndex: 'typeName' // }, @@ -57,7 +57,7 @@ export const columns: BasicColumn[] = [ export const superQuerySchema = { opeType: {title: '操作类型',order: 0,view: 'list', type: 'string',dictCode: 'directive_ope_type',}, orgCode: {title: '机构名称',order: 1,view: 'list', type: 'string',dictTable: "sys_depart", dictCode: 'org_code', dictText: 'depart_name',}, - typeName: {title: '标签类型中文名',order: 2,view: 'text', type: 'string',}, + typeName: {title: '标签类型',order: 2,view: 'text', type: 'string',}, tagName: {title: '标签名称',order: 3,view: 'text', type: 'string',}, describ: {title: '说明',order: 4,view: 'text', type: 'string',}, price: {title: '价格',order: 5,view: 'number', type: 'number',}, diff --git a/src/views/synchronization/eldertag/elderTagOpeLogMain/NuConfigElderTagOpeLogMainList.vue b/src/views/synchronization/eldertag/elderTagOpeLogMain/NuConfigElderTagOpeLogMainList.vue index d5ad069..a53640d 100644 --- a/src/views/synchronization/eldertag/elderTagOpeLogMain/NuConfigElderTagOpeLogMainList.vue +++ b/src/views/synchronization/eldertag/elderTagOpeLogMain/NuConfigElderTagOpeLogMainList.vue @@ -7,7 +7,7 @@ - + diff --git a/src/views/synchronization/eldertag/elderTagOpeLogMain/components/NuConfigElderTagOpeLogInfoCompare.vue b/src/views/synchronization/eldertag/elderTagOpeLogMain/components/NuConfigElderTagOpeLogInfoCompare.vue index 80d5f7d..d3b2eae 100644 --- a/src/views/synchronization/eldertag/elderTagOpeLogMain/components/NuConfigElderTagOpeLogInfoCompare.vue +++ b/src/views/synchronization/eldertag/elderTagOpeLogMain/components/NuConfigElderTagOpeLogInfoCompare.vue @@ -27,10 +27,10 @@