HR后台管理系统

noob f2d66726d3 修改公司类型表单配置 3 years ago
public 30356d9808 feat and fix 4 years ago
src f2d66726d3 修改公司类型表单配置 3 years ago
.env.development e5701a3501 feat 3 years ago
.env.production 15e2a1e7b3 update 4 years ago
.env.test e5701a3501 feat 3 years ago
.gitignore 9952e4cecd init 4 years ago
README.md 3919dcab8b updatp 4 years ago
babel.config.js 9952e4cecd init 4 years ago
package-lock.json faca148cf3 修改滚动条样式;简历批量上传交互;表单校验 3 years ago
package.json 51d3dfb24a update 4 years ago
vue.config.js 3919dcab8b updatp 4 years ago
yarn.lock e5701a3501 feat 3 years ago

README.md

install:yarn install
dev:yarn serve
build:yarn test/build

#version

⭐AMBRE⭐

v-input:顶部搜索栏

组件引用

<v-input
:list="list"              // 组件内功能项列表
@search="search">         // 查询方法
</v-input>

参数说明

{
  placeholder: '',        //
  type: 'select',         //
  props: 'test',          //
  options: [              //
    {
      label: '第一项',
      value: '1'
    }
  ]
}