su
su1124
2024-06-20 26d77ebd44ea5e8d12bec849ebc938a338675dec
src/views/doctor/check/index.vue
@@ -750,6 +750,7 @@
                  </table>
                  <div slot="footer" class="dialog-footers">
                    <!--  v-show="tjStatus == '0'" -->
                    <!-- <el-button type="primary"
          size="mini"
          @click="radioChange"
@@ -759,7 +760,7 @@
                    <el-button
                      type="primary"
                      @click="determine"
                      v-show="tjStatus == '0'"
                      >提 交</el-button
                    >
                  </div>
@@ -1040,10 +1041,10 @@
          v-hasPermi="['system:notice:add']"
          v-show="tjStatus == '1'"
        >会诊申请</el-button> -->
        <!--  v-show="tjStatus == '0'" -->
                    <el-button
                      type="primary"
                      @click="determine"
                      v-show="tjStatus == '0'"
                      >提 交</el-button
                    >
                  </div>
@@ -1307,6 +1308,7 @@
    getListUser() {
      listUser().then((response) => {
        this.userList = response.rows;
        console.log(this.userList)
        this.userList.forEach((element) => {
          const userName = this.$store.state.user.name;
          if (userName == element.userName) {