batman
2023-03-13 a4bcd1eb9305e2c1b77c7847c2f4a979c0e95e93
新修改添加页面
已修改11个文件
29 ■■■■ 文件已修改
src/views/intellectInspect/inspectIndex/components/unusualList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/intellectInspect/inspectIndex/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/intellectInspect/intelligentLine/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkSystem/workTicket/zysq/components/broken.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkSystem/workTicket/zysq/components/fire.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkSystem/workTicket/zysq/components/ground.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkSystem/workTicket/zysq/components/height.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkSystem/workTicket/zysq/components/hoist.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkSystem/workTicket/zysq/components/plate.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkSystem/workTicket/zysq/components/power.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/specialWorkSystem/workTicket/zysq/components/space.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/intellectInspect/inspectIndex/components/unusualList.vue
@@ -51,7 +51,7 @@
        <div style="margin-bottom: 20px">
          <div style="margin-bottom: 10px">处置前:</div>
          <div v-if="beImgs && beImgs.length>0">
            <el-image v-for="(item,index) in beImgs" :key="index" style="width: 200px; height: 200px;margin-right: 10px" :src="item.split('?')[0]" fit="fill" />
            <el-image v-for="(item,index) in beImgs" :key="index" style="width: 200px; height: 200px;margin-right: 10px" :src="item" fit="fill" />
          </div>
          <div v-else>
            无照片信息
@@ -60,7 +60,7 @@
        <div>
          <div style="margin-bottom: 10px">处置后</div>
          <div v-if="afImgs && beImgs.length>0">
            <el-image v-for="(item,index) in afImgs" :key="index" style="width: 200px; height: 200px;margin-right: 10px" :src="item.split('?')[0]" fit="fill" />
            <el-image v-for="(item,index) in afImgs" :key="index" style="width: 200px; height: 200px;margin-right: 10px" :src="item" fit="fill" />
          </div>
          <div v-else>
            无照片信息
src/views/intellectInspect/inspectIndex/index.vue
@@ -164,7 +164,7 @@
          <div style="margin-bottom: 20px">
            <div style="margin-bottom: 10px">处置前:</div>
            <div v-if="beImgs && beImgs.length>0">
              <el-image v-for="(item,index) in beImgs" :key="index" style="width: 200px; height: 200px;margin-right: 10px" :src="item.split('?')[0]" fit="fill" />
              <el-image v-for="(item,index) in beImgs" :key="index" style="width: 200px; height: 200px;margin-right: 10px" :src="item" fit="fill" />
            </div>
            <div v-else>
              无照片信息
@@ -173,7 +173,7 @@
          <div>
            <div style="margin-bottom: 10px">处置后</div>
            <div v-if="afImgs && beImgs.length>0">
              <el-image v-for="(item,index) in afImgs" :key="index" style="width: 200px; height: 200px;margin-right: 10px" :src="item.split('?')[0]" fit="fill" />
              <el-image v-for="(item,index) in afImgs" :key="index" style="width: 200px; height: 200px;margin-right: 10px" :src="item" fit="fill" />
            </div>
            <div v-else>
              无照片信息
src/views/intellectInspect/intelligentLine/index.vue
@@ -203,9 +203,10 @@
                    // 监听socket消息
                    state.socket.onmessage = (msg) => {
                      console.log(msg.data,'msg.data')
                      console.log(msg.data.rfidInfos,'rfidInfos')
                        if (msg.data === '连接成功') return;
                        userInfos.value.dataList = JSON.parse(msg.data.data.rfidInfos);
                        state.excepOrder = JSON.parse(msg.data.data.excepOrder);
                        userInfos.value.dataList = JSON.parse(msg.data.rfidInfos);
                        state.excepOrder = JSON.parse(msg.data.excepOrder);
                    };
                }
            } else {
src/views/specialWorkSystem/workTicket/zysq/components/broken.vue
@@ -62,7 +62,7 @@
                    </el-form-item>
                </el-col>
        <el-col :span="12">
          <el-form-item label="关联设备" prop="cameraIds">
          <el-form-item label="关联视频设备" prop="cameraIds">
            <el-select v-model="form.cameraIds" multiple>
              <el-option
                  v-for="item in deviceList"
src/views/specialWorkSystem/workTicket/zysq/components/fire.vue
@@ -76,7 +76,7 @@
            </el-row>
      <el-row>
        <el-col :span="12">
          <el-form-item label="关联设备" prop="cameraIds">
          <el-form-item label="关联视频设备" prop="cameraIds">
            <el-select v-model="form.cameraIds" multiple>
              <el-option
                  v-for="item in deviceList"
src/views/specialWorkSystem/workTicket/zysq/components/ground.vue
@@ -62,7 +62,7 @@
                    </el-form-item>
                </el-col>
        <el-col :span="12">
          <el-form-item label="关联设备" prop="cameraIds">
          <el-form-item label="关联视频设备" prop="cameraIds">
            <el-select v-model="form.cameraIds" multiple>
              <el-option
                  v-for="item in deviceList"
src/views/specialWorkSystem/workTicket/zysq/components/height.vue
@@ -76,7 +76,7 @@
            </el-row>
        <el-row>
          <el-col :span="12">
            <el-form-item label="关联设备" prop="cameraIds">
            <el-form-item label="关联视频设备" prop="cameraIds">
              <el-select v-model="form.cameraIds" multiple>
                <el-option
                    v-for="item in deviceList"
src/views/specialWorkSystem/workTicket/zysq/components/hoist.vue
@@ -76,7 +76,7 @@
            </el-row>
        <el-row>
          <el-col :span="12">
            <el-form-item label="关联设备" prop="cameraIds">
            <el-form-item label="关联视频设备" prop="cameraIds">
              <el-select v-model="form.cameraIds" multiple>
                <el-option
                    v-for="item in deviceList"
src/views/specialWorkSystem/workTicket/zysq/components/plate.vue
@@ -76,7 +76,7 @@
            </el-row>
        <el-row>
          <el-col :span="12">
            <el-form-item label="关联设备" prop="cameraIds">
            <el-form-item label="关联视频设备" prop="cameraIds">
              <el-select v-model="form.cameraIds" multiple>
                <el-option
                    v-for="item in deviceList"
src/views/specialWorkSystem/workTicket/zysq/components/power.vue
@@ -62,7 +62,7 @@
                    </el-form-item>
                </el-col>
        <el-col :span="12">
          <el-form-item label="关联设备" prop="cameraIds">
          <el-form-item label="关联视频设备" prop="cameraIds">
            <el-select v-model="form.cameraIds" multiple>
              <el-option
                  v-for="item in deviceList"
src/views/specialWorkSystem/workTicket/zysq/components/space.vue
@@ -62,7 +62,7 @@
                    </el-form-item>
                </el-col>
        <el-col :span="12">
          <el-form-item label="关联设备" prop="cameraIds">
          <el-form-item label="关联视频设备" prop="cameraIds">
            <el-select v-model="form.cameraIds" multiple>
              <el-option
                  v-for="item in deviceList"