摘要: 3获取 4取值 5结果 阅读全文
posted @ 2022-09-10 19:40 前端导师歌谣 阅读(19) 评论(0) 推荐(0)
摘要: <el-card> <h1 style="float: left;margin-top: 34px;margin-left: 32px;">我的订单</h1> <el-button size="mini" style="float: right;margin-top: 14px;margin-rig 阅读全文
posted @ 2022-09-10 19:40 前端导师歌谣 阅读(17) 评论(0) 推荐(0)
摘要: <el-card style="width: 100%;height: 300px;"> <el-carousel indicator-position="outside"> <el-carousel-item v-for="(item,index) in task" :key="index"> < 阅读全文
posted @ 2022-09-10 19:40 前端导师歌谣 阅读(16) 评论(0) 推荐(0)
摘要: 1第一步 组件封装 利用$emit触发 触发结束 页面进行渲染 <!--封装部门选择的插件 需要的组件 子组件--> <template> <el-select :value="value" placeholder="请选择所属部门" @change="handleChange"> <el-opti 阅读全文
posted @ 2022-09-10 19:40 前端导师歌谣 阅读(9) 评论(0) 推荐(0)
摘要: 第一步 点击新增操作 第二步 找到当前组件下面的 add的方法 第三步 找到子组件下面的混入方法 阅读全文
posted @ 2022-09-10 19:40 前端导师歌谣 阅读(12) 评论(0) 推荐(0)
摘要: this.$confirm('你正在进行删除操作', '提示', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning' }).then((res)=>{ deleteAction(path.join(this.url.d 阅读全文
posted @ 2022-09-10 19:40 前端导师歌谣 阅读(8) 评论(0) 推荐(0)
摘要: vue项目中报错: [Vue warn]: Property "visible" must be accessed with "$data.visible" because properties starting with "$" or "_" are not proxied in the Vue 阅读全文
posted @ 2022-09-10 19:40 前端导师歌谣 阅读(89) 评论(0) 推荐(0)
摘要: 1首先找到对应方法里面的删除方法 2点击之后进行删除操作 在当前方法里面直接进行混入删除 删除结束 阅读全文
posted @ 2022-09-10 19:40 前端导师歌谣 阅读(34) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-09-10 19:40 前端导师歌谣 阅读(7) 评论(0) 推荐(0)
摘要: 1数据格式 2对数据进行处理 created() { getAction("/task/arrange").then(res=>{ console.log(res) this.tableData=res.data.items this.time=res.data.time console.log(t 阅读全文
posted @ 2022-09-10 19:40 前端导师歌谣 阅读(26) 评论(0) 推荐(0)