ltao 3 năm trước cách đây
mục cha
commit
08a76de8ba
1 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 5 5
      src/views/medicalhealth/recuperate/index.vue

+ 5 - 5
src/views/medicalhealth/recuperate/index.vue

@@ -228,11 +228,11 @@
           >
           <span
             v-if="scope.row.peopleState1 == '2'"
-            style="color: #00eaff"
+            style="color: #ffba00"
             :title="scope.row.reasons"
             >疗养中</span
           >
-          <span v-if="scope.row.peopleState1 == '0'" style="color: #ffba00"
+          <span v-if="scope.row.peopleState1 == '0'" style="color: #13ce66"
             >在位</span
           >
         </template>
@@ -251,7 +251,7 @@
           <el-button
             v-if="scope.row.common == '5'"
             size="btu"
-            type="primary"
+            type="text"
             @click="handleshenpi5(scope.row)"
             >归队</el-button
           >
@@ -1148,8 +1148,8 @@ export default {
         this.openXiu = true;
         this.title = "修改疗养管理";
       });
-    },
-    // 归队按钮
+    }, // 归队按钮
+
     handleshenpi5(row) {
       this.form = row;
       this.$confirm("是否确认归队?", "警告", {