ソースを参照

复制本表弹窗

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()