Kaynağa Gözat

pms 设备调拨 显示调拨记录

zhangcl 1 ay önce
ebeveyn
işleme
81e16277a9
1 değiştirilmiş dosya ile 12 ekleme ve 11 silme
  1. 12 11
      src/views/pms/device/allotlog/ConfigDeviceAllot.vue

+ 12 - 11
src/views/pms/device/allotlog/ConfigDeviceAllot.vue

@@ -99,17 +99,7 @@
         </div>
       </div>
 
-      <el-button
-        type="primary"
-        size="large"
-        style="min-width: 180px;"
-        @click="submitRelations"
-        :disabled="tempRelations.length === 0 || !formData.reason.trim()"
-      >
-        {{ t('iotMaintain.save') }}
-      </el-button>
-
-      <div class="temp-list card" v-if="false">
+      <div class="temp-list card" v-if="true">
         <h3>{{ t('configPerson.adjustmentRecords') }}</h3>
         <el-table :data="tempRelations" style="width: 100%">
           <el-table-column prop="deviceNames" label="设备" width="200" />
@@ -129,6 +119,17 @@
           </el-table-column>
         </el-table>
       </div>
+
+      <el-button
+        type="primary"
+        size="large"
+        style="min-width: 180px;"
+        @click="submitRelations"
+        :disabled="tempRelations.length === 0 || !formData.reason.trim()"
+      >
+        {{ t('iotMaintain.save') }}
+      </el-button>
+
     </div>
   </div>
 </template>