Browse Source

Merge branch 'develop' of gitadmin/tuoheng_lc_web into release

tags/v1.1.0^2
zhangtao 1 year ago
parent
commit
78734ea98e
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      src/views/task-manage/question/tools/table.js

+ 4
- 1
src/views/task-manage/question/tools/table.js View File

handleRowConfirm, handleRowConfirm,
columns: [ columns: [
{ {
type: 'selection'
type: 'selection',
disabled(row) {
return row.wordOrderStatus === 1
}
}, },
{ {
title: '序号', title: '序号',

Loading…
Cancel
Save