소스 검색

Merge branch 'develop' of gitadmin/tuoheng_lc_web into release

tags/v1.1.0^2
zhangtao 1 년 전
부모
커밋
78734ea98e
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. +4
    -1
      src/views/task-manage/question/tools/table.js

+ 4
- 1
src/views/task-manage/question/tools/table.js 파일 보기

@@ -69,7 +69,10 @@ const data = reactive({
handleRowConfirm,
columns: [
{
type: 'selection'
type: 'selection',
disabled(row) {
return row.wordOrderStatus === 1
}
},
{
title: '序号',

Loading…
취소
저장