Explorar o código

update:信息采集

ct hai 4 días
pai
achega
e5d8bfcf9a
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/order/userInformationOrder/index.vue

+ 2 - 1
src/views/order/userInformationOrder/index.vue

@@ -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:[],