Explorar el Código

Merge branch 'develop' of gitadmin/tuoheng_lc_web into release

tags/v1.1.0^2
zhangtao hace 1 año
padre
commit
78734ea98e
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      src/views/task-manage/question/tools/table.js

+ 4
- 1
src/views/task-manage/question/tools/table.js Ver fichero

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

Cargando…
Cancelar
Guardar