保存进度!

This commit is contained in:
Kane Wang 2023-02-02 19:10:11 +08:00
parent b94939fbd6
commit f75bdf6d39
1 changed files with 22 additions and 11 deletions

View File

@ -2,7 +2,7 @@
* @Author: Kane
* @Date: 2023-01-25 23:13:47
* @LastEditors: Kane
* @LastEditTime: 2023-02-01 18:02:24
* @LastEditTime: 2023-02-02 11:07:17
* @FilePath: \IT工具综合平台\src\views\requirement\RequirementManager.vue
* @Description:
*
@ -143,26 +143,36 @@
<el-input v-model="query_param.serial_no" readonly></el-input>
</el-col>
<el-col :span="2">
<span>申请人</span>
<span>需求分类</span>
</el-col>
<el-col :span="6">
<el-input readonly v-model="query_param.request_people"></el-input>
</el-col>
<el-col :span="2">
<span>提交日期</span>
<span>状态</span>
</el-col>
<el-col :span="6">
<el-date-picker readonly v-model="query_param.commit_start_date"
style="width:100%;"></el-date-picker>
<el-input readonly v-model="query_param.status"></el-input>
</el-col>
</el-row>
<el-row :gutter="10">
<el-col :span="2">
<span>状态</span>
<span>联系人</span>
</el-col>
<el-col :span="6">
<el-input readonly v-model="query_param.status">
</el-input>
<el-input readonly v-model="query_param.status"></el-input>
</el-col>
<el-col :span="2">
<span>联系方式</span>
</el-col>
<el-col :span="6">
<el-input readonly v-model="query_param.status"></el-input>
</el-col>
<el-col :span="2">
<span>提交日期</span>
</el-col>
<el-col :span="6">
<el-input readonly v-model="query_param.status"></el-input>
</el-col>
</el-row>
</div>
@ -174,9 +184,10 @@
<el-tab-pane name="issue-date" label="排期">
<el-scrollbar height="400px">
<el-table style="width:100%;height:400px;" border stripe>
<el-table-column label="需求编号" align="center" min-width="200"></el-table-column>
<el-table-column label="初次排期" align="center" width="200"></el-table-column>
<el-table-column label="最终排期" align="center" width="200"></el-table-column>
<el-table-column label="系统" align="center" min-width="200"></el-table-column>
<el-table-column label="功能" align="center" min-width="200"></el-table-column>
<el-table-column label="首次排期" align="center" width="150"></el-table-column>
<el-table-column label="最新排期" align="center" width="150"></el-table-column>
</el-table>
</el-scrollbar>
</el-tab-pane>