From 3c38598df86e697268b14865e68159d6ba989285 Mon Sep 17 00:00:00 2001 From: 819527061@qq.com <123456> Date: 星期四, 11 四月 2024 15:32:04 +0800 Subject: [PATCH] docs: 首次加载白屏添加loading --- src/components/page/outPark/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/components/page/outPark/index.vue b/src/components/page/outPark/index.vue index 8ed74cd..efae4dc 100644 --- a/src/components/page/outPark/index.vue +++ b/src/components/page/outPark/index.vue @@ -97,6 +97,7 @@ <template slot-scope="scope"> <p v-if="scope.row.status==0">鏈即璐�</p> <p v-if="scope.row.status==1">宸茬即璐�</p> + <p v-if="scope.row.status==2">鏈堢杞�</p> </template> </el-table-column> <el-table-column -- Gitblit v1.9.1