fuliqi
2024-12-05 8d2730f04572c2b119af320cbe9d53a2358bda11
阈值 前端名字调整
1个文件已修改
25 ■■■■ 已修改文件
src/views/system/work-order/threshold/index.vue 25 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/work-order/threshold/index.vue
@@ -45,6 +45,7 @@
              justify-content: space-between;
            "
          >
            <div>
              <div
                style="
@@ -64,13 +65,13 @@
                    :key="item.id"
                  >
                    <el-input
                      v-model="videoList[index].value"
                      v-model="videoList[index].valueAuto"
                      size="mini"
                      style="width: 100px"
                      :type="item.countType=='int'?'number':''"
                      v-if="ifEditVideo"
                    ></el-input>
                    <span v-else>{{ item.value }}</span>
                    <span v-else>{{ item.valueAuto }}</span>
                    <span class="unit" v-if="item.countType=='percent'">%</span>
                    <span class="unit" v-if="item.countType=='second'">秒</span>
                  </el-form-item>
@@ -87,13 +88,13 @@
                    :key="item.id"
                  >
                    <el-input
                      v-model="videoList[index].valueAuto"
                      v-model="videoList[index].value"
                      size="mini"
                      style="width: 100px"
                      :type="item.countType=='int'?'number':''"
                      v-if="ifEditVideo"
                    ></el-input>
                    <span v-else>{{ item.valueAuto }}</span>
                    <span v-else>{{ item.value }}</span>
                    <span class="unit" v-if="item.countType=='percent'">%</span>
                    <span class="unit" v-if="item.countType=='second'">秒</span>
                  </el-form-item>
@@ -153,13 +154,13 @@
                    :key="item.id"
                  >
                    <el-input
                      v-model="faceList[index].value"
                      v-model="faceList[index].valueAuto"
                      size="mini"
                      style="width: 100px"
                      :type="item.countType=='int'?'number':''"
                      v-if="ifEditFace"
                    ></el-input>
                    <span v-else>{{ item.value }}</span>
                    <span v-else>{{ item.valueAuto }}</span>
                    <span class="unit" v-if="item.countType=='percent'">%</span>
                    <span class="unit" v-if="item.countType=='second'">秒</span>
                  </el-form-item>
@@ -176,13 +177,13 @@
                    :key="item.id"
                  >
                    <el-input
                      v-model="faceList[index].valueAuto"
                      v-model="faceList[index].value"
                      size="mini"
                      style="width: 100px"
                      :type="item.countType=='int'?'number':''"
                      v-if="ifEditFace"
                    ></el-input>
                    <span v-else>{{ item.valueAuto }}</span>
                    <span v-else>{{ item.value }}</span>
                    <span class="unit" v-if="item.countType=='percent'">%</span>
                    <span class="unit" v-if="item.countType=='second'">秒</span>
                    </el-form-item
@@ -243,13 +244,13 @@
                    :key="item.id"
                  >
                    <el-input
                      v-model="carList[index].value"
                      v-model="carList[index].valueAuto"
                      size="mini"
                      style="width: 100px"
                      :type="item.countType=='int'?'number':''"
                      v-if="ifEditCar"
                    ></el-input>
                    <span v-else>{{ item.value }}</span>
                    <span v-else>{{ item.valueAuto }}</span>
                    <span class="unit" v-if="item.countType=='percent'">%</span>
                    <span class="unit" v-if="item.countType=='second'">秒</span>
                  </el-form-item>
@@ -266,13 +267,13 @@
                    :key="item.id"
                  >
                    <el-input
                      v-model="carList[index].valueAuto"
                      v-model="carList[index].value"
                      size="mini"
                      style="width: 100px"
                      :type="item.countType=='int'?'number':''"
                      v-if="ifEditCar"
                    ></el-input>
                    <span v-else>{{ item.valueAuto }}</span>
                    <span v-else>{{ item.value }}</span>
                    <span class="unit" v-if="item.countType=='percent'">%</span>
                    <span class="unit" v-if="item.countType=='second'">秒</span>
                  </el-form-item>