dedsudiyu %!s(int64=2) %!d(string=hai) anos
pai
achega
dc5a040750

+ 1 - 2
src/assets/styles/ZDelement.scss

@@ -267,7 +267,6 @@ background: rgba(255,255,255,0);
 }
 }
 /*============================表格无数据样式*/
 /*============================表格无数据样式*/
 .el-table__empty-text{
 .el-table__empty-text{
-  background: red;
   color:rgba(0,0,0,0);
   color:rgba(0,0,0,0);
   width:100%;
   width:100%;
   height:100%;
   height:100%;
@@ -275,7 +274,7 @@ background: rgba(255,255,255,0);
 }
 }
 .el-table-min-img-box{
 .el-table-min-img-box{
   .el-table__empty-text{
   .el-table__empty-text{
-    background: red;
+    font-size:0;
     color:rgba(0,0,0,0);
     color:rgba(0,0,0,0);
     width:100%;
     width:100%;
     height:100%;
     height:100%;

+ 1 - 1
src/views/comprehensive/system/syntheticMusic/index.vue

@@ -108,7 +108,7 @@ export default {
   name: "Synthesis",
   name: "Synthesis",
   data() {
   data() {
     return {
     return {
-      tableButtonType:this.hasPermiDom(['exam:el_classify:query','exam:el_classify:edit','exam:el_classify:remove']),
+      tableButtonType:this.hasPermiDom(['laboratory:synthesis:query','laboratory:synthesis:edit','laboratory:synthesis:remove']),
       uploadImgUrl: window.location.href.split('://')[0]+'://' + process.env.VUE_APP_BASE_API + "/file/upload", // 上传的图片服务器地址
       uploadImgUrl: window.location.href.split('://')[0]+'://' + process.env.VUE_APP_BASE_API + "/file/upload", // 上传的图片服务器地址
       headers: {
       headers: {
         Authorization: "Bearer " + getToken(),
         Authorization: "Bearer " + getToken(),

+ 6 - 0
src/views/securityCheck/release/checkRecordInfoPage.vue

@@ -554,6 +554,11 @@
       this.getInfo();
       this.getInfo();
     },
     },
     methods: {
     methods: {
+      //查看所有
+      lookAllData(item){
+        item.allDataType = true;
+        this.$forceUpdate()
+      },
       getInfo(){
       getInfo(){
         console.log("this.infoId",this.infoId)
         console.log("this.infoId",this.infoId)
         let obj = {
         let obj = {
@@ -935,6 +940,7 @@
     /*整改信息部分*/
     /*整改信息部分*/
     .center-info-box{
     .center-info-box{
       flex:1;
       flex:1;
+      padding-bottom:20px;
       .center-info-for-max-box{
       .center-info-for-max-box{
         .center-info-for-max-title{
         .center-info-for-max-title{
           padding-left:20px;
           padding-left:20px;