pengjun 3 months ago
parent
commit
0ce8fb35ba
  1. 11
      src/components/sumDoctorCheck/CheckDetails.vue

11
src/components/sumDoctorCheck/CheckDetails.vue

@ -55,6 +55,11 @@
<template slot="header"> <template slot="header">
<div style="width: 180px;background-color: #f4f8ff;">组合项目</div> <div style="width: 180px;background-color: #f4f8ff;">组合项目</div>
</template> </template>
<template slot-scope="scope">
<div :style="`padding: 0 5px;color: ${setCheckStatusColor(scope.row.completeFlag)};`">
{{ scope.row.asbitemNames }}
</div>
</template>
</el-table-column> </el-table-column>
</el-table> </el-table>
</div> </div>
@ -105,8 +110,8 @@
import { mapState } from 'vuex'; import { mapState } from 'vuex';
import Sortable from "sortablejs"; import Sortable from "sortablejs";
import { getapi, postapi, putapi, deletapi } from "@/api/api"; import { getapi, postapi, putapi, deletapi } from "@/api/api";
import { arrayExistObj, deepCopy, getColorStr } from '@/utlis/proFunc';
import g from 'file-saver';
import { arrayExistObj, deepCopy, getColorStr, setCheckStatusColor } from '@/utlis/proFunc';
export default { export default {
components: {}, components: {},
props: ["patientRegisterId", "tabChoosed", "refParams",], props: ["patientRegisterId", "tabChoosed", "refParams",],
@ -152,7 +157,7 @@ export default {
}, },
methods: { methods: {
getColorStr,
getColorStr,setCheckStatusColor,
// //
CheckDetails(patientRegisterId) { CheckDetails(patientRegisterId) {
this.tableData = [] this.tableData = []

Loading…
Cancel
Save