gaoluyang
2025-03-13 28972c351ea79b4721750f6970e88263b64c64aa
src/views/business/sample/components/detail.vue
@@ -61,7 +61,8 @@
    </div>
    <h4>检验项目</h4>
    <div class="table">
      <el-table class="el-table" ref="productTable" :data="products" height="380px" tooltip-effect="dark" border>
      <el-table class="el-table" ref="productTable" :data="products" height="380px" tooltip-effect="dark"
                :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border>
            <el-table-column type="index" align="center" label="序号" width="70" :key="Math.random()">
            </el-table-column>
            <el-table-column prop="inspectionItem" label="检验项" min-width="100"
@@ -87,7 +88,8 @@
    </div>
    <h4>出入库历史</h4>
    <div class="table" style="margin-bottom: 20px;">
      <el-table class="el-table" ref="productTable" :data="histories" height="380px" tooltip-effect="dark" border>
      <el-table class="el-table" ref="productTable" :data="histories" height="380px" tooltip-effect="dark"
                :header-cell-style="{ background: '#f8f8f9', color: '#515a6e' }" border>
            <el-table-column type="index" align="center" label="序号" width="70" :key="Math.random()">
            </el-table-column>
            <el-table-column prop="state" label="类型"