zhangtao
laozt 1 year ago
parent a9aba0f271
commit d4bc1477de

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

Loading…
Cancel
Save