Ver Fonte

穿梭选择框

xiaoqiao há 1 ano atrás
pai
commit
53add6d6e3
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      vue/src/components/basic/transfer/Transfer.vue

+ 3 - 3
vue/src/components/basic/transfer/Transfer.vue

@@ -40,9 +40,9 @@ export default defineComponent({
   name: 'Transfer',
   components: {},
   props: {
-    fieldId: String,
-    dictionaryCode: String,
-    defaultValue: String
+    fieldId: String,//字段id
+    dictionaryCode: String,//字典编码
+    defaultValue: String //默认选中值,多个值用,号分割
   },
   emits: [
     "ok"