@@ -45,7 +45,7 @@
text
@click="handleSave"
>
- 提交
+ {{ props.submitText }}
</v-btn>
</v-card-actions>
</template>
@@ -78,6 +78,10 @@ const props = defineProps({
type: String,
default: '提示'
},
+ submitText: {
+ type: String,
+ default: '提交'
+ },
visible: {
type: Boolean,
default: false