lex 1 năm trước cách đây
mục cha
commit
894bfe150f
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      src/views/studentList/components/baseInfo.tsx

+ 5 - 0
src/views/studentList/components/baseInfo.tsx

@@ -211,6 +211,7 @@ export default defineComponent({
             </NGrid>
           </NForm>
         </div>
+        {historyClassStudent.value ? 'true' : 'false'}
         {data.disabled ? (
           !studentForm.upgradeFlag && (
             <NSpace class={styles.btnList} align="center" justify="end">
@@ -218,6 +219,10 @@ export default defineComponent({
                 class={styles.btn}
                 strong
                 color="#f24433"
+<<<<<<< Updated upstream
+=======
+                disabled={historyClassStudent.value ? true : false}
+>>>>>>> Stashed changes
                 onClick={() => (data.disabled = false)}>
                 修改信息
               </NButton>