08 2022 档案
摘要://表格列求和 <el-table :summary-method="getSummaries" show-summary></el-table> getSummaries (param) {const { columns, data } = param const sums = [] column
阅读全文
摘要:<el-form ref="ruleForm" :rules="rules" :model="ruleForm"> <el-form-item label="旧密码" prop="userName"> <el-input v-model.trim="ruleForm.userName" placeh
阅读全文
摘要:el-date-picker 选择指定月份范围 <el-date-picker v-model="value2" type="month" placeholder="选择月":picker-options="pickerOptions"> </el-date-picker> data(){ retu
阅读全文
摘要:代理配置需在其他的基础上加 changeOrigin 和 pathRewrite proxyTable: { '/admin': { target: 'https://dev.xxxxx.com/', changeOrigin:true, pathRewrite:{ '^/admin':'' } }
阅读全文