Commit a477454d by 陈羽

update: 新建计划按钮文案更新

parent 230cbd29
......@@ -7,7 +7,11 @@
export default {
name: 'pop',
created() {
this.$store.commit('mutations.breadcrumb', [{ name: '营销管理' }, { name: '弹窗推广', path: '/pop' },{ name: '弹窗推广', path: '/pop/list' }]);
this.$store.commit('aside_handler', false);
this.$nextTick(_ => {
this.$store.commit('aside_handler', true);
});
}
};
</script>
......@@ -11,7 +11,7 @@
</el-select>
<el-checkbox v-model="listParams.onlySelf" :true-label="1" :false-label="0" @change="refresh">仅看本人</el-checkbox>
<div class="fr">
<el-button type="primary" :disabled="tableList.length >= 30" @click="goForm({}, 'add')">新建计划 ({{ tableList.length }}/30)</el-button>
<el-button type="primary" @click="goForm({}, 'add')">新建计划</el-button>
</div>
</div>
<el-table tooltipEffect="light" style="width: 100%" :class="{ emptyTable: Array.isArray(tableList) && tableList.length > 0 }">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment