04 2019 档案
摘要:<p :style="{width:'4px',height: '24px',background: '#f7ce51'}"></p> <p:style="{height: '400px','overflow-y': 'auto','background-color': '#f3f3f3',padd
阅读全文
摘要:解释:集中响应式数据管理,一处修改多处使用,主要应用于大中型项目。 安装: 第一:index.js:(注册store仓库) npm install vuex -D // 下载vuex import Vue from 'vue'; import vuex from 'vuex' // 全局引入 Vue.use(vuex) // 全局注册 import ac...
阅读全文
摘要:{ title: '开始时间', key: 'planDateFrom', minWidth: 120, sortable: true, align: 'center', render: (h, params) => { return h('DatePicker', { props: { ...
阅读全文