licp
2024-09-24 f864eb901127e047bacd68d898aa9d00719442b0
修改电路试验角度
已修改3个文件
5 ■■■■■ 文件已修改
src/components/do/b1-inspect-order-plan/circuit-parameters1.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/do/b1-inspect-order-plan/circuit-parameters2.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/tool/file-preview.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>
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>
src/components/tool/file-preview.vue
@@ -155,7 +155,6 @@
          return obj
        })
        this.csvList = arr
        console.log(4444,this.csvList)
      }).catch( err => {
        console.log(err)
      })