|
@@ -29,9 +29,9 @@
|
|
|
>
|
|
|
<p class="font-big">{{values.existComputed}}</p>
|
|
|
<p class="exist-title">{{values.existTitle}}</p>
|
|
|
- <el-row :span="24">
|
|
|
+ <el-row :span="24" style="margin-top: 10px">
|
|
|
<el-col :span="8">
|
|
|
- <span class="demonstration">{{values.originEquipment}}</span>
|
|
|
+ <p class="demonstration">{{values.originEquipment}}</p>
|
|
|
<el-cascader
|
|
|
:key="isResouceShow"
|
|
|
:options="list"
|
|
@@ -43,7 +43,7 @@
|
|
|
/>
|
|
|
</el-col>
|
|
|
<el-col :span="8">
|
|
|
- <span class="demonstration">{{values.endEquipment}}</span>
|
|
|
+ <p class="demonstration">{{values.endEquipment}}</p>
|
|
|
|
|
|
<el-cascader
|
|
|
:options="list"
|
|
@@ -71,19 +71,62 @@
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
<!--设定设备对象源/末端-->
|
|
|
+ <!-- <el-dialog-->
|
|
|
+ <!-- :title="values.title"-->
|
|
|
+ <!-- :visible.sync="dialogEquipment"-->
|
|
|
+ <!-- >-->
|
|
|
+ <!-- <span class="font-big">{{values.underDesign}}</span>-->
|
|
|
+ <!-- <footer-->
|
|
|
+ <!-- slot="footer"-->
|
|
|
+ <!-- class="dialog-footer"-->
|
|
|
+ <!-- >-->
|
|
|
+ <!-- <el-button-->
|
|
|
+ <!-- type="primary"-->
|
|
|
+ <!-- @click="dialogEquipment = false"-->
|
|
|
+ <!-- >{{values.confirm}}-->
|
|
|
+ <!-- </el-button>-->
|
|
|
+ <!-- </footer>-->
|
|
|
+ <!-- </el-dialog> -->
|
|
|
<el-dialog
|
|
|
- :title="values.title"
|
|
|
- :visible.sync="dialogEquipment"
|
|
|
+ :title="values.title"
|
|
|
+ :visible.sync="dialogEquipment"
|
|
|
>
|
|
|
- <span class="font-big">{{values.underDesign}}</span>
|
|
|
+ <h4>{{values.equipmentSetting}}</h4>
|
|
|
+ <el-row :span="24" style="margin-top: 15px">
|
|
|
+ <el-col :span="8">
|
|
|
+ <p class="">{{values.originEquipment}}</p>
|
|
|
+ <el-cascader
|
|
|
+ :key="isResouceShow"
|
|
|
+ :options="list"
|
|
|
+ v-model="ops"
|
|
|
+ :props="props"
|
|
|
+ collapse-tags
|
|
|
+ clearable
|
|
|
+ />
|
|
|
+ </el-col>
|
|
|
+ <el-col :span="8">
|
|
|
+ <p class="">{{values.endEquipment}}</p>
|
|
|
+ <el-cascader
|
|
|
+ :options="list"
|
|
|
+ v-model="filterOps"
|
|
|
+ :key="isResouceShow"
|
|
|
+ :props="props"
|
|
|
+ collapse-tags
|
|
|
+ clearable
|
|
|
+ />
|
|
|
+ </el-col>
|
|
|
+ </el-row>
|
|
|
+
|
|
|
<footer
|
|
|
- slot="footer"
|
|
|
- class="dialog-footer"
|
|
|
+ slot="footer"
|
|
|
+ class="dialog-footer"
|
|
|
>
|
|
|
+ <el-button @click="dialogEquipment = false">{{values.cancel}}</el-button>
|
|
|
+
|
|
|
<el-button
|
|
|
- type="primary"
|
|
|
- @click="dialogEquipment = false"
|
|
|
- >{{values.confirm}}
|
|
|
+ type="primary"
|
|
|
+ @click="dialogEquipment = false"
|
|
|
+ >{{values.preservation}}
|
|
|
</el-button>
|
|
|
</footer>
|
|
|
</el-dialog>
|