HD_wangm 5 mesi fa
parent
commit
c5aa5990b1

+ 2 - 2
ygtx-ui/src/views/gxt/gxtOrder/index.vue

@@ -221,7 +221,7 @@
               v-hasPermi="['gxt:maintenance:order:edit']"
           ><i class="fa fa-edit"></i>编辑</el-button>
           <!-- 已派单状态:只显示确认按钮 -->
-          <el-button link type="success" @click="handleAccept(scope.row)" v-if="scope.row.workOrderStatus === 'assigned'" v-hasPermi="['gxt:maintenance:order:accept']">
+          <el-button link type="primary" @click="handleAccept(scope.row)" v-if="scope.row.workOrderStatus === 'assigned'" v-hasPermi="['gxt:maintenance:order:accept']">
             <i class="fa fa-check"></i>接单
           </el-button>
 
@@ -250,7 +250,7 @@
 <!--          </el-button>-->
 
           <!-- 已完成状态:显示复运按钮 -->
-          <el-button link type="info" @click="handleRestart(scope.row)" v-if="scope.row.workOrderStatus === 'completed' && scope.row.restartTime === null" v-hasPermi="['gxt:maintenance:order:restart']">
+          <el-button link type="success" @click="handleRestart(scope.row)" v-if="scope.row.workOrderStatus === 'completed' && scope.row.restartTime === null" v-hasPermi="['gxt:maintenance:order:restart']">
             <i class="fa fa-refresh"></i>复运
           </el-button>
 

+ 1 - 1
ygtx-ui/src/views/gxt/repairOrder/index.vue

@@ -267,7 +267,7 @@
               link
               @click="handleRestart(scope.row)"
               v-hasPermi="['gxt:repairOrder:restart']"
-          ><i class="fa fa-play"></i>复运</el-button>
+          ><i class="fa fa-refresh"></i>复运</el-button>
           <el-button
               type="info"
               link