spring
2025-03-06 5d4f4452ae36f2e8a03572284e23679d2e2f62ff
标准库搬迁80%
已修改4个文件
11505 ■■■■■ 文件已修改
public/index.html 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/luckysheet/css/luckysheet.css 7144 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/luckysheet/plugins/plugins.css 4344 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/standard/standardLibrary/index.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/index.html
@@ -213,6 +213,9 @@
        color: #fff;
        opacity: 0.5;
      }
      .luckysheet-cols-menu {
        z-index: 9999 !important;
      }
    </style>
  </head>
  <body>
public/luckysheet/css/luckysheet.css
ÎļþÌ«´ó
public/luckysheet/plugins/plugins.css
ÎļþÌ«´ó
src/views/standard/standardLibrary/index.vue
@@ -272,8 +272,8 @@
          <el-table-column type="selection" width="50"> </el-table-column>
          <el-table-column label="产品" min-width="100" prop="sample" show-overflow-tooltip></el-table-column>
          <el-table-column label="型号" min-width="100" prop="model" show-overflow-tooltip></el-table-column>
          <el-table-column label="检验项分类" min-width="140" prop="inspectionItemClass"
            show-overflow-tooltip></el-table-column>
          <!-- <el-table-column label="检验项分类" min-width="140" prop="inspectionItemClass"
            show-overflow-tooltip></el-table-column> -->
          <el-table-column label="检验项" min-width="140" prop="inspectionItem" show-overflow-tooltip></el-table-column>
          <el-table-column label="检验项子项" min-width="140" prop="inspectionItemSubclass"
            show-overflow-tooltip></el-table-column>
@@ -353,18 +353,18 @@
              </el-select>
            </template>
          </el-table-column>
          <el-table-column label="区间" prop="section" show-overflow-tooltip width="120"></el-table-column>
          <el-table-column label="操作" prop="section" width="160">
          <el-table-column label="区间" prop="section" show-overflow-tooltip width="160"></el-table-column>
          <el-table-column label="操作" prop="section" width="120">
            <template slot-scope="scope">
              <el-button type="text" @click="sectionUp(scope.row)" :disabled="!checkPermi(['standard:standardLibrary:upStandardProduct'])
                ">区间设置</el-button>
            </template>
          </el-table-column>
        </el-table>
        <!-- <el-pagination :current-page="currentPage" :page-size="300" :total="total" layout="total"
        <el-pagination :current-page="currentPage" :page-size="300" :total="total" layout="total"
          style="position: absolute; right: 16px; bottom: 1px" @current-change="handleCurrentChange">
        </el-pagination> -->
        <p style="text-align: right;margin-right: 20px;color: #333;">共{{ total }}条</p>
        </el-pagination>
        <!-- <p style="text-align: right;margin-right: 20px;color: #333;">共{{ total }}条</p> -->
      </el-row>
    </div>