Browse Source

提交代码

陈少旭 1 year ago
parent
commit
a0341043d5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/xt_pages/role/components/AdminInfoForm.vue

+ 2 - 2
src/xt_pages/role/components/AdminInfoForm.vue View File

@@ -68,7 +68,7 @@
68 68
           </el-form-item>
69 69
         </el-col>
70 70
       </el-row>
71
-      <el-row :span="24" v-if="this.$store.getters.xt_user.org_id != 10206">
71
+      <el-row :span="24" v-if="$store.getters.xt_user.org_id != 10206">
72 72
         <el-col :span="8">
73 73
           <el-form-item label="医保医师编码:">
74 74
             <el-input v-model="form.doctor_number"></el-input>
@@ -77,7 +77,7 @@
77 77
       </el-row>
78 78
 
79 79
 
80
-      <el-row :span="24" v-if="this.$store.getters.xt_user.org_id == 10206">
80
+      <el-row :span="24" v-if="$store.getters.xt_user.org_id == 10206">
81 81
         <el-col :span="8">
82 82
           <el-form-item label="员工ID:">
83 83
             <el-input v-model="form.doctor_number"></el-input>