| | |
| | | <AppTable ref="AppTable" :showDeptSearch="false" :url="'tower/model/list'" :tableColumns="tableColumns" :showSearchBtn="false"> |
| | | <template #operator="{ row }"> |
| | | <el-button size="mini" type="text" |
| | | @click="clickRow(row)">预览</el-button> |
| | | <el-button size="mini" type="text" |
| | | @click="chooseRow(row)">选择</el-button> |
| | | </template> |
| | | <template #modelType="{ row }"> |
| | |
| | | <CesiumMap ></CesiumMap> |
| | | </el-col> |
| | | </el-row> |
| | | <span slot="footer" class="dialog-footer"> |
| | | <!-- <span slot="footer" class="dialog-footer"> |
| | | <el-button @click="cancel">取 消</el-button> |
| | | <el-button type="primary" @click="dialogVisible = false">确 定</el-button> |
| | | </span> |
| | | </span> --> |
| | | </el-dialog> |
| | | </template> |
| | | <script> |