duy преди 2 години
родител
ревизия
35bf80a7a3
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  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()