|
@@ -45,7 +45,7 @@
|
|
|
<el-table-column
|
|
<el-table-column
|
|
|
label="分辨率"
|
|
label="分辨率"
|
|
|
align="center"
|
|
align="center"
|
|
|
- width="140"
|
|
|
|
|
|
|
+ show-overflow-tooltip
|
|
|
>
|
|
>
|
|
|
<template v-slot="scope">
|
|
<template v-slot="scope">
|
|
|
{{ `${scope.row.wide}x${scope.row.high}` }}
|
|
{{ `${scope.row.wide}x${scope.row.high}` }}
|
|
@@ -187,7 +187,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
options: createListOptions({ productTypeId: '' }),
|
|
options: createListOptions({ productTypeId: '' }),
|
|
|
typeOptions: [
|
|
typeOptions: [
|
|
|
- { value: '', label: '全部' }
|
|
|
|
|
|
|
+ { value: '', label: '全部分类' }
|
|
|
],
|
|
],
|
|
|
fetching: false,
|
|
fetching: false,
|
|
|
firstLoadSize: 999,
|
|
firstLoadSize: 999,
|