Explorar o código

复制本表弹窗

duy %!s(int64=2) %!d(string=hai) anos
pai
achega
35bf80a7a3
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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()