Pārlūkot izejas kodu

fix: table tag column refresh

Casper Dai 3 gadi atpakaļ
vecāks
revīzija
e938a2d298

+ 1 - 1
.env.staging

@@ -7,4 +7,4 @@ __CAMERA__ = 'enabled'
 # keycloak
 VUE_APP_KEYCLOAK_OPTIONS_URL = 'https://isoc.artaplay.com:8443/auth'
 # 71服务器
-# VUE_APP_KEYCLOAK_OPTIONS_REALM = 'smsb-test'
+VUE_APP_KEYCLOAK_OPTIONS_REALM = 'smsb-test'

+ 1 - 0
src/components/table/Table/Column.vue

@@ -167,6 +167,7 @@ export default {
         staticClass: on ? 'o-tag u-pointer' : 'o-tag u-readonly',
         props: {
           size: 'medium',
+          'disable-transitions': true,
           ...tagProps
         },
         on: on && { click: $event => {

+ 0 - 1
src/views/realm/assign/Device.vue

@@ -1,7 +1,6 @@
 <template>
   <schema-table
     ref="table"
-    row-key="id"
     :schema="schema"
   >
     <table-dialog

+ 0 - 2
src/views/realm/tenant/Group.vue

@@ -7,9 +7,7 @@
   >
     <schema-table
       ref="table"
-      row-key="id"
       :schema="schema"
-      :tree-props="{ children: 'subGroups' }"
     />
     <confirm-dialog
       ref="editDialog"

+ 0 - 1
src/views/realm/user/Account.vue

@@ -2,7 +2,6 @@
   <schema-table
     ref="table"
     :schema="schema"
-    row-key="username"
   >
     <confirm-dialog
       ref="editDialog"