Przeglądaj źródła

Merge branch 'develop' of gitadmin/tuoheng_lc_web into release

tags/v1.1.0^2
zhangtao 1 rok temu
rodzic
commit
78734ea98e
1 zmienionych plików z 4 dodań i 1 usunięć
  1. +4
    -1
      src/views/task-manage/question/tools/table.js

+ 4
- 1
src/views/task-manage/question/tools/table.js Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz