Quellcode durchsuchen

Merge branch 'V0.0.2' of http://10.87.10.227:4000/jzyd_yyds/soc_web into V0.0.2

zhulu vor 2 Jahren
Ursprung
Commit
4c274e4729

+ 1 - 0
src/views/evaluationRule/index.vue

@@ -140,6 +140,7 @@
             label="操作"
             width="180"
             fixed="right"
+        
             class-name="small-padding fixed-width"
           >
             <template slot-scope="{ row }">

+ 1 - 0
src/views/resumptionEvaluate/evaluate/index.vue

@@ -156,6 +156,7 @@
               label="操作"
               width="200"
               fixed="right"
+           
               class-name="small-padding fixed-width"
             >
               <template slot-scope="{ row }">

+ 2 - 4
src/views/resumptionEvaluate/evaluatePlan/index.vue

@@ -117,6 +117,7 @@
               label="操作"
               width="180"
               fixed="right"
+         
               class-name="small-padding fixed-width"
             >
               <template slot-scope="{ row }">
@@ -128,10 +129,7 @@
                   icon="el-icon-plus"
                   >评价</el-button
                 >
-                <span
-                  v-else
-                  style="display: inline-block; width: 70px; height: 20px"
-                ></span>
+               
                 <el-button
                   size="mini"
                   @click="editHandler(row)"

+ 1 - 0
src/views/scorestatistics/index.vue

@@ -104,6 +104,7 @@
                 class="el-icon-edit-outline"
                 >重新计算</el-button
               >
+              
             </template>
           </el-table-column>
         </el-table>