src/views/patient/patient/AwaitingAdmission.vue
@@ -320,23 +320,6 @@ width="120" /> <el-table-column label="是否存在任务" align="center" key="serverState" prop="serverState" width="100" > <template slot-scope="scope"> <span :style="{ color: scope.row.serverState == 1 ? 'green' : 'gray', }" > {{ scope.row.serverState == 1 ? "是" : "无" }} </span> </template> </el-table-column> <el-table-column label="操作" fixed="right" align="center"