Compare commits

..

1 Commits

Author SHA1 Message Date
fit2bot
ce57c6d0a9 feat: Update v2.28.8 2023-03-02 16:24:00 +08:00
4 changed files with 11 additions and 13 deletions

2
GITSHA
View File

@@ -1 +1 @@
3c2c2ca30234f1403b0590c3bd5d63c86c1bd9b4
171ceeef3af2be631e4a9a865e944ecfbeaed022

View File

@@ -23,14 +23,14 @@ export default {
url: '/api/v1/assets/system-users/?type=common',
columns: [
'name', 'username', 'username_same_with_user', 'protocol', 'login_mode',
'priority',
'assets_amount', 'applications_amount', 'priority',
'created_by', 'date_created', 'date_updated', 'comment', 'org_name', 'actions'
],
columnsShow: {
min: ['name', 'actions'],
default: [
'name', 'username', 'protocol', 'login_mode',
'comment', 'actions'
'name', 'username', 'protocol', 'login_mode', 'assets_amount',
'applications_amount', 'comment', 'actions'
]
},
columnsMeta: {
@@ -49,6 +49,12 @@ export default {
login_mode: {
width: '120px'
},
assets_amount: {
width: '80px'
},
applications_amount: {
width: '80px'
},
actions: {
formatterArgs: {
onUpdate: ({ row }) => {

View File

@@ -44,7 +44,7 @@ export default {
[
this.$t('common.BasicInfo'),
[
'AUTH_FEISHU', 'FEISHU_APP_ID', 'FEISHU_APP_SECRET', 'FEISHU_VERSION'
'AUTH_FEISHU', 'FEISHU_APP_ID', 'FEISHU_APP_SECRET'
]
]
],

View File

@@ -115,14 +115,6 @@ export default {
{
key: this.$t('setting.Edition'),
value: this.licenseData.edition
},
{
key: this.$t('assets.SerialNumber'),
value: this.licenseData?.serial_no || ''
},
{
key: this.$t('common.Comment'),
value: this.licenseData?.remark || ''
}
]
}