|
@@ -99,17 +99,7 @@
|
|
</div>
|
|
</div>
|
|
</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>
|
|
<h3>{{ t('configPerson.adjustmentRecords') }}</h3>
|
|
<el-table :data="tempRelations" style="width: 100%">
|
|
<el-table :data="tempRelations" style="width: 100%">
|
|
<el-table-column prop="deviceNames" label="设备" width="200" />
|
|
<el-table-column prop="deviceNames" label="设备" width="200" />
|
|
@@ -129,6 +119,17 @@
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
</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>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|