马宇豪
2024-04-08 743a085df156140f4a3f4ae2d03e910790181945
src/views/Admin/addressBook.vue
@@ -1,13 +1,13 @@
<template>
  <div class="inner">
    <a-row type="flex" justify="space-between" style="margin-bottom: 20px">
      <a-col :span="6">
        <a-button v-if="unittype && unittype !== null" type="primary" @click="editData('add',{})">新增</a-button>
        <a-button v-if="unittype && unittype !== null" type="primary" @click="visible = true" style="margin: 0 12px">导入通讯录表</a-button>
        <a-button v-if="unittype && unittype !== null" type="primary" @click="openGroup()">分组管理</a-button>
      <a-col :span="6" v-if="unittype && unittype !== null">
        <a-button type="primary" @click="editData('add',{})">新增</a-button>
        <a-button type="primary" @click="visible = true" style="margin: 0 12px">导入通讯录表</a-button>
        <a-button type="primary" @click="openGroup()">分组管理</a-button>
      </a-col>
      <a-col :span="18">
        <a-row type="flex" justify="end" :gutter="14">
        <a-row type="flex" :gutter="14">
          <a-col :span="6">
            <a-input v-model="search.searchParams.company" placeholder="单位名称" style="width: 100%"/>
          </a-col>