申请人申请时间字段更换

This commit is contained in:
bb_pan 2025-10-14 09:29:59 +08:00
parent 388eb48dc1
commit 8bbec10d17
4 changed files with 19 additions and 17 deletions

View File

@ -211,10 +211,10 @@
</el-table-column> </el-table-column>
<!-- <el-table-column prop="devCount" label="特征项1" align="center"/>--> <!-- <el-table-column prop="devCount" label="特征项1" align="center"/>-->
<!-- <el-table-column prop="devCount" label="特征值1" align="center"/>--> <!-- <el-table-column prop="devCount" label="特征值1" align="center"/>-->
<el-table-column prop="createUser" label="申请人" show-overflow-tooltip align="center" fixed="right" <el-table-column prop="orderCreateUser" label="申请人" show-overflow-tooltip align="center" fixed="right"
min-width="100" min-width="100"
/> />
<el-table-column prop="createTime" label="申请时间" show-overflow-tooltip align="center" fixed="right" <el-table-column prop="orderCreateTime" label="申请时间" show-overflow-tooltip align="center" fixed="right"
min-width="100" min-width="100"
/> />
<el-table-column prop="entryStatus" align="center" show-overflow-tooltip label="审批状态" fixed="right" <el-table-column prop="entryStatus" align="center" show-overflow-tooltip label="审批状态" fixed="right"
@ -224,6 +224,7 @@
<el-tag v-if="row.entryStatus == 0" size="small" type="warning">待审批</el-tag> <el-tag v-if="row.entryStatus == 0" size="small" type="warning">待审批</el-tag>
<el-tag v-if="row.entryStatus == 1" size="small" type="success">已通过</el-tag> <el-tag v-if="row.entryStatus == 1" size="small" type="success">已通过</el-tag>
<el-tag v-if="row.entryStatus == 2" size="small" type="success">已驳回</el-tag> <el-tag v-if="row.entryStatus == 2" size="small" type="success">已驳回</el-tag>
<el-tag v-if="row.entryStatus == 3" size="small" type="info">草稿</el-tag>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作" align="center" min-width="300" fixed="right"> <el-table-column label="操作" align="center" min-width="300" fixed="right">

View File

@ -220,19 +220,20 @@
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="createUser" label="申请人" show-overflow-tooltip align="center" fixed="right" <el-table-column prop="orderCreateUser" label="申请人" show-overflow-tooltip align="center" fixed="right"
min-width="100" min-width="100"
/> />
<el-table-column prop="createTime" label="申请时间" show-overflow-tooltip align="center" fixed="right" <el-table-column prop="orderCreateTime" label="申请时间" show-overflow-tooltip align="center" fixed="right"
min-width="100" min-width="100"
/> />
<el-table-column prop="status" align="center" show-overflow-tooltip label="审批状态" fixed="right" <el-table-column prop="entryStatus" align="center" show-overflow-tooltip label="审批状态" fixed="right"
min-width="100" min-width="100"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-tag v-if="row.status == 0" size="small" type="warning">审批中</el-tag> <el-tag v-if="row.entryStatus == 0" size="small" type="warning">待审批</el-tag>
<el-tag v-if="row.status == 1" size="small" type="success">已审批</el-tag> <el-tag v-if="row.entryStatus == 1" size="small" type="success">已通过</el-tag>
<el-tag v-if="row.status == 3" size="small" type="info">草稿</el-tag> <el-tag v-if="row.entryStatus == 2" size="small" type="success">已驳回</el-tag>
<el-tag v-if="row.entryStatus == 3" size="small" type="info">草稿</el-tag>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作" align="center" min-width="300" fixed="right"> <el-table-column label="操作" align="center" min-width="300" fixed="right">

View File

@ -203,19 +203,19 @@
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="createUser" label="申请人" show-overflow-tooltip align="center" fixed="right" <el-table-column prop="orderCreateUser" label="申请人" show-overflow-tooltip align="center" fixed="right"
min-width="100" min-width="100"
/> />
<el-table-column prop="createTime" label="申请时间" show-overflow-tooltip align="center" fixed="right" <el-table-column prop="orderCreateTime" label="申请时间" show-overflow-tooltip align="center" fixed="right"
min-width="100" min-width="100"
/> />
<el-table-column prop="entryStatus" align="center" show-overflow-tooltip label="审批状态" fixed="right" <el-table-column prop="entryStatus" align="center" show-overflow-tooltip label="审批状态" fixed="right"
min-width="100" min-width="100"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-tag v-if="row.entryStatus == 0" size="small" type="warning">审批</el-tag> <el-tag v-if="row.entryStatus == 0" size="small" type="warning">审批</el-tag>
<el-tag v-if="row.entryStatus == 1" size="small" type="success">已审批</el-tag> <el-tag v-if="row.entryStatus == 1" size="small" type="success">已审批</el-tag>
<el-tag v-if="row.entryStatus == 2" size="small" type="success">驳回</el-tag> <el-tag v-if="row.entryStatus == 2" size="small" type="success">驳回</el-tag>
<el-tag v-if="row.entryStatus == 3" size="small" type="info">草稿</el-tag> <el-tag v-if="row.entryStatus == 3" size="small" type="info">草稿</el-tag>
</template> </template>
</el-table-column> </el-table-column>

View File

@ -214,19 +214,19 @@
</span> </span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="createUser" label="申请人" show-overflow-tooltip align="center" fixed="right" <el-table-column prop="orderCreateUser" label="申请人" show-overflow-tooltip align="center" fixed="right"
min-width="100" min-width="100"
/> />
<el-table-column prop="createTime" label="申请时间" show-overflow-tooltip align="center" fixed="right" <el-table-column prop="orderCreateTime" label="申请时间" show-overflow-tooltip align="center" fixed="right"
min-width="100" min-width="100"
/> />
<el-table-column prop="entryStatus" align="center" show-overflow-tooltip label="审批状态" fixed="right" <el-table-column prop="entryStatus" align="center" show-overflow-tooltip label="审批状态" fixed="right"
min-width="100" min-width="100"
> >
<template slot-scope="{ row }"> <template slot-scope="{ row }">
<el-tag v-if="row.entryStatus == 0" size="small" type="warning">审批</el-tag> <el-tag v-if="row.entryStatus == 0" size="small" type="warning">审批</el-tag>
<el-tag v-if="row.entryStatus == 1" size="small" type="success">审批</el-tag> <el-tag v-if="row.entryStatus == 1" size="small" type="success">通过</el-tag>
<el-tag v-if="row.entryStatus == 2" size="small" type="success">驳回</el-tag> <el-tag v-if="row.entryStatus == 2" size="small" type="success">驳回</el-tag>
<el-tag v-if="row.entryStatus == 3" size="small" type="info">草稿</el-tag> <el-tag v-if="row.entryStatus == 3" size="small" type="info">草稿</el-tag>
</template> </template>
</el-table-column> </el-table-column>