zouyu
2023-09-09 f2245cb7f6dfc7cd83ae257b235fc41e3c5cabab
src/views/CNAS/reviewAnnualPlan/index.vue
@@ -1,9 +1,10 @@
<template>
  <div class="content-main">
    <div class="top-bar">
      <el-form ref="form" :inline="true">
      <el-form ref="form" :inline="true" style="margin-top: 10px;">
        <el-form-item>
          <el-date-picker
            size="small"
            v-model="input"
            class="input-form"
            type="month"
@@ -12,14 +13,15 @@
          </el-date-picker>
        </el-form-item>
        <el-form-item>
          <el-button type="primary" @click="getData()">查询</el-button>
          <el-button type="primary" plain @click="resetData()">重置</el-button>
          <el-button size="small" type="primary" @click="getData()">查询</el-button>
          <el-button size="small" type="primary" plain @click="resetData()">重置</el-button>
        </el-form-item>
      </el-form>
      <el-form class="rightBtn">
      <el-form class="rightBtn" style="margin-top: 10px;">
        <!-- 上传附件 -->
        <el-form-item class="createBtn">
          <el-button
            size="small"
            type="primary"
            icon="el-icon-upload2"
            @click="
@@ -74,8 +76,9 @@
        <!-- 新增计划 -->
        <el-form-item class="createBtn">
          <el-button
            size="small"
            type="primary"
            icon="el-icon-document-add"
            icon="el-icon-plus"
            @click="
              dialogFormVisible2 = true;
              newly = {};
@@ -262,12 +265,12 @@
        </el-form-item>
        <!-- 导出年度计划 -->
        <el-form-item class="createBtn">
          <el-button type="primary" icon="el-icon-document-checked"
          <el-button size="small" type="primary" icon="el-icon-document-checked"
            >导出年度计划</el-button
          >
        </el-form-item>
        <el-form-item class="createBtn">
          <el-button type="primary" icon="el-icon-document-checked"
          <el-button size="small" type="primary" icon="el-icon-document-checked"
            >导出内部实施计划</el-button
          >
        </el-form-item>
@@ -278,14 +281,14 @@
        <el-table
          ref="auditTable"
          border
          :max-height="800"
          :cell-style="{ textAlign: 'center' }"
          :max-height="660"
          :cell-style="{ textAlign: 'left' }"
          :header-cell-style="{
            border: '0px',
            background: '#f5f7fa',
            color: '#606266',
            boxShadow: 'inset 0 1px 0 #ebeef5',
            textAlign: 'center',
            textAlign: 'left',
          }"
          :data="auditTable"
          style="width: 100%"
@@ -599,6 +602,7 @@
}
.library-table {
  height: 80vh;
  background-color: #fff;
  flex: 1;
  margin: 0px -15px;