|
|
@@ -53,7 +53,7 @@
|
|
|
<dict-tag :options="inquiryStatusOptions" :value="scope.row.doctorConfirm" />
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column v-if="doctorType===2" label="药师是否审核" align="center" prop="doctorType2Confirm" width="80" >
|
|
|
+ <el-table-column v-if="doctorType===2" label="药师是否审核" align="center" prop="doctorType2Confirm" width="110" >
|
|
|
<template slot-scope="scope">
|
|
|
<dict-tag :options="inquiryStatusOptions" :value="scope.row.doctorType2Confirm" />
|
|
|
</template>
|
|
|
@@ -156,6 +156,7 @@ export default {
|
|
|
inquiryStatusOptions:[
|
|
|
{ dictValue: "0", dictLabel: '未审核' },
|
|
|
{ dictValue: "1", dictLabel: '已审核' },
|
|
|
+ { dictValue: "-1", dictLabel: '已拒绝' },
|
|
|
],
|
|
|
inquiryTypeOptions:[],
|
|
|
inquiryPayOptions:[],
|