From 8c16c0fdac9d895f8b53a8032f47cddfe8490ff9 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期二, 24 九月 2024 17:34:15 +0800 Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/tx-lims-before into master --- src/components/do/b1-inspect-order-plan/circuit-parameters1.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/components/do/b1-inspect-order-plan/circuit-parameters1.vue b/src/components/do/b1-inspect-order-plan/circuit-parameters1.vue index 3885a33..d2cda73 100644 --- a/src/components/do/b1-inspect-order-plan/circuit-parameters1.vue +++ b/src/components/do/b1-inspect-order-plan/circuit-parameters1.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