|
@@ -101,6 +101,11 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column label="是否筹备中" align="center" prop="prepare">
|
|
|
+ <template #default="scope">
|
|
|
+ <div>{{ scope.row.prepare ? '筹备中' : '' }}</div>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="申请备注/说明" align="center" prop="description" />
|
|
|
<el-table-column label="审批状态" align="center" prop="status">
|
|
|
<template #default="scope">
|