CN-38 feat: 添加 chart type 31
This commit is contained in:
@@ -17,9 +17,24 @@ export default {
|
||||
type: String
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
customTableTitles () {
|
||||
return this.customTableTitle.filter(item => item.show)
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
customTableTitle (n) {
|
||||
if (n) {
|
||||
setTimeout(() => {
|
||||
this.$refs.dataTable.doLayout()
|
||||
}, 100)
|
||||
}
|
||||
}
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
operationWidth: '165' // 操作列宽
|
||||
operationWidth: '165', // 操作列宽
|
||||
show: true
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user