|
@@ -25,7 +25,11 @@
|
|
|
>;总价<strong style="color: red"
|
|
>;总价<strong style="color: red"
|
|
|
>¥{{ compay(tableData, 5).toFixed(2) }}</strong
|
|
>¥{{ compay(tableData, 5).toFixed(2) }}</strong
|
|
|
></span
|
|
></span
|
|
|
- ><el-button size="mini" v-if="newActive === 'error'" type="success"
|
|
|
|
|
|
|
+ ><el-button
|
|
|
|
|
+ size="mini"
|
|
|
|
|
+ v-if="newActive === 'error'"
|
|
|
|
|
+ type="success"
|
|
|
|
|
+ @click="downErrorData"
|
|
|
>下载失败数据</el-button
|
|
>下载失败数据</el-button
|
|
|
><el-button
|
|
><el-button
|
|
|
size="mini"
|
|
size="mini"
|
|
@@ -263,6 +267,9 @@ export default {
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
|
|
+ downErrorData() {
|
|
|
|
|
+ console.log(this.errorobj);
|
|
|
|
|
+ },
|
|
|
backSearch() {
|
|
backSearch() {
|
|
|
const jump = () => {
|
|
const jump = () => {
|
|
|
this.$router.push({
|
|
this.$router.push({
|