File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed
Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 3333 </template >
3434
3535 <template slot="bodyData" slot-scope="rowData">
36- <TdContent :value =" rowData.scope.hostname" />
37- <TdContent :value =" rowData.scope.rackID" />
38- <TdContent :value =" rowData.scope.imageVersion" />
39- <TdContent :value =" rowData.scope.date" />
40- <TdIcon :value =" rowData.scope.fourMonths" />
41- <TdIcon :value =" rowData.scope.sixMonths" />
42- <TdIcon :value =" rowData.scope.twelveMonths" />
36+ <TdContent class = " no-click " :value =" rowData.scope.hostname" />
37+ <TdContent class = " no-click " :value =" rowData.scope.rackID" />
38+ <TdContent class = " no-click " :value =" rowData.scope.imageVersion" />
39+ <TdContent class = " no-click " :value =" rowData.scope.date" />
40+ <TdIcon class = " no-click " :value =" rowData.scope.fourMonths" />
41+ <TdIcon class = " no-click " :value =" rowData.scope.sixMonths" />
42+ <TdIcon class = " no-click " :value =" rowData.scope.twelveMonths" />
4343 </template >
4444
4545 <ExportButton
@@ -104,4 +104,8 @@ export default {
104104}
105105 </script >
106106
107- <style lang="scss" scoped></style >
107+ <style lang="scss" scoped>
108+ .no-click {
109+ cursor : default ;
110+ }
111+ </style >
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export default {
5959 return {
6060 isMounted: false ,
6161 isOpen: 0 ,
62- activeTab: 1 ,
62+ activeTab: 0 ,
6363 settingsData: [
6464 {
6565 order: 0 ,
You can’t perform that action at this time.
0 commit comments