From 996206735df06887e3f3e453797b1289a2a793e7 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期六, 25 四月 2026 10:21:31 +0800
Subject: [PATCH] 青岛维护
---
src/views/business/allocation/index.vue | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/src/views/business/allocation/index.vue b/src/views/business/allocation/index.vue
index b2cdf06..c67a64d 100644
--- a/src/views/business/allocation/index.vue
+++ b/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="鐧昏浜�"
--
Gitblit v1.9.3