This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
gitadmin
/
tuoheng_lc_web_move_20240702
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
3
Wiki
Activity
Browse Source
Merge branch 'zhangtao' of gitadmin/tuoheng_lc_web into develop
tags/v1.1.0^2
zhangtao
1 year ago
parent
916187c07f
098b389af0
commit
af1abcdd5f
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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: '
s
tatus',
key: '
wordOrderS
tatus',
align: 'center',
render(row) {
return h(TableTags, {
data: row.
s
tatus,
data: row.
wordOrderS
tatus,
filters: ORDER_STATUS
})
}
Write
Preview
Loading…
Cancel
Save