mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-20 02:31:43 +00:00
[Update] Remove debug msg
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<div class="table-action-right-side">
|
<div class="table-action-right-side">
|
||||||
<!-- <el-input v-if="hasSearch" v-model="keyword" suffix-icon="el-icon-search" :placeholder="$tc('Search')" class="right-side-item action-search" size="small" clearable @change="handleSearch" @input="handleSearch" />-->
|
<!-- <el-input v-if="hasSearch" v-model="keyword" suffix-icon="el-icon-search" :placeholder="$tc('Search')" class="right-side-item action-search" size="small" clearable @change="handleSearch" @input="handleSearch" />-->
|
||||||
<TagSearch v-if="hasSearch" class="right-side-item action-search" :tag-search="tagSearch" @tagSearch="handleTagSearch" />
|
<TagSearch v-if="hasSearch" class="right-side-item action-search" :tag-search="tagSearch" @tagSearch="handleTagSearch" />
|
||||||
<ActionsGroup :is-fa="true" :actions="defaultRightSideActions" class="right-side-actions right-side-item" />
|
<ActionsGroup :is-fa="true" :actions="rightSideActions" class="right-side-actions right-side-item" />
|
||||||
</div>
|
</div>
|
||||||
</slot>
|
</slot>
|
||||||
</div>
|
</div>
|
||||||
@@ -187,11 +187,9 @@ export default {
|
|||||||
handleBulkUpdate(rows) {
|
handleBulkUpdate(rows) {
|
||||||
},
|
},
|
||||||
handleExport(row) {
|
handleExport(row) {
|
||||||
console.log(row)
|
|
||||||
this.$eventBus.$emit('showExportDialog', row)
|
this.$eventBus.$emit('showExportDialog', row)
|
||||||
},
|
},
|
||||||
handleImport(row) {
|
handleImport(row) {
|
||||||
console.log(row)
|
|
||||||
this.$eventBus.$emit('showImportDialog', row)
|
this.$eventBus.$emit('showImportDialog', row)
|
||||||
},
|
},
|
||||||
handleRefresh() {
|
handleRefresh() {
|
||||||
|
@@ -110,10 +110,6 @@ export default {
|
|||||||
return this.cleanedActions.slice(2, this.cleanedActions.length)
|
return this.cleanedActions.slice(2, this.cleanedActions.length)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
|
||||||
this.$log.debug('actions', this.actions)
|
|
||||||
this.$log.debug('moreActions', this.moreActions)
|
|
||||||
},
|
|
||||||
methods: {
|
methods: {
|
||||||
cleanAction(item, attr) {
|
cleanAction(item, attr) {
|
||||||
const ok = item[attr]
|
const ok = item[attr]
|
||||||
|
Reference in New Issue
Block a user