Browse Source

Merge branch 'develop' of gitadmin/tuoheng_lc_web into release

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

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

@@ -159,11 +159,11 @@ const data = reactive({
},
{
title: '工单生成状态',
key: 'status',
key: 'wordOrderStatus',
align: 'center',
render(row) {
return h(TableTags, {
data: row.status,
data: row.wordOrderStatus,
filters: ORDER_STATUS
})
}

Loading…
Cancel
Save