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
4818fe8ffa
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      src/views/task-manage/question/tools/table.js

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

@@ -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
})
}

Ładowanie…
Anuluj
Zapisz