建筑物区分所有权业主共有部分信息页面调整
Showing
1 changed file
with
7 additions
and
22 deletions
... | @@ -33,12 +33,8 @@ | ... | @@ -33,12 +33,8 @@ |
33 | @size-change="handleSizeChange" @p-current-change="handleCurrentChange" :column="tableData.columns" | 33 | @size-change="handleSizeChange" @p-current-change="handleCurrentChange" :column="tableData.columns" |
34 | :data="tableData.data"> | 34 | :data="tableData.data"> |
35 | </lb-table> | 35 | </lb-table> |
36 | <message-tips ref="msg" :message="message" /> | ||
37 | </div> | 36 | </div> |
38 | <!-- XML报文 --> | 37 | <dataDetails ref="editLog" :title="title" /> |
39 | <xml-message ref="dialog" :xml="xml" /> | ||
40 | <!-- 数据详情 --> | ||
41 | <edit-dialog ref="editLog" :bsmSjsb="bsmSjsb" :diaData="diaData" /> | ||
42 | </div> | 38 | </div> |
43 | </template> | 39 | </template> |
44 | 40 | ||
... | @@ -49,13 +45,11 @@ import business from '@/api/business' | ... | @@ -49,13 +45,11 @@ import business from '@/api/business' |
49 | import dataReporting from '@/api/dataReporting' | 45 | import dataReporting from '@/api/dataReporting' |
50 | import tableMixin from '@/mixins/tableMixin.js' | 46 | import tableMixin from '@/mixins/tableMixin.js' |
51 | import treeSelect from '@/components/treeSelect/index.vue' | 47 | import treeSelect from '@/components/treeSelect/index.vue' |
52 | import editDialog from '@/components/dataDetails/edit-dialog.vue' | ||
53 | export default { | 48 | export default { |
54 | name: "fdcqqfsyq", | 49 | name: "fdcqqfsyq", |
55 | mixins: [tableMixin], | 50 | mixins: [tableMixin], |
56 | components: { | 51 | components: { |
57 | treeSelect, | 52 | treeSelect |
58 | editDialog | ||
59 | }, | 53 | }, |
60 | data () { | 54 | data () { |
61 | return { | 55 | return { |
... | @@ -79,21 +73,12 @@ export default { | ... | @@ -79,21 +73,12 @@ export default { |
79 | return ( | 73 | return ( |
80 | <div> | 74 | <div> |
81 | <el-button | 75 | <el-button |
82 | type="text" | 76 | type="primary" |
83 | size="mini" | 77 | onClick={() => { |
84 | icon="el-icon-folder" | 78 | this.handleEdit(scope.row); |
85 | style="color:#67C23A" | 79 | }} |
86 | onClick={() => { this.handleXmlres(scope.$index, scope.row) }} | ||
87 | > | 80 | > |
88 | XML报文 | 81 | 详情 |
89 | </el-button> | ||
90 | <el-button | ||
91 | type="text" | ||
92 | size="mini" | ||
93 | icon="el-icon-view" | ||
94 | onClick={() => { this.handlDatadetails(scope.$index, scope.row) }} | ||
95 | > | ||
96 | 数据详情 | ||
97 | </el-button> | 82 | </el-button> |
98 | </div> | 83 | </div> |
99 | ); | 84 | ); | ... | ... |
-
Please register or sign in to post a comment