| | |
| | | </div> |
| | | </div> |
| | | <div class="date-search contentItem"> |
| | | <!-- <span>按类型:</span> |
| | | <div class="search"> |
| | | <el-input placeholder="请输入编号"></el-input> |
| | | </div> --> |
| | | <div class="btn"> |
| | | <el-button icon="el-icon-plus" type="primary">搜索</el-button> |
| | | <!-- <el-button icon="el-icon-delete">重置</el-button> --> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | <el-table-column :prop="myproblem === 1 ? 'continueTime' : 'materials'" |
| | | :label="myproblem === 1 ? '持续时间' : '违法建筑材料'" min-width="15"> |
| | | </el-table-column> |
| | | <!-- <el-table-column prop="operation" label="操作" min-width="15"> |
| | | <template slot-scope="scope"> |
| | | <div class="btn"> |
| | | <!-- v-if="instatus===7 ? true : false" --> |
| | | <!-- <span @click="handleExamine(scope.row)" v-if="instatus===7">审核</span> |
| | | <span @click="handleClosure(scope.row)" v-if="instatus===8">结案</span> |
| | | <span class="line" v-if="instatus !==9">|</span> |
| | | <span @click="JumpView(scope.row)">查看</span> |
| | | </div> |
| | | </template> |
| | | </el-table-column> --> |
| | | </el-table> |
| | | <!-- 审核页面 --> |
| | | <el-dialog :visible.sync="dialogExamine" width="80%" title="基础信息(人工)" v-if="dialogExamine" |
| | |
| | | <!-- 详情页面 --> |
| | | <el-dialog :visible.sync="dialogView" width="80%" title="基础信息(人工)" v-if="dialogView" |
| | | :before-close="handleNoClose"> |
| | | <MyDetail :info=info v-if="myproblem == 1 ? true : false" :mycode='code'></MyDetail> |
| | | <MyDetail :info=info v-if="myproblem === 1" :mycode='code'></MyDetail> |
| | | <MyIllDetail :info=info v-else :mycode="code"></MyIllDetail> |
| | | </el-dialog> |
| | | <!-- tools --> |