Merge branch 'pam' of github.com:jumpserver/lina into pam

This commit is contained in:
ibuler
2025-03-10 17:03:55 +08:00
8 changed files with 8 additions and 7 deletions

View File

@@ -107,6 +107,7 @@ export default {
}, },
headerActions: { headerActions: {
searchConfig: { searchConfig: {
getUrlQuery: true,
options: [ options: [
{ {
label: this.$t('TaskID'), label: this.$t('TaskID'),

View File

@@ -125,6 +125,7 @@ export default {
hasBulkDelete: false, hasBulkDelete: false,
hasBulkUpdate: false, hasBulkUpdate: false,
searchConfig: { searchConfig: {
getUrlQuery: true,
exclude: ['id', 'status', 'execution'], exclude: ['id', 'status', 'execution'],
options: [ options: [
{ {
@@ -187,7 +188,3 @@ export default {
} }
} }
</script> </script>
<style scoped>
</style>

View File

@@ -126,6 +126,7 @@ export default {
}, },
headerActions: { headerActions: {
searchConfig: { searchConfig: {
getUrlQuery: true,
options: [ options: [
{ {
label: this.$t('TaskID'), label: this.$t('TaskID'),

View File

@@ -111,6 +111,7 @@ export default {
}, },
headerActions: { headerActions: {
searchConfig: { searchConfig: {
getUrlQuery: true,
options: [ options: [
{ {
label: this.$t('TaskID'), label: this.$t('TaskID'),

View File

@@ -131,6 +131,7 @@ export default {
}, },
headerActions: { headerActions: {
searchConfig: { searchConfig: {
getUrlQuery: true,
options: [ options: [
{ {
label: this.$t('TaskID'), label: this.$t('TaskID'),

View File

@@ -80,7 +80,7 @@ export default {
headerActions: { headerActions: {
hasSearch: true, hasSearch: true,
hasRefresh: true, hasRefresh: true,
hasLeftActions: false, hasLeftActions: true,
hasRightActions: true, hasRightActions: true,
hasExport: false, hasExport: false,
hasImport: false, hasImport: false,
@@ -88,6 +88,7 @@ export default {
hasBulkDelete: false, hasBulkDelete: false,
hasBulkUpdate: false, hasBulkUpdate: false,
searchConfig: { searchConfig: {
getUrlQuery: true,
exclude: ['id', 'status', 'execution'], exclude: ['id', 'status', 'execution'],
options: [ options: [
{ {

View File

@@ -22,7 +22,7 @@ export default {
tableConfig: { tableConfig: {
url: this.getUrl(), url: this.getUrl(),
columns: [ columns: [
'service', 'asset', 'account', 'remote_addr', 'datetime' 'service', 'service_id', 'asset', 'account', 'remote_addr', 'datetime'
], ],
extraQuery: { extraQuery: {
order: '-datetime' order: '-datetime'

View File

@@ -4,7 +4,6 @@
:create-drawer="createDrawer" :create-drawer="createDrawer"
:detail-drawer="detailDrawer" :detail-drawer="detailDrawer"
:header-actions="headerActions" :header-actions="headerActions"
:resource="$t('Group')"
:table-config="tableConfig" :table-config="tableConfig"
/> />
</template> </template>