|
@@ -11,18 +11,18 @@
|
|
|
v-model='keyword'
|
|
|
style='width:192px;margin-right:12px'
|
|
|
></el-input>
|
|
|
- <Select @change='getList' v-model='floor' style='margin-right:12px;' width='180' tipPlace='top' caption='楼层 :' :selectdata='floorSelect'></Select>
|
|
|
- <Select @change='getList' v-model='fileType' width='180' tipPlace='top' caption='文件类型 :' :selectdata='floorSelect'></Select>
|
|
|
+ <Select @change='getList' v-model='floor' width='180' tipPlace='top' caption='楼层 :' :selectdata='floorSelect'></Select>
|
|
|
+ <Select @change='getList' v-model='fileType' width='180' tipPlace='top' caption='文件类型:' :selectdata='floorSelect'></Select>
|
|
|
</div>
|
|
|
- <el-table :data='tableData' style='width: 100%'>
|
|
|
+ <el-table :data='tableData' style='width: 100%' :border='true'>
|
|
|
<el-table-column type='index' label='序号' width='60' :index='indexMethod'></el-table-column>
|
|
|
- <el-table-column prop='lb' label='分类' width='160'>
|
|
|
+ <el-table-column prop='lb' label='分类' width='160' show-overflow-tooltip resizable>
|
|
|
<template slot-scope='{row}'>{{row.assetnum || '--'}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop='sl' label='文件名称'>
|
|
|
+ <el-table-column prop='sl' label='文件名称' show-overflow-tooltip resizable>
|
|
|
<template slot-scope='{row}'>{{row.assetnum || '--'}}</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop='assetnum' label='文件类型'>
|
|
|
+ <el-table-column prop='assetnum' label='文件类型' show-overflow-tooltip resizable>
|
|
|
<template slot-scope='{row}'>{{row.assetnum || '--'}}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop='assetnum' label='文件大小(M)'>
|