Browse Source

翔安样式修改

master
bianyaqi 2 years ago
parent
commit
fcf63a2754
  1. 2
      src/page-subspecialty/views/modules/formList/treatProcess.vue
  2. 6
      src/page-subspecialty/views/modules/outpatientManagement/treat/index.vue

2
src/page-subspecialty/views/modules/formList/treatProcess.vue

@ -139,7 +139,7 @@
<el-checkbox v-model="confirmData.stFinish">已完成</el-checkbox>每5分钟点一次连续点五次)
</div>
<div>表麻
<el-checkbox v-model="confirmData.bmFinish">已完成</el-checkbox>每5分钟点一次连续点)
<el-checkbox v-model="confirmData.bmFinish">已完成</el-checkbox>每5分钟点一次连续点)
</div>
</div>
</div>

6
src/page-subspecialty/views/modules/outpatientManagement/treat/index.vue

@ -84,6 +84,7 @@
:data="dataList"
tooltip-effect="dark"
style="width: 100%"
:cell-style="cellStyle"
>
<el-table-column prop="patientId" label="登记号" header-align="center" align="center" width="120" />
<el-table-column label="状态" header-align="center" align="center" width="70">
@ -315,6 +316,11 @@ export default {
this.queryProjectList()
},
methods: {
cellStyle(rowScope) {
if (rowScope.row.patientStatus === '400') {
return 'color:green'
}
},
reFresh() {
this.pageCurrentChangeHandle(this.page)
},

Loading…
Cancel
Save