WXL
2026-05-09 059398ad3ad81ea49dfb75ac09f268bc0b0f6145
src/views/business/allocation/index.vue
@@ -44,7 +44,7 @@
          >
            <el-option label="全部" value="" />
            <el-option
              v-for="dict in dict.type.allocation_Status"
              v-for="dict in dict.type.organ_allocation_status"
              :key="dict.value"
              :label="dict.label"
              :value="dict.value"
@@ -109,18 +109,13 @@
        @selection-change="handleSelectionChange"
      >
        <el-table-column type="selection" width="55" align="center" />
        <el-table-column
        <!-- <el-table-column
          label="案例编号"
          align="center"
          prop="caseNo"
          width="120"
        />
        <el-table-column
          label="捐献者编号"
          align="center"
          prop="donorno"
          width="120"
        />
        /> -->
        <el-table-column label="姓名" align="center" prop="name" width="100" />
        <el-table-column
          label="住院号"
@@ -171,7 +166,7 @@
        >
          <template slot-scope="scope">
            <dict-tag
              :options="dict.type.allocation_Status"
              :options="dict.type.organ_allocation_status"
              :value="scope.row.allocationStatus"
            />
          </template>
@@ -182,13 +177,6 @@
          prop="allocationTime"
          width="160"
        >
          <template slot-scope="scope">
            <span>{{
              scope.row.allocationTime
                ? parseTime(scope.row.allocationTime, "{y}-{m}-{d} {h}:{i}")
                : "-"
            }}</span>
          </template>
        </el-table-column>
        <el-table-column
          label="登记人"