| | |
| | | </el-form-item> |
| | | </el-form> |
| | | |
| | | <div class="gd-table-toolbar"> |
| | | <el-button :icon="Plus" color="#4C34FF" type="primary" @click="addFlyingHand">飞手建档</el-button> |
| | | </div> |
| | | |
| | | <div class="gd-table-container" v-loading="loading"> |
| | | <div class="gd-table-toolbar"> |
| | | <el-button :icon="Plus" color="#4C34FF" type="primary" @click="addFlyingHand">飞手建档</el-button> |
| | | </div> |
| | | |
| | | <div class="gd-table-content gd-table-content-bg"> |
| | | <el-table class="gd-table" :data="list"> |
| | | <el-table-column type="index" width="64" label="序号" /> |
| | |
| | | function handleSearch() { |
| | | searchParams.value.current = 1 |
| | | getList() |
| | | getFlyingHandList() |
| | | } |
| | | |
| | | // 重置查询 |
| | |
| | | queryParamsRef.value?.resetFields() |
| | | searchParams.value.current = 1 |
| | | getList() |
| | | getFlyingHandList() |
| | | } |
| | | |
| | | // 添加飞手 |
| | |
| | | function handleConfirm() { |
| | | dialogVisible.value = false |
| | | getList() |
| | | getFlyingHandList() |
| | | } |
| | | |
| | | // 获取字典 |