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