瀏覽代碼

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…
取消
儲存