Commit 1968a4cd authored by mzx's avatar mzx

feat(任务处理): 确认试验方案

parent ebd08657
This diff is collapsed.
...@@ -156,6 +156,7 @@ export default { ...@@ -156,6 +156,7 @@ export default {
dicts: ['task_test_status'], dicts: ['task_test_status'],
data() { data() {
return { return {
tableData: [],
model: { model: {
systemReviewTask: {}, systemReviewTask: {},
reviewSceneChangeTasks: {}, reviewSceneChangeTasks: {},
...@@ -207,3 +208,8 @@ export default { ...@@ -207,3 +208,8 @@ export default {
} }
} }
</script> </script>
<style scoped>
.table th {
background-color: #f2f2f2 !important;
}
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment