hailin
2023-07-18 b945f5a17664823e5ab2967e61bc3f3d38aa4087
src/views/laboratory/ledger/index.vue
@@ -5,8 +5,8 @@
        <el-form ref="form" inline="true" :model="searchData">
          <el-form-item>
            <el-input
              placeholder="请输入编号/设备名称/型号规格"
              v-model="searchData.keyword"
              placeholder="请输入编号/设备名称/型号规格"
            >
              <i slot="prefix" class="el-input__icon el-icon-search" />
            </el-input>
@@ -35,9 +35,7 @@
          :props="defaultProps"
          default-expand-all
          :filter-node-method="filterNode"
        >
        </el-tree>
        />
      </div>
      <div class="library-table">
        <div class="table-header">
@@ -50,7 +48,7 @@
              <el-radio-button label="故障" />
              <el-radio-button label="报废" />
            </el-radio-group>
            <el-checkbox :style="{'marginLeft':'12px'}" v-model="isOut">已过期</el-checkbox>
            <el-checkbox v-model="isOut" :style="{'marginLeft':'12px'}">已过期</el-checkbox>
          </div>
          <div class="serve-btn">
            <!-- <el-button type="primary" icon="el-icon-plus">新增人员</el-button> -->
@@ -125,21 +123,21 @@
              min-width="120"
              :fixed="true"
            >
              <template slot-scope="scope" >
                <el-button @click="handleClick(scope.row)" type="text" size="small">编辑</el-button>
              <template slot-scope="scope">
                <el-button type="text" size="small" @click="handleClick(scope.row)">编辑</el-button>
                <!-- <el-button type="text" size="small">编辑</el-button> -->
              </template>
            </el-table-column>
          </el-table>
          <div>
            <el-pagination
              @size-change="handleSizeChange"
              @current-change="handleCurrentChange"
              :current-page="currentPage"
              :page-sizes="[100, 200, 300, 400]"
              :page-size="100"
              layout="total, sizes, prev, pager, next, jumper"
              :total="400"
              @size-change="handleSizeChange"
              @current-change="handleCurrentChange"
            />
          </div>
        </div>
@@ -253,7 +251,7 @@
          color: #333 !important;
        }
        ::v-deep .el-tree-node:focus>.el-tree-node__content{
          background: rgba(58,124,253,0.1) !important;
          background: rgba(58,124,253,0.1) !important;
          // opacity: 0.31;
          border-radius: 3px;
          color: #333 !important;