审稿页面显示
This commit is contained in:
@@ -128,7 +128,7 @@ export default {
|
||||
// formatter函数动态修改tooltip样式
|
||||
formatter: function (params) {
|
||||
var that = this;
|
||||
console.log('params at line 430:', params);
|
||||
|
||||
if (params) {
|
||||
var htmlStr = '';
|
||||
// htmlStr += params[0].name.replace(/\-/g, '/') + '<br/>'; //x轴的名称
|
||||
@@ -328,7 +328,7 @@ export default {
|
||||
var otherInfo = optionJournalData.map((e) => {
|
||||
for (let i in e.value) {
|
||||
if (i == key) {
|
||||
console.log('e at line 299:', e.value[i]);
|
||||
|
||||
return {
|
||||
key: e.key,
|
||||
value: e.value[i].split('/')[0]
|
||||
@@ -390,7 +390,7 @@ export default {
|
||||
var url = '';
|
||||
if (type == 'month') {
|
||||
for (let i in this.monthData) {
|
||||
console.log('i at line 386:', i);
|
||||
|
||||
timeData.push(i);
|
||||
}
|
||||
|
||||
@@ -400,7 +400,7 @@ export default {
|
||||
});
|
||||
} else if (type == 'year') {
|
||||
for (let i in this.yearData) {
|
||||
console.log('i at line 386:', i);
|
||||
|
||||
timeData.push(i);
|
||||
}
|
||||
tableData = this.JournalYearData.map((e) => {
|
||||
|
||||
Reference in New Issue
Block a user