flat: 删除hr tool

This commit is contained in:
Apcallover
2024-03-11 09:57:57 +08:00
parent a139ba3008
commit 73046d3033
4 changed files with 21 additions and 9 deletions

View File

@@ -9,10 +9,10 @@
>
<avue-form ref="form" v-model="form" :option="option" @submit="submit">
<template slot="code">
<span>灵活用工</span>
<span>智慧就业</span>
</template>
<template slot="role">
<span>企业管理员</span>
<span>社区街道管理员</span>
</template>
</avue-form>
</el-drawer>
@@ -56,15 +56,15 @@ export default {
icon: "el-icon-user-solid",
column: [
{
label: "账号",
label: "关联账号",
prop: "account",
search: true,
placeholder: "请输入手机号",
placeholder: "请输入关联账号",
rules: [
{
required: true,
whitespace: true,
message: "请输入登录手机号",
message: "请输入关联账号",
trigger: "blur",
},
// { validator: validateMobile, trigger: "blur" },

View File

@@ -2,6 +2,7 @@
<el-drawer :visible.sync="visible" size="60%" @closed="closed" title="配置">
<div class="company-config" v-loading="loading">
<div>
<div ref="configTitle" class="company-config-title">
<span>服务配置 <span class="companyConfig-title-tip">提示</span><span class="companyConfig-title-text">修改配置后提醒企业重新登录账号不可刷新才可更改状态</span></span>