see999 4 years ago
parent
commit
f5e9e47dfb

+ 1 - 1
src/xt_pages/device/airDisinfect.vue View File

@@ -48,7 +48,7 @@
48 48
                   {{getName(scope.row.creator)}}
49 49
                 </template>
50 50
             </el-table-column>
51
-            <el-table-column label="检查结果" width="180">
51
+            <el-table-column label="检查结果" min-width="180">
52 52
                 <template slot-scope="scope">
53 53
                    {{scope.row.detection_result}}
54 54
                 </template>

+ 1 - 1
src/xt_pages/device/objectTableDisinfect.vue View File

@@ -49,7 +49,7 @@
49 49
                   {{getName(scope.row.creator)}}
50 50
                 </template>
51 51
             </el-table-column>
52
-            <el-table-column label="检查结果" width="180">
52
+            <el-table-column label="检查结果" min-width="180">
53 53
                 <template slot-scope="scope">
54 54
                    {{scope.row.detection_result}}
55 55
                 </template>

+ 2 - 2
src/xt_pages/outpatientCharges/summary.vue View File

@@ -40,7 +40,7 @@
40 40
           <!--<el-radio v-model="radio" label="2">汇总</el-radio>-->
41 41
         </div>
42 42
         <div>
43
-          <el-popover
43
+          <!-- <el-popover
44 44
             placement="bottom"
45 45
             width="210"
46 46
             trigger="click">
@@ -48,7 +48,7 @@
48 48
             <el-button size="small" ref="button_six" @click="open(2)">打印汇总</el-button>
49 49
             <el-button slot="reference" style="margin:0 10px;" type="primary" size="small">打印</el-button>
50 50
 
51
-          </el-popover>
51
+          </el-popover> -->
52 52
           <el-button size="small" type="primary" @click="export_detail">报表下载</el-button>
53 53
         </div>
54 54
       </div>