WXL
2026-05-09 e15d032770157952bab8d9b15177ac03d736851c
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"
@@ -171,7 +171,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 +182,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="登记人"