ソースを参照

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: '序号',

読み込み中…
キャンセル
保存