| | |
| | | <box-title title="基础信息"></box-title> |
| | | </view> |
| | | <view class="event-info"> |
| | | <u-form-item @click="showSelectBus(roleList, roleName, '角色', 'roleName')" class="form-item" |
| | | <u-form-item @click="showSelectBus(roleList, '角色', 'roleName')" class="form-item" |
| | | labelWidth="100" label="角色" required prop="type"> |
| | | <u--input border="none" v-model="roleName" disabled disabledColor="#ffffff" |
| | | placeholder="请选择"> |
| | |
| | | <u-icon slot="right" name="arrow-right"></u-icon> |
| | | </u-form-item> |
| | | |
| | | <u-form-item @click="showSelectBus(relationList, relationName, '角色关系', 'relationName')" |
| | | <u-form-item @click="showSelectBus(relationList, '角色关系', 'relationName')" |
| | | class="form-item" labelWidth="100" label="角色关系" required prop="type"> |
| | | <u--input border="none" v-model="relationName" disabled disabledColor="#ffffff" |
| | | placeholder="请选择"> |
| | |
| | | }, |
| | | methods: { |
| | | // 显示选择弹框 |
| | | showSelectBus(data, val, title, model) { |
| | | showSelectBus(data, title, model) { |
| | | this.selectBusList = data |
| | | this.selectBusTitle = title |
| | | this.selectBusModel = model |