春风项目四线(合箱线、总装线)
懒羊羊
2024-01-24 e1316f84e1859641f089e87c0e8d6bbb4a8a7fbf
返修标记
已修改1个文件
19 ■■■■■ 文件已修改
jcdm-ui/src/views/main/kb/repairMark/index.vue 19 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
jcdm-ui/src/views/main/kb/repairMark/index.vue
@@ -62,12 +62,12 @@
      </el-col>
      <el-col :span="4">
        <el-card style="margin-top: 10px; min-height: 490px" class="box-card">
          <el-button type="success" icon="el-icon-s-grid" @click="selectAll" style="margin-left: 10px; width: 100px;margin-top: 10px">选择所有</el-button>
          <el-button type="success" icon="el-icon-close" @click="clearAll" style="width: 100px;margin-top: 10px">取消选择</el-button>
          <el-button type="success" icon="el-icon-document-remove" @click="selectUnqualified" style="width: 100px;margin-top: 10px">选择不合格</el-button>
          <el-button type="success" icon="el-icon-s-flag" @click="markComplete" style="width: 100px;margin-top: 10px">标记完成</el-button>
          <el-button type="success" icon="el-icon-files" @click="repairRecord" style="width: 100px;margin-top: 10px">返修记录</el-button>
          <el-button type="success" icon="el-icon-date" @click="operationLog" style="width: 100px;margin-top: 10px">操作日志</el-button>
          <el-button type="success" icon="el-icon-s-grid" @click="selectAll" style="margin-left: -10px;margin-top: 10px">选择所有</el-button>
          <el-button type="success" icon="el-icon-close" @click="clearAll" style="margin-left: -10px;margin-top: 10px">取消选择</el-button>
          <el-button type="success" icon="el-icon-document-remove" @click="selectUnqualified" style="margin-left: -10px;margin-top: 10px">选择不合格</el-button>
          <el-button type="success" icon="el-icon-s-flag" @click="markComplete" style="margin-left: -10px;margin-top: 10px">标记完成</el-button>
          <el-button type="success" icon="el-icon-files" @click="repairRecord" style="margin-left: -10px;margin-top: 10px">返修记录</el-button>
          <el-button type="success" icon="el-icon-date" @click="operationLog" style="margin-left: -10px;margin-top: 10px">操作日志</el-button>
        </el-card>
      </el-col>
@@ -203,7 +203,10 @@
::v-deep .el-form-item__label{
  font-size: large;
}
::v-deep .el-card__body{
  padding: 15px 20px 0px 20px;
.el-icon-close {
  margin-left: 20px;
}
/*::v-deep .el-card__body{*/
/*  padding: 15px 20px 0px 20px;*/
/*}*/
</style>