Browse Source

显示中文的确认信息

Michael Wang 4 năm trước cách đây
mục cha
commit
fff74ab122
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/features/mark/MarkChangeProfile.vue

+ 2 - 0
src/features/mark/MarkChangeProfile.vue

@@ -3,6 +3,8 @@
     title="修改个人信息"
     v-model:visible="visible"
     :confirm-loading="confirmLoading"
+    ok-text="确定"
+    cancel-text="取消"
     @ok="handleOk"
     @cancel="handleCancel"
     :zIndex="6000"