|
|
@ -166,9 +166,9 @@ export default { |
|
|
|
// this.loadData(); |
|
|
|
// this.loadData(); |
|
|
|
// }, |
|
|
|
// }, |
|
|
|
computed: { |
|
|
|
computed: { |
|
|
|
importExcelUrl: function () { |
|
|
|
// importExcelUrl: function () { |
|
|
|
return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`; |
|
|
|
// return `${window._CONFIG['domianURL']}/${this.url.importExcelUrl}`; |
|
|
|
}, |
|
|
|
// }, |
|
|
|
}, |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
methods: { |
|
|
|
|
|
|
|
|
|
|
@ -190,17 +190,17 @@ export default { |
|
|
|
}) |
|
|
|
}) |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
initDictConfig() { |
|
|
|
// initDictConfig() { |
|
|
|
}, |
|
|
|
// }, |
|
|
|
getSuperFieldList() { |
|
|
|
// getSuperFieldList() { |
|
|
|
let fieldList = []; |
|
|
|
// let fieldList = []; |
|
|
|
fieldList.push({type: 'string', value: 'title', text: '文章标题', dictCode: ''}) |
|
|
|
// fieldList.push({type: 'string', value: 'title', text: '文章标题', dictCode: ''}) |
|
|
|
fieldList.push({type: 'string', value: 'status', text: '状态', dictCode: ''}) |
|
|
|
// fieldList.push({type: 'string', value: 'status', text: '状态', dictCode: ''}) |
|
|
|
fieldList.push({type: 'string', value: 'columnId', text: '所属栏目', dictCode: ''}) |
|
|
|
// fieldList.push({type: 'string', value: 'columnId', text: '所属栏目', dictCode: ''}) |
|
|
|
fieldList.push({type: 'string', value: 'columnName', text: '栏目', dictCode: ''}) |
|
|
|
// fieldList.push({type: 'string', value: 'columnName', text: '栏目', dictCode: ''}) |
|
|
|
fieldList.push({type: 'string', value: 'source', text: '来源', dictCode: ''}) |
|
|
|
// fieldList.push({type: 'string', value: 'source', text: '来源', dictCode: ''}) |
|
|
|
this.superFieldList = fieldList |
|
|
|
// this.superFieldList = fieldList |
|
|
|
} |
|
|
|
// } |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
</script> |
|
|
|
</script> |