摘要: </el-form> <div> <!--子代方法有一个·传值传向父级 onselect去接收这个值--> <select-account :data1.sync="accountList" :checkedData.sync="checkedData1" @seletct="onSelect" / 阅读全文
posted @ 2022-09-16 22:44 前端导师歌谣 阅读(53) 评论(0) 推荐(0)
摘要: this.query={} console.log(this) getAction("/account/list",{ query:{ platform_channel: this.query.platrorm_channel, platform_category:this.query.platfo 阅读全文
posted @ 2022-09-16 22:44 前端导师歌谣 阅读(21) 评论(0) 推荐(0)
摘要: <grid-radio @change="ListRuery" v-model="query.platform" :border="true" :options=" platform_category " /> <!--query.platform--> </el-form-item> <el-fo 阅读全文
posted @ 2022-09-16 22:44 前端导师歌谣 阅读(17) 评论(0) 推荐(0)
摘要: <el-table-column fixed="right" header-align="center" label="操作" width="200px" > 阅读全文
posted @ 2022-09-16 22:44 前端导师歌谣 阅读(36) 评论(0) 推荐(0)
摘要: /*4 GY定义 找到该组件下面的add方法*/ add() { /* 5GY定义 给当前属性下面的title赋值*/ this.title = "新增"; /*重置新增的mode*/ this.mode=[] this.show(); this.IsShow=true; this.attr='' 阅读全文
posted @ 2022-09-16 22:44 前端导师歌谣 阅读(11) 评论(0) 推荐(0)
摘要: <template> <!--绑定了一个 控制是否为全屏fullscreen close-on-click-modal 是否通过点击model进行关闭 visible是否显示弹出框 close关闭按钮 --> <el-dialog @open="open" :title="fullTitle" wi 阅读全文
posted @ 2022-09-16 22:44 前端导师歌谣 阅读(19) 评论(0) 推荐(0)
摘要: choose(){ console.log(this.value1) console.log(this.value1[0].valueOf()/1000) console.log(this.value1[1].valueOf()) getAction("/task/arrange",{ start_ 阅读全文
posted @ 2022-09-16 22:44 前端导师歌谣 阅读(20) 评论(0) 推荐(0)
摘要: <!-- 用栅格布局实现的单选框 --> <template> <!--v-model默认绑定:value="value" @change="value = $event.target.value"--> <el-radio-group :value="value" @input="handleCh 阅读全文
posted @ 2022-09-16 22:44 前端导师歌谣 阅读(33) 评论(0) 推荐(0)
摘要: <template> <!--绑定了一个 控制是否为全屏fullscreen close-on-click-modal 是否通过点击model进行关闭 visible是否显示弹出框 close关闭按钮 --> <el-dialog :title="fullTitle" width="80%" :fu 阅读全文
posted @ 2022-09-16 22:44 前端导师歌谣 阅读(27) 评论(0) 推荐(0)
摘要: /*各个路由模块的建立*/ import Home from "@/views/Home/Home"; import GlobalLayout from "@/layout/GlobalLayout"; import Login from "@/views/login/Login"; import 阅读全文
posted @ 2022-09-16 22:44 前端导师歌谣 阅读(97) 评论(0) 推荐(0)