chenrui
2025-02-28 28f295e0fcea7bf429cf8e3b79468e70e3a2d3ef
src/views/CNAS/personnel/personnelInfo/tabs/personnel-list.vue
@@ -36,7 +36,7 @@
        <el-table-column fixed="right" label="操作" width="120" align="center">
          <template slot-scope="scope">
            <el-button size="small" type="text" @click="$emit('updatePerson', scope.row)">编辑</el-button>
            <el-button size="small" type="text" @click="deletePerson(scope.row)">删除</el-button>
            <el-button size="small" type="text" @click="deletePerson(scope.row)" style="color: #f56c6c">删除</el-button>
          </template>
        </el-table-column>
      </el-table>
@@ -310,10 +310,6 @@
</script>
<style scoped>
.search-table {
  padding: 0 16px;
}
.search_thing {
  display: flex;
  align-items: center;