|
@@ -12,7 +12,7 @@
|
|
|
style='width:192px;margin-right:12px'
|
|
|
></el-input>
|
|
|
<Select @change='getList' v-model='floor' style='margin-right:12px;' width='120' tipPlace='top' caption='楼层 :' :selectdata='floorSelect'></Select>
|
|
|
- <Select @change='getList' v-model='floor' width='120' tipPlace='top' caption='文件类型 :' :selectdata='floorSelect'></Select>
|
|
|
+ <Select @change='getList' v-model='fileType' width='140' tipPlace='top' caption='文件类型 :' :selectdata='floorSelect'></Select>
|
|
|
</div>
|
|
|
<el-table :data='tableData' style='width: 100%'>
|
|
|
<el-table-column type='index' label='序号' width='60' :index="indexMethod"></el-table-column>
|
|
@@ -60,7 +60,8 @@ export default {
|
|
|
currentPage: 1,
|
|
|
size: 11,
|
|
|
keyword: '',
|
|
|
- floor: ''
|
|
|
+ floor: '',
|
|
|
+ fileType:''
|
|
|
}
|
|
|
},
|
|
|
props: ['major'],
|