Browse Source

编辑用户时,不允许修改阶段

刘洋 1 năm trước cách đây
mục cha
commit
c9a5427bc1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/modules/admin-user/edit-user/index.vue

+ 1 - 0
src/modules/admin-user/edit-user/index.vue

@@ -233,6 +233,7 @@ const items = computed<EpFormItem[]>(() => {
           prop: 'stage',
           slot: {
             placeholder: '选择阶段',
+            disabled: isEdit,
             options: [
               { label: 'SAMPLE_A', value: 'SAMPLE_A' },
               { label: 'SAMPLE_B', value: 'SAMPLE_B' },