|
@@ -57,16 +57,6 @@ export default {
|
|
|
};
|
|
|
},
|
|
|
computed: {
|
|
|
- // showSearchColumns() {
|
|
|
- // return this.isSimpleSearch
|
|
|
- // ? this.searchColumns.slice(0, 4)
|
|
|
- // : this.searchColumns;
|
|
|
- // },
|
|
|
- // tableShowColumns:{
|
|
|
- // get() {
|
|
|
- // return this.tableColumns.filter(({ attr }) => attr.isHidden);
|
|
|
- // },
|
|
|
- // },
|
|
|
$dicts: {
|
|
|
get: function () {
|
|
|
return this.dict.type;
|