标准/译文获取申请 更换字段

This commit is contained in:
baoyu
2024-03-28 18:34:45 +08:00
parent f380a6bf4e
commit 417b490039
2 changed files with 6 additions and 25 deletions
@@ -23,17 +23,17 @@
</el-col>
<el-col :span="12">
<el-form-item label="类型" label-width="100px" class="add-form-item">
<span>{{StandardApplyForEO.type ? StandardApplyForEO.type : '--'}}</span>
<span>{{StandardApplyForEO.typeShow ? StandardApplyForEO.typeShow : '--'}}</span>
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="标准类型" label-width="100px" class="add-form-item">
<span>{{StandardApplyForEO.standType ? StandardApplyForEO.standType : '--'}}</span>
<span>{{StandardApplyForEO.standTypeShow ? StandardApplyForEO.standTypeShow : '--'}}</span>
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="标准类别" label-width="100px" class="add-form-item">
<span>{{StandardApplyForEO.standLb ? StandardApplyForEO.standLb : '--'}}</span>
<span>{{StandardApplyForEO.standLbShow ? StandardApplyForEO.standLbShow : '--'}}</span>
</el-form-item>
</el-col>
<el-col :span="12">
@@ -38,27 +38,8 @@
<el-form-item class="el-form-item search-item" label="申请人">
<el-select v-model="StandardApplyForEOPage.applyForUserIds" clearable placeholder="请选择申请人" />
</el-form-item>
<el-form-item class="el-form-item search-item" style="margin-right: 0" label="需求时间">
<el-date-picker
v-model="StandardApplyForEOPage.requiredTimeStart"
value-format="yyyy-MM-dd"
format="yyyy-MM-dd"
type="date"
clearable
:editable="true"
placeholder="请选择开始时间"
/>
</el-form-item>
<el-form-item label="至" label-width="25px" class="search-item">
<el-date-picker
v-model="StandardApplyForEOPage.requiredTimeEnd"
value-format="yyyy-MM-dd"
format="yyyy-MM-dd"
type="date"
clearable
:editable="true"
placeholder="选择结束时间"
/>
<el-form-item class="el-form-item search-item" label="需求时间">
<el-input v-model="StandardApplyForEOPage.requiredTimeStart" clearable placeholder="请输入需求时间"></el-input>
</el-form-item>
<el-form-item class="el-form-item search-item" label="申请状态">
<el-select
@@ -119,7 +100,7 @@
<el-table-column
show-overflow-tooltip
label="类型"
prop="type"
prop="typeShow"
align="center"
min-width="100"
/>