|
@@ -65,7 +65,7 @@
|
|
|
class="scene-edit-dialog"
|
|
class="scene-edit-dialog"
|
|
|
>
|
|
>
|
|
|
<div class="dialog-filter-row">
|
|
<div class="dialog-filter-row">
|
|
|
- <div class="filter-item">
|
|
|
|
|
|
|
+ <!-- <div class="filter-item">
|
|
|
<span class="label">类型:</span>
|
|
<span class="label">类型:</span>
|
|
|
<el-select
|
|
<el-select
|
|
|
v-model="query.type"
|
|
v-model="query.type"
|
|
@@ -81,7 +81,7 @@
|
|
|
:value="opt.value"
|
|
:value="opt.value"
|
|
|
/>
|
|
/>
|
|
|
</el-select>
|
|
</el-select>
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div> -->
|
|
|
<div class="filter-item">
|
|
<div class="filter-item">
|
|
|
<span class="label">标题:</span>
|
|
<span class="label">标题:</span>
|
|
|
<el-input
|
|
<el-input
|
|
@@ -199,7 +199,7 @@ const props = defineProps<{ fire?: any, caseId?: number, editOrShow?: string }>(
|
|
|
const editVisible = ref(false);
|
|
const editVisible = ref(false);
|
|
|
const editingScene = ref<Scene | null>(null);
|
|
const editingScene = ref<Scene | null>(null);
|
|
|
// isObj使用1/2;searchType默认传2;关键字使用modelTitle
|
|
// isObj使用1/2;searchType默认传2;关键字使用modelTitle
|
|
|
-const query = ref<{ type: number; modelTitle: string; searchType: string }>({ type: 1, modelTitle: '', searchType: '2' });
|
|
|
|
|
|
|
+const query = ref<{ type: number; modelTitle: string; searchType: string }>({ type: 0, modelTitle: '', searchType: '2' });
|
|
|
const typeOptions = ref([
|
|
const typeOptions = ref([
|
|
|
{ label: 'Mesh场景', value: 1 },
|
|
{ label: 'Mesh场景', value: 1 },
|
|
|
{ label: '点云场景', value: 0 },
|
|
{ label: '点云场景', value: 0 },
|