style:数据上报
Showing
1 changed file
with
4 additions
and
2 deletions
| ... | @@ -37,7 +37,7 @@ | ... | @@ -37,7 +37,7 @@ |
| 37 | </el-col> | 37 | </el-col> |
| 38 | </el-row> | 38 | </el-row> |
| 39 | <el-row class="mt-10"> | 39 | <el-row class="mt-10"> |
| 40 | <el-col :span="6"> | 40 | <el-col :span="6"> |
| 41 | <el-form-item label="业务号" prop="ywh"> | 41 | <el-form-item label="业务号" prop="ywh"> |
| 42 | <el-input v-model="form.ywh" class="width100" placeholder="业务号"></el-input> | 42 | <el-input v-model="form.ywh" class="width100" placeholder="业务号"></el-input> |
| 43 | </el-form-item> | 43 | </el-form-item> |
| ... | @@ -75,7 +75,7 @@ | ... | @@ -75,7 +75,7 @@ |
| 75 | </div> | 75 | </div> |
| 76 | <!-- 引入详情组件 --> | 76 | <!-- 引入详情组件 --> |
| 77 | <!-- 编辑 --> | 77 | <!-- 编辑 --> |
| 78 | <dataDetails ref="editLog" /> | 78 | <dataDetails ref="editLog" :title="title" /> |
| 79 | </div> | 79 | </div> |
| 80 | </template> | 80 | </template> |
| 81 | <script> | 81 | <script> |
| ... | @@ -182,6 +182,7 @@ export default { | ... | @@ -182,6 +182,7 @@ export default { |
| 182 | label: "河南县", | 182 | label: "河南县", |
| 183 | }, | 183 | }, |
| 184 | ], | 184 | ], |
| 185 | title: '' | ||
| 185 | }; | 186 | }; |
| 186 | }, | 187 | }, |
| 187 | methods: { | 188 | methods: { |
| ... | @@ -205,6 +206,7 @@ export default { | ... | @@ -205,6 +206,7 @@ export default { |
| 205 | handleEscalation () { }, | 206 | handleEscalation () { }, |
| 206 | // 详情 | 207 | // 详情 |
| 207 | handleDetail (row) { | 208 | handleDetail (row) { |
| 209 | this.title = row.rectypeName | ||
| 208 | this.$refs.editLog.isShow(row); | 210 | this.$refs.editLog.isShow(row); |
| 209 | }, | 211 | }, |
| 210 | }, | 212 | }, | ... | ... |
-
Please register or sign in to post a comment