ÎļþÃû´Ó src/views/overlay-clue/components/ClueReportQuestion.vue ÐÞ¸Ä |
| | |
| | | <template> |
| | | <div class="fy-h2">线索é®é¢</div> |
| | | <template v-if="questionList.length > 0"> |
| | | <el-descriptions |
| | | v-for="(item, index) in questionList" |
| | | :title="'é®é¢ ' + item.cqUid" |
| | | :key="index" |
| | | :column="2" |
| | | size="small" |
| | | border |
| | | > |
| | | <template v-for="(item, index) in questionList" :key="index"> |
| | | <DescriptionsList :title="item.cqUid"> |
| | | <template #extra> |
| | | <el-button-group> |
| | | <el-button |
| | | <!-- <el-button |
| | | type="warning" |
| | | size="small" |
| | | plain |
| | |
| | | ? 'æ¨éä¸' |
| | | : 'æ¨éé®é¢' |
| | | }}</el-button |
| | | > |
| | | > --> |
| | | <el-button |
| | | type="primary" |
| | | size="small" |
| | |
| | | > |
| | | </el-button-group> |
| | | </template> |
| | | <el-descriptions-item |
| | | width="1px" |
| | | min-width="70px" |
| | | label="é®é¢ç¼å·" |
| | | > |
| | | {{ item.cqUid }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="æå¨è¡é"> |
| | | {{ item.cqStreet }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="é®é¢æè¿°"> |
| | | {{ item.cqDescription }} |
| | | </el-descriptions-item> |
| | | <!-- <el-descriptions-item label="详ç»å°å"> |
| | | {{ item.cqAddress }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="ç»åº¦"> |
| | | {{ item.cqLongitude }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="纬度"> |
| | | {{ item.cqLatitude }} |
| | | </el-descriptions-item> |
| | | <el-descriptions-item label="å建æ¶é´"> |
| | | {{ item.cqCreateTime }} |
| | | </el-descriptions-item> --> |
| | | </el-descriptions> |
| | | <DescriptionsListItem |
| | | label="é®é¢åç§°" |
| | | :content="item.cqName" |
| | | /> |
| | | <DescriptionsListItem |
| | | label="æå¨è¡é" |
| | | :content="item.cqStreet" |
| | | /> |
| | | <DescriptionsListItem |
| | | label="é®é¢æè¿°" |
| | | :content="item.cqDescription" |
| | | /> |
| | | </DescriptionsList> |
| | | <!-- <el-divider /> --> |
| | | </template> |
| | | <div class="btn-wrap"> |
| | | <el-button type="primary" @click="openDialog" |
| | | >æ·»å é®é¢</el-button |
| | |
| | | item.pushing = true; |
| | | }); |
| | | } |
| | | |
| | | </script> |
| | | <style scoped> |
| | | .btn-wrap { |