Selaa lähdekoodia

复制本表弹窗

duy 2 vuotta sitten
vanhempi
commit
35bf80a7a3
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      src/views/data-fill/components/ListItem.vue

+ 4 - 0
src/views/data-fill/components/ListItem.vue

@@ -214,6 +214,10 @@ const props = defineProps({
         type: Object,
         default: () => ({})
     },
+    authBtnTabKey: {
+        type: [String,Number],
+        default: ''
+    },
 })
 const {isString, getObjNullValue, getArrValue} = isType()
 const {setPosInsert, setPosRange} = utilsText()