qinxianzhangyao
2024-06-20 56b72beefac87c4f8722d5ed3ad5119a548817ac
qxtj
2个文件已修改
15 ■■■■ 已修改文件
src/views/doctor/check/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hosp/order/index.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/doctor/check/index.vue
@@ -1307,6 +1307,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) {
src/views/hosp/order/index.vue
@@ -170,7 +170,15 @@
          align="center"
          prop="tjCustomerName"
          fixed="left"
          width="100px"
          width="90px"
          :show-overflow-tooltip="true"
        />
        <el-table-column
          label="身份证号"
          align="center"
          prop="tjCusIdCard"
          fixed="left"
          width="180px"
          :show-overflow-tooltip="true"
        />
        <el-table-column
@@ -580,7 +588,7 @@
                    @click="submitPrice"
                    :disabled="confirm"
                    style="margin-top: 34px"
                    >收费</el-button
                    >提交</el-button
                  >
                </el-form-item>
              </el-form>
@@ -761,7 +769,7 @@
                    @click="submitPrice1"
                    :disabled="confirm"
                    style="margin-top: 34px"
                    >收费</el-button
                    >提交</el-button
                  >
                </el-form-item>
              </el-form>