wu
2025-05-26 b7e71faaec8e83386714b405f74d02b2f52c7755
gmms/WebContent/bigScreen/peifangchaxun.jsp
@@ -55,31 +55,35 @@
      </section>
   
   <div id = "allstatu" ></div>
         <div id = "info" ></div>
         <div id = "info" style="height:3%;" >
            <input style="display:none" type="text" name="groups" value="${groups}" />
         </div>
      <!-- Main content -->
         <input style="display:none" type="text" name="groups" value="${groups}" />
      <section class="content container-fluid" style="padding: 0px;">
         <div>
         </div>
         
         <div class="box" style="height: 600px; overflow: auto;margin-top: 10px;">
      <section class="content container-fluid" style="padding: 0px;">
         <div class="box" style="height:90%; overflow: auto;margin-top: 10px;">
               <table class="table table-striped table-hover"
                  style="overflow-x: auto;font-size: 12px;">
                  <thead>
                  <thead style="font-size: 22px;font-weight: bold;">
                     <tr>
                        <th>设备ID</th>
                        <th>设备名称</th>
                        <th>设备IP</th>
                        <th>当前配方</th>
                        <th>当前配方更新时间</th>
                        <th>MES发送配方</th>
                        <th>MES发送配方更新时间</th>
                     </tr>
                  </thead>
                  <tbody>
                     <tr v-for="(item, index) in shuzu" :key="index" style="height: 51px;">
                        <td>{{item['0_id']}}</td>
                        <td>{{item['1_machine_name']}}</td>
                        <td style="font-size: 18px;font-weight: bold;">{{item['1_machine_name']}}</td>
                        <td>{{item['2_ip_address']}}</td>
                        <td style="font-weight: bold; font-size: 18px">{{item['3_content_value']}}</td>
                        <td style="font-size: 18px">{{item['4_finsh_time']}}</td>
                        <td style="font-weight: bold; font-size: 18px">{{item['5_content_value2']}}</td>
                        <td style="font-size: 18px">{{item['6_finsh_time2']}}</td>
                        </td>
                     </tr>
                  </tbody>