|
|
@ -47,10 +47,7 @@ |
|
|
<el-button type="primary" @click="addLanguageFun()">{{buttons.add}} |
|
|
<el-button type="primary" @click="addLanguageFun()">{{buttons.add}} |
|
|
</el-button> |
|
|
</el-button> |
|
|
</el-form-item> |
|
|
</el-form-item> |
|
|
|
|
|
|
|
|
<el-button type="primary" plain @click="printReport">打印报表</el-button> |
|
|
<el-button type="primary" plain @click="printReport">打印报表</el-button> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</el-form> |
|
|
</el-form> |
|
|
<el-table |
|
|
<el-table |
|
|
id="commmon" |
|
|
id="commmon" |
|
|
@ -715,7 +712,7 @@ import column from "../../common/column"; |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
// 导出 |
|
|
fields(){ |
|
|
fields(){ |
|
|
let json = "{" |
|
|
let json = "{" |
|
|
this.columnList.forEach((item,index) =>{ |
|
|
this.columnList.forEach((item,index) =>{ |
|
|
|