单应用项目,可以创建很多独立工具类页面 ,不用登录 初始化的页面
gx
chenyc
2025-03-31 ac2d3fd0560566d188c99a008614fee3ac46aea7
src/views/deviceWindoes2.vue
@@ -173,7 +173,7 @@
                            </div>
                          </div>
                          <div style="height: 75%; text-align: center;font-weight: 600;font-size: 50px;color: #333333; color: #CA7070;" >
                            <el-row>
                            <el-row  style="font-size: 30px;">
                              <el-col v-for="(row,index) in deviceData.异常检验指标" :span="8" style="font-weight: 700;" :key="index">
                                {{getItemName(row?.项目名称)}} <b v-if="row?.结果标记==='g'" style="font-weight:bold">⬆</b> <b v-else style="font-weight:bold">⬇</b> 
                              </el-col> 
@@ -360,7 +360,7 @@
                    
                    </div>
                    <div style="height: 75%; text-align: center;font-weight: 600;font-size: 50px;color: #333333;color: #CA7070;"  >
                      <el-row>
                      <el-row style="font-size: 30px;">
                        <el-col v-for="(row,index) in deviceData.异常检验指标" :span="8" style="font-weight: 700;" :key="index">
                          {{getItemName(row?.项目名称)}} <b v-if="row?.结果标记==='g'" style="font-weight:bold">⬆</b> <b v-else style="font-weight:bold">⬇</b> 
                        </el-col> 
@@ -895,8 +895,8 @@
  //创建链接对象
  const creatSource = () => {
    // http://testbs.ihemodialysis.com/sse/sseEvent
    const test='http://testbs.ihemodialysis.com/sse/sseEvent/'
    // const test='https://backend.ihemodialysis.com/sse/sseEvent/'
    // const test='http://testbs.ihemodialysis.com/sse/sseEvent/'
    const test='https://backend.ihemodialysis.com/sse/sseEvent/'
          const stateArr = [
          { key: 0, value: "正在链接中" },
          { key: 1, value: "已经链接并且可以通讯" },