摘要: "element-plus"的版本为 "^2.4.2", element-plus里面的el-date-picker当我只显示月份的时候 <el-date-picker v-model="selectmonth" type="month" format="YYYY-MM" value-format= 阅读全文
posted @ 2023-12-28 15:52 adong1980 阅读(129) 评论(0) 推荐(0)
摘要: 定义了一个interface export interface login_info{ userid: string, //用户编号 password: string, //用户密码 snid: string, //snid唯一识别码 usertype:number //用户类型 ,1客户,2供应商 阅读全文
posted @ 2023-11-15 19:04 adong1980 阅读(8) 评论(0) 推荐(0)
摘要: ESLint 报错 TypeError: this.options.parse is not a function原因可能是版本不兼容,安装8.22版本能解决这个错误npm install eslint@8.22.0 --save-exact 阅读全文
posted @ 2023-11-15 09:23 adong1980 阅读(3897) 评论(0) 推荐(0)
摘要: npm config set registry https://registry.npm.taobao.org 阅读全文
posted @ 2023-11-14 21:31 adong1980 阅读(38) 评论(0) 推荐(0)
摘要: 生成所有依赖 pip freeze > requirements.txt 安装 pip install -r requirements.txt 阅读全文
posted @ 2023-08-02 16:36 adong1980 阅读(9) 评论(0) 推荐(0)