Qx
qx
2025-04-21 92907f6f6926077ef2a54cb1d2fbd4538c52b910
src/views/hosp/order/index.vue
@@ -68,7 +68,7 @@
    <el-row :gutter="10" class="mb8">
      <el-col :span="1.5">
        <el-button type="primary" icon="el-icon-download" size="mini" @click="handleExport" :disabled="single"
        <el-button type="primary" icon="el-icon-download" size="mini" @click="handleExport" :disabled="singles"
          v-hasPermi="['hosp:order:export']">导出</el-button>
      </el-col>
@@ -1039,6 +1039,7 @@
      dataObj: {},
      // 非单个禁用
      single: true,
      singles: false,
      activeNames: "first",
      // 非多个禁用
      multiple: true,
@@ -1636,6 +1637,7 @@
      this.ids = selection.map((item) => item.orderId);
      this.single = selection.length !== 1;
      this.singles= selection.length !== 1;
      this.multiple = !selection.length;
      if (tjNUms.length > 0) {
        shijianzhou(tjNUms).then((res) => {