Browse Source

设备表格style

zhulizhen1111 4 years ago
parent
commit
8e74b955fd

+ 3 - 3
src/views/equipment/table/eqDetaileDialog.vue

@@ -9,9 +9,9 @@
             <el-input placeholder='请输入生产厂商搜索' style='width:192px;margin-right:12px' size='small' prefix-icon='el-icon-search' v-model='input'></el-input>
             <el-input placeholder='请输入安装位置搜索' style='width:192px;margin-right:12px' size='small' prefix-icon='el-icon-search' v-model='input'></el-input>
             <el-input placeholder='请输入服务商搜索' style='width:192px;margin-right:12px' size='small' prefix-icon='el-icon-search' v-model='input'></el-input>
-            <Select style='width:146px;margin-right:12px' v-model='floor' tipPlace='top' caption='楼层:' size='small' :selectdata='floorSelect'></Select>
-            <Select v-model='sbglgs' style='width:146px;margin-right:12px' tipPlace='top' caption='管理归属' size='small' :selectdata='sbglgsOption'></Select>
-            <Select style='width:146px;' v-model='status' tipPlace='top' caption='设备状态' size='small' :selectdata='statusOption'></Select>
+            <Select width='120' v-model='floor' tipPlace='top' caption='楼层:' size='small' :selectdata='floorSelect'></Select>
+            <Select v-model='sbglgs' width='180' tipPlace='top' caption='管理归属' size='small' :selectdata='sbglgsOption'></Select>
+            <Select width='146' style='margin-left:12px;' v-model='status' tipPlace='top' caption='设备状态' size='small' :selectdata='statusOption'></Select>
         </div>
         <el-table :data='tableData' :border='true' style='width: 100%;amrgin-bottom:30px'>
             <el-table-column type='index' label='序号' width='80'></el-table-column>

+ 1 - 1
src/views/equipment/table/wbTable.vue

@@ -35,7 +35,7 @@
                 style='width:180px;margin-right:12px'
             ></el-date-picker>
             <el-date-picker size='small' v-model='sjjssj' type='date' placeholder='选择验收时间' @change='getList' style='width:180px;margin-right:12px'></el-date-picker>
-            <Select @change='getList' v-model='ischange' width='120' tipPlace='top' caption='是否更换配件信息 :' :selectdata='changeOption'></Select>
+            <Select @change='getList' v-model='ischange' width='180' tipPlace='top' caption='是否更换配件信息 :' :selectdata='changeOption'></Select>
         </div>
         <el-table :data='tableData' style='width: 100%'>
             <el-table-column type='index' label='序号' width='80'></el-table-column>

+ 1 - 1
src/views/equipment/table/wxTable.vue

@@ -35,7 +35,7 @@
                 style='width:180px;margin-right:12px'
             ></el-date-picker>
             <el-date-picker size='small' v-model='sjjssj' type='date' placeholder='选择验收时间' @change='getList' style='width:180px;margin-right:12px'></el-date-picker>
-            <Select @change='getList' v-model='ischange' width='120' tipPlace='top' caption='是否更换配件信息 :' :selectdata='changeOption'></Select>
+            <Select @change='getList' v-model='ischange' width='180' tipPlace='top' caption='是否更换配件信息 :' :selectdata='changeOption'></Select>
         </div>
         <el-table :data='tableData' :border='true' style='width: 100%'>
             <el-table-column type='index' label='序号' width='80'></el-table-column>

+ 8 - 9
src/views/equipment/table/zwTable.vue

@@ -5,16 +5,15 @@
             <el-date-picker size='small' v-model='nd' type='date' placeholder='请选择年度' @change='getList' style='width:180px;margin-right:12px'></el-date-picker>
             <Select width='146' tipPlace='top' caption='类别:' :selectdata='dataSelect2' :placeholder='"请选择"' @change='getList'></Select>
             <Select width='120' tipPlace='top' caption='项目 :' :selectdata='floorSelect' style='margin:0 12px' @change='getList'></Select>
-            <Select
-                width='224'
-                tipPlace='top'
-                caption='当前阶段'
-                :selectdata='dataSelect2'
-                :placeholder='"请选择"'
+            <Select width='180' tipPlace='top' caption='当前阶段' :selectdata='dataSelect2' :placeholder='"请选择"' @change='getList'></Select>
+            <el-date-picker
+                size='small'
+                v-model='lxsjwcsj'
+                type='date'
+                placeholder='选择立项日期'
                 @change='getList'
-                style='width:146px;margin-right:12px'
-            ></Select>
-            <el-date-picker size='small' v-model='lxsjwcsj' type='date' placeholder='选择立项日期' @change='getList' style='width:180px;margin-right:12px'></el-date-picker>
+                style='width:180px;margin-left:12px;margin-right:12px'
+            ></el-date-picker>
             <el-date-picker size='small' v-model='yssjwcsj' type='date' placeholder='选择验收日期' @change='getList' style='width:180px;margin-right:12px'></el-date-picker>
             <Select width='180' tipPlace='top' caption='验收结果' :selectdata='dataSelect2' :placeholder='"请选择"' @change='getList'></Select>
             <el-input