|
|
@ -100,6 +100,9 @@
|
|
|
|
width="180"
|
|
|
|
width="180"
|
|
|
|
header-align="center"
|
|
|
|
header-align="center"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
|
|
|
<span>{{ scope.row.plannedYear }}-{{ scope.row.plannedMouth }}</span>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
</el-table-column>
|
|
|
|
</el-table-column>
|
|
|
|
<el-table-column
|
|
|
|
<el-table-column
|
|
|
|
prop="district"
|
|
|
|
prop="district"
|
|
|
@ -407,7 +410,7 @@ export default {
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
multipleChange(e) {
|
|
|
|
multipleChange(e) {
|
|
|
|
// console.log(e.join(','));
|
|
|
|
// console.log(e.join(','));
|
|
|
|
this.form.plannedMouth = e.join(',');
|
|
|
|
this.form.plannedMouth = e.join(",");
|
|
|
|
},
|
|
|
|
},
|
|
|
|
filterTable(a, b) {
|
|
|
|
filterTable(a, b) {
|
|
|
|
if (!b) return;
|
|
|
|
if (!b) return;
|
|
|
|