zhangtao
laozt 1 year ago
parent a9aba0f271
commit d4bc1477de

@ -146,9 +146,9 @@
show-overflow-tooltip
>
<template slot-scope="scope">
<span>{{
componendDistrict(scope.row.subdistrict) || "/"
}}</span>
<span>
{{ componendDistrict(scope.row.subdistrict) || "/" }}
</span>
</template>
</el-table-column>
<el-table-column
@ -688,8 +688,7 @@ export default {
if (this.multipleSelection.length == 0) {
this.$message.error("请至少选择一家企业");
return;
}
else {
} else {
this.nextStep = true;
this.nextText = "发布计划";
}
@ -806,9 +805,7 @@ export default {
}
},
},
mounted() {
},
mounted() {},
};
</script>
<style lang="scss" scoped>

Loading…
Cancel
Save