zouyu
2023-08-26 ae92fcf4f065649262a93ff56dd55b3bcd81643f
	modified:   src/views/experiment/checkTheReport/index.vue
modified: src/views/standardLibrary/index.vue
已修改2个文件
6 ■■■■ 文件已修改
src/views/experiment/checkTheReport/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/standardLibrary/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/experiment/checkTheReport/index.vue
@@ -156,7 +156,7 @@
                type="text"
                size="small"
                @click="previewFun(scope.row)"
                >预览</el-button
                >查看报告</el-button
              >
            </template>
          </el-table-column>
src/views/standardLibrary/index.vue
@@ -25,7 +25,7 @@
        <div class="table-header">
          <div class="serve-btn">
            <span class="tipMsg">{{ msg !== "" ? msg : "" }}</span>
            <el-select v-model="versionValue" @change="changeSelect" clearable placeholder="请选择版本号">
            <el-select v-model="versionValue" @change="changeSelect" placeholder="请选择版本号">
              <el-option
                v-for="item in options"
                :key="item.value"
@@ -698,7 +698,7 @@
  padding-bottom: 6px;
  text-align: right;
  .el-select{
    margin-right:20px;
    margin-right:10px;
  }
}
.tipMsg {