浏览代码

复制本表弹窗

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