+
{{ $t('test_track.comment.no_comment') }}
@@ -253,6 +254,12 @@ export default {
type: Object
},
treeNodes: [],
+ isPublic: {
+ type: Boolean,
+ default() {
+ return false;
+ }
+ }
},
computed: {
projectIds() {
@@ -268,7 +275,6 @@ export default {
data() {
return {
path: "/test/case/add",
- isPublic: false,
isXpack: false,
projectList: [],
result: {},
@@ -292,7 +298,6 @@ export default {
},
versionData: [],
dialogVisible: false,
- publicEnable: false,
maintainerOptions: [],
oldLoading: null,
newLoading: null,
diff --git a/frontend/src/common/js/default-table-header.js b/frontend/src/common/js/default-table-header.js
index 32fd89b5ce..7ac5df95be 100644
--- a/frontend/src/common/js/default-table-header.js
+++ b/frontend/src/common/js/default-table-header.js
@@ -190,7 +190,7 @@ export let CUSTOM_TABLE_HEADER = {
{id: 'name', key: '2', label: 'commons.name'},
{id: 'reviewStatus', key: '3', label: 'test_track.case.status'},
{id: 'tags', key: '4', label: 'commons.tag'},
- {id: 'versionId', key: 'a', label: 'project.version.name', xpack: true},
+ {id: 'versionId', key: 'b', label: 'project.version.name', xpack: true},
{id: 'nodePath', key: '5', label: 'test_track.case.module'},
{id: 'projectName', key: 'a', label: 'test_track.review.review_project'},
{id: 'updateTime', key: '6', label: 'commons.update_time'},