| | |
| | | <template> |
| | | <div class="AINowFly"> |
| | | <div class="title">指点飞行</div> |
| | | <div class="title">指点飞行<img @click="closeClick" src="@/assets/images/aiNowFly/close.png"/></div> |
| | | <el-form ref="ruleFormRef" :model="params" :rules="rules" label-width="auto" size="small" status-icon> |
| | | <el-form-item label="任务名称" prop="name"> |
| | | <el-input v-model="params.name" /> |
| | |
| | | handler = null |
| | | } |
| | | |
| | | // 关闭 |
| | | const closeClick = () => { |
| | | removeAll() |
| | | params.value = _.cloneDeep(paramsInit) |
| | | list.value = [] |
| | | eventPoint = {} |
| | | store.commit('setFootActiveIndex', 0) |
| | | } |
| | | |
| | | onBeforeUnmount(() => { |
| | | removeAll() |
| | | }) |
| | |
| | | -webkit-background-clip: text; |
| | | -webkit-text-fill-color: transparent; |
| | | background-clip: text; |
| | | img { |
| | | position: absolute; |
| | | cursor: pointer; |
| | | width: 16px; |
| | | height: 16px; |
| | | right: 15px; |
| | | top: 15px; |
| | | } |
| | | } |
| | | .el-form { |
| | | padding: 20px 16px 13px 11px; |