-- 审核bug

This commit is contained in:
yuping
2022-11-30 02:22:18 +08:00
parent 30ec2f1560
commit 721062c602
5 changed files with 374 additions and 224 deletions

View File

@@ -57,14 +57,14 @@
@change="rankTimeChange"
/>
</div>
<div class="inpbox1">
<a-select
v-model:value="valuestate"
placeholder="请选择审核状态"
@change="handleChangeproj"
:options="optionsproj"
/>
</div>
<!-- <div class="inpbox1">-->
<!-- <a-select-->
<!-- v-model:value="valuestate"-->
<!-- placeholder="请选择审核状态"-->
<!-- @change="handleChangeproj"-->
<!-- :options="optionsproj"-->
<!-- />-->
<!-- </div>-->
</div>
</div>
<div class="tmplh_btn">
@@ -193,8 +193,8 @@ export default {
{
title: "所属项目",
dataIndex: "belong",
key: "belong",
dataIndex: "sourceBelongName",
key: "sourceBelongName",
align: "center",
width: "10%",
},
@@ -317,6 +317,7 @@ export default {
name: item.name,
belong: "",
manager: item.manager || "-",
sourceBelongName: item.sourceBelongName,
status:
item.status == 0
? "草稿"
@@ -337,6 +338,7 @@ export default {
number: item.projectId,
name: item.name,
belong: "",
sourceBelongName: item.sourceBelongName,
manager: item.manager || "-",
status:
item.status == 0