From a666f1bf85ef75347274098c92c94da752c8bb78 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期一, 11 九月 2023 10:12:32 +0800 Subject: [PATCH] new file: src/components/view/standard-table/bom.vue modified: src/components/view/standard.vue --- src/components/view/technology.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/view/technology.vue b/src/components/view/technology.vue index fcd7756..c4e5282 100644 --- a/src/components/view/technology.vue +++ b/src/components/view/technology.vue @@ -187,7 +187,7 @@ : 'el-icon-tickets' }`" ></i> - {{ data.name }}{{ data.father }}</span + {{data.code}}{{ data.name }}</span > <!-- <el-button type="text" size="mini" @click.stop="remove(node, data)"> <i class="el-icon-delete"></i> -- Gitblit v1.9.3