|
|
|
@ -12,7 +12,7 @@ |
|
|
|
:options="options" |
|
|
|
:props="{ checkStrictly: true }" |
|
|
|
clearable |
|
|
|
style="width:250px;" |
|
|
|
style="width:200px;" |
|
|
|
> |
|
|
|
</el-cascader> |
|
|
|
</el-form-item> |
|
|
|
@ -22,7 +22,7 @@ |
|
|
|
placeholder="请输入项目编号" |
|
|
|
clearable |
|
|
|
@keyup.native="btKeyUpItemCode" |
|
|
|
style="width:250px;" |
|
|
|
style="width:200px;" |
|
|
|
></el-input> |
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
@ -32,12 +32,12 @@ |
|
|
|
placeholder="请输入项目内容" |
|
|
|
clearable |
|
|
|
@keyup.native="btKeyUpItemContent" |
|
|
|
style="width:250px;" |
|
|
|
style="width:200px;" |
|
|
|
></el-input> |
|
|
|
</el-form-item> |
|
|
|
<br> |
|
|
|
<el-form-item label="项目状态" label-width="105px"> |
|
|
|
<el-select v-model="dataForm.itemState" clearable placeholder="请选择现在项目状态" style="width:250px;"> |
|
|
|
<el-select v-model="dataForm.itemState" clearable placeholder="请选择现在项目状态" style="width:200px;"> |
|
|
|
<el-option label="处理中" value="0"></el-option> |
|
|
|
<el-option label="已关闭" value="5"></el-option> |
|
|
|
<el-option label="已结案" value="10"></el-option> |
|
|
|
@ -49,7 +49,7 @@ |
|
|
|
placeholder="请输入提交人" |
|
|
|
clearable |
|
|
|
@keyup.native="btKeyUpNickName" |
|
|
|
style="width:250px;" |
|
|
|
style="width:200px;" |
|
|
|
></el-input> |
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
@ -59,7 +59,7 @@ |
|
|
|
type="month" |
|
|
|
value-format="yyyy-MM" |
|
|
|
placeholder="选择月" |
|
|
|
style="width:250px;"> |
|
|
|
style="width:200px;"> |
|
|
|
</el-date-picker> |
|
|
|
</el-form-item> |
|
|
|
<br> |
|
|
|
@ -72,7 +72,7 @@ |
|
|
|
value-format="yyyy-MM-dd" |
|
|
|
format="yyyy-MM-dd" |
|
|
|
placeholder="选择日期时间" |
|
|
|
style="width:250px;" |
|
|
|
style="width:200px;" |
|
|
|
> |
|
|
|
</el-date-picker> |
|
|
|
</el-form-item> |
|
|
|
@ -84,7 +84,7 @@ |
|
|
|
value-format="yyyy-MM-dd" |
|
|
|
format="yyyy-MM-dd" |
|
|
|
placeholder="选择日期时间" |
|
|
|
style="width:250px;" |
|
|
|
style="width:200px;" |
|
|
|
> |
|
|
|
</el-date-picker> |
|
|
|
</el-form-item> |
|
|
|
|