|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
|
|
/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
<el-form-item label="属地名称" prop="locationName">
|
|
|
|
|
<!-- <el-form-item label="属地名称" prop="locationName">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="queryParams.locationName"
|
|
|
|
|
placeholder="请输入属地名称"
|
|
|
|
@ -25,7 +25,7 @@
|
|
|
|
|
size="small"
|
|
|
|
|
@keyup.enter.native="handleQuery"
|
|
|
|
|
/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-form-item> -->
|
|
|
|
|
<el-form-item label="通报类型" prop="tbType">
|
|
|
|
|
<el-select
|
|
|
|
|
v-model="queryParams.tbType"
|
|
|
|
@ -112,7 +112,7 @@
|
|
|
|
|
</template>
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="部门名称" align="center" prop="depName" />
|
|
|
|
|
<el-table-column label="属地名称" align="center" prop="locationName" />
|
|
|
|
|
<!-- <el-table-column label="属地名称" align="center" prop="locationName" /> -->
|
|
|
|
|
<el-table-column label="通报类型" align="center" prop="tbType">
|
|
|
|
|
<template slot-scope="scope">
|
|
|
|
|
<dict-tag :options="dict.type.tc_tb_type" :value="scope.row.tbType" />
|
|
|
|
@ -240,17 +240,13 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item label="属地名称" prop="locationName">
|
|
|
|
|
<!-- <el-form-item label="属地名称" prop="locationName">
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="form.locationName"
|
|
|
|
|
placeholder="请输入属地名称"
|
|
|
|
|
/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item label="通报时间" prop="tbTime">
|
|
|
|
|
</el-form-item> -->
|
|
|
|
|
<el-form-item label="通报时间" prop="tbTime">
|
|
|
|
|
<el-date-picker
|
|
|
|
|
clearable
|
|
|
|
|
size="small"
|
|
|
|
@ -262,6 +258,11 @@
|
|
|
|
|
</el-date-picker>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item label="附件上传" prop="fileName">
|
|
|
|
|
<FileUpload v-model="fileList" />
|
|
|
|
|