From 8ed20bc6e74e33e1fd8b053346926884beddf1d7 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期四, 26 九月 2024 13:50:26 +0800 Subject: [PATCH] 修改电路试验模板切换 --- src/components/do/b1-inspect-order-plan/circuit-parameters2.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/do/b1-inspect-order-plan/circuit-parameters2.vue b/src/components/do/b1-inspect-order-plan/circuit-parameters2.vue index 6a84f33..c7bbc0c 100644 --- a/src/components/do/b1-inspect-order-plan/circuit-parameters2.vue +++ b/src/components/do/b1-inspect-order-plan/circuit-parameters2.vue @@ -143,7 +143,7 @@ </td> </tr> <tr> - <td>瑙掑害</td> + <td>绔彛</td> <td v-for="(item,index) in n.portList" :key="index+'fff'"> <div style="display: flex;align-items: center;"> <el-input size="small" placeholder="绔彛" v-model="item.value" :disabled="state>1"></el-input> -- Gitblit v1.9.3