上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 44 下一页
摘要: parentNdrcApprovalDate: [{ required: true, message: '请输入审批日期', trigger: 'blur' }], 将上面代码修改为 parentNdrcApprovalDate: [{ required: true, message: '请输入审批 阅读全文
posted @ 2023-03-15 14:09 Felix_Openmind 阅读(91) 评论(0) 推荐(0)
摘要: 参考: https://www.cnblogs.com/shayloyuki/p/16916054.html 核心代码 <div class='add-main-content' ref='addMainContent'> <a-button style='margin-left: 10px' ty 阅读全文
posted @ 2023-03-15 11:20 Felix_Openmind 阅读(103) 评论(0) 推荐(0)
摘要: 业务效果图 核心代码 <template> <a-date-picker v-model='record.payTime' show-time autoclear placeholder='请选择付款时间' valueFormat='YYYY-MM-DD HH:mm:ss' /> </templat 阅读全文
posted @ 2023-03-08 17:18 Felix_Openmind 阅读(1243) 评论(0) 推荐(0)
摘要: import lodash from 'lodash' getOfficeTreeDebounce: lodash.debounce(function() { this.getOfficeTree() }, 300), https://www.cnblogs.com/zhongxu6868/arti 阅读全文
posted @ 2023-03-08 14:08 Felix_Openmind 阅读(193) 评论(0) 推荐(0)
摘要: 路由配置 { path: '/manage/detailgovproject', key: 'detailgovproject', name: 'DetailGovProject', component: DetailGovProject }, fromPage.vue this.$router.p 阅读全文
posted @ 2023-03-06 16:13 Felix_Openmind 阅读(29) 评论(0) 推荐(0)
摘要: 业务效果 业务代码 参考ant design内Table表头日期字段排序 moment方法,仅用于处理日期格式 import moment from 'moment' sorter为组件内字段 { title: '计划日期', dataIndex: 'parentPlanApprovalDate', 阅读全文
posted @ 2023-03-06 14:30 Felix_Openmind 阅读(646) 评论(0) 推荐(0)
摘要: 1,有一个默认参数($event为默认参数,index为自定义参数) @select="handleSelect(index,$event)" 2,有多个默认参数(queryString,cb为默认参数,index为自定义参数) @select="((queryString,cb)=>{queryU 阅读全文
posted @ 2023-03-06 13:40 Felix_Openmind 阅读(402) 评论(0) 推荐(0)
摘要: 参考: http://t.csdn.cn/g4aDZ 业务效果图 核心代码 <a-form-model-item label='付款详情' prop='rate'> <a-table :columns='current08Form.payColumns' :data-source='current0 阅读全文
posted @ 2023-03-06 11:10 Felix_Openmind 阅读(1712) 评论(0) 推荐(0)
摘要: <br><br>.title { position: relative; padding-left: 13px; margin: 24px 0px; } .title:before { content: ''; background-color: #3796EC; width: 4px; heigh 阅读全文
posted @ 2023-03-03 13:47 Felix_Openmind 阅读(503) 评论(0) 推荐(0)
摘要: 参考 https://juejin.cn/post/6995015040805896200 在utils文件夹中创建bus.js文件 import Vue from 'vue'; export const Bus = new Vue(); 在需要的地方使用 // Fisrt import { Bus 阅读全文
posted @ 2023-03-02 17:11 Felix_Openmind 阅读(368) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 44 下一页
*{cursor: url(https://files-cdn.cnblogs.com/files/morango/fish-cursor.ico),auto;}