|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div class="page-container row-container">
|
|
|
<!-- 左侧区域 -->
|
|
|
- <section class="list-part-container" style="width: 550px;">
|
|
|
+ <section class="list-part-container" >
|
|
|
<!-- 搜索区域 -->
|
|
|
<el-form class="list-search-container" :inline="true" >
|
|
|
<el-form-item class="section-title" label="设备类别" />
|
|
@@ -195,13 +195,13 @@
|
|
|
<el-table-column
|
|
|
label="归属部门"
|
|
|
prop="belongingDeptAlias"
|
|
|
- width="150"
|
|
|
+ width="100"
|
|
|
align="center"
|
|
|
/>
|
|
|
<el-table-column
|
|
|
label="使用部门"
|
|
|
prop="usageDeptAlias"
|
|
|
- width="150"
|
|
|
+ width="100"
|
|
|
align="center"
|
|
|
/>
|
|
|
<el-table-column label="备注" prop="remark" align="center" />
|