mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 17:55:39 +08:00
-- 审核bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user