Compare commits

..

No commits in common. "74003e9d89b72574acc5aa2d29356563fbd22db7" and "f2912eaee1c5430ecbad2c52af8bba0ea4a1739a" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
* @Author: zwq
* @Date: 2023-08-01 14:55:51
* @LastEditors: DY
* @LastEditTime: 2024-04-29 15:25:52
* @LastEditTime: 2024-04-28 16:10:20
* @Description:
-->
<template>
@ -142,7 +142,6 @@ const tableProps = [
export default {
// mixins: [basicPage],
mixins: [tableHeightMixin],
name: 'originalGlassRetrace',
data() {
return {
lineOptions: [],

View File

@ -278,7 +278,7 @@ export default {
prop: 'source',
label: '来源',
width: 80,
filter: (val) => ['', '平板端', '网页端'][val],
filter: (val) => (val == 1 ? '平板端' : '网页端'),
},
],
// keys, queryParams pageNo, pageSize key