重点问题图斑列表使用接口数据
parent
837a04ea7b
commit
c13fffdced
|
|
@ -206,3 +206,5 @@ export const isChuliOptions = [
|
|||
{ label: '是', value: '1' },
|
||||
{ label: '否', value: '2' },
|
||||
]
|
||||
export const keyIssusesIPatchSourceOptions = await asyncGetOptions('zd1tblx')
|
||||
export const keyIssusesIIPatchSourceOptions = await asyncGetOptions('zd2tblx')
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
allowClear
|
||||
style="width: 142px"
|
||||
v-model:value="props.patchSource"
|
||||
:options="patchSourceOptions"
|
||||
:options="keyIssusesIPatchSourceOptions"
|
||||
@change="
|
||||
(value) => {
|
||||
emits('auditProgressScreenChange', value, 'patchSource');
|
||||
|
|
@ -191,7 +191,7 @@
|
|||
import { ref, defineProps, defineEmits, toRefs, h } from 'vue';
|
||||
import Icon from '@/components/Icon/Icon.vue';
|
||||
import { Empty, message } from 'ant-design-vue';
|
||||
import { patchSourceOptions } from '@/utils/global';
|
||||
import { keyIssusesIPatchSourceOptions } from '@/utils/global';
|
||||
import { SearchOutlined} from '@ant-design/icons-vue'
|
||||
import { getLoadTaskDetailList, deleteTaskCase, addTaskFavorite} from '@/api/keyproblem/keyissuesI/index';
|
||||
import {showDrawBack, drawBackSpan} from '@/views/demo/util'
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
allowClear
|
||||
style="width:130px;"
|
||||
v-model:value="params.tubanlaiyuan"
|
||||
:options="patchSourceOptions"
|
||||
:options="keyIssusesIPatchSourceOptions"
|
||||
/>
|
||||
</div>
|
||||
<div class="screen-item" style="margin-bottom:15px;">
|
||||
|
|
@ -215,7 +215,7 @@
|
|||
import { message } from 'ant-design-vue';
|
||||
import { useUserStore } from '@/store/modules/user.ts'
|
||||
import { SearchOutlined, RollbackOutlined } from '@ant-design/icons-vue';
|
||||
import { patchSourceOptions, auditMapStatusOptions } from '@/utils/global'
|
||||
import { keyIssusesIPatchSourceOptions, auditMapStatusOptions } from '@/utils/global'
|
||||
import { dataProcessing } from '@/views/demo/tiankongdi/util.ts'
|
||||
import {showDrawBack, drawBackSpan} from '@/views/demo/util'
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
allowClear
|
||||
style="width: 130px"
|
||||
v-model:value="infoScreenData.tubanlaiyuan"
|
||||
:options="patchSourceOptions"
|
||||
:options="keyIssusesIPatchSourceOptions"
|
||||
@change="(value) => mapListScreenChange(value, 'tubanlaiyuan')"
|
||||
/>
|
||||
</div>
|
||||
|
|
@ -326,7 +326,7 @@ import { getLoadDroneCaseInfoDetail, getCaseInfoById, getLoadStreet } from '@/ap
|
|||
import {
|
||||
batchOptions,
|
||||
yearOptions,
|
||||
patchSourceOptions,
|
||||
keyIssusesIPatchSourceOptions,
|
||||
} from '@/utils/global';
|
||||
import Amend from './amend.vue';
|
||||
import { Empty, message,Modal } from 'ant-design-vue';
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
allowClear
|
||||
style="width:120px;"
|
||||
v-model:value="props.infoScreenData.patchSource"
|
||||
:options="patchSourceOptions"
|
||||
:options="keyIssusesIPatchSourceOptions"
|
||||
@change="(value) => emits('mapListScreenChange',value,'patchSource')"
|
||||
/>
|
||||
</div>
|
||||
|
|
@ -300,7 +300,7 @@ import {
|
|||
measureOptions,
|
||||
keyProblemMapStatusOptions,
|
||||
markTypeOptions,
|
||||
patchSourceOptions,
|
||||
keyIssusesIPatchSourceOptions,
|
||||
isOverdueOptions,
|
||||
} from '@/utils/global'
|
||||
import { useUserStore } from '@/store/modules/user.ts'
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
allowClear
|
||||
style="width: 142px"
|
||||
v-model:value="props.patchSource"
|
||||
:options="patchSourceOptions"
|
||||
:options="keyIssusesIPatchSourceOptions"
|
||||
@change="
|
||||
(value) => {
|
||||
emits('auditProgressScreenChange', value, 'patchSource');
|
||||
|
|
@ -240,7 +240,7 @@
|
|||
import { ref, defineProps, defineEmits, toRefs, h } from 'vue';
|
||||
import Icon from '@/components/Icon/Icon.vue';
|
||||
import { Empty, message } from 'ant-design-vue';
|
||||
import { patchSourceOptions } from '@/utils/global';
|
||||
import { keyIssusesIPatchSourceOptions } from '@/utils/global';
|
||||
import { SearchOutlined} from '@ant-design/icons-vue'
|
||||
import { getLoadTaskDetailList, deleteTaskCase, addTaskFavorite, getLoadTaskIllegalDetailList} from '@/api/keyproblem/keyissuesI/index';
|
||||
import {showDrawBack, drawBackSpan} from '@/views/demo/util'
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
allowClear
|
||||
style="width:130px;"
|
||||
v-model:value="params.tubanlaiyuan"
|
||||
:options="patchSourceOptions"
|
||||
:options="keyIssusesIPatchSourceOptions"
|
||||
/>
|
||||
</div>
|
||||
<div class="screen-item" style="margin-bottom:15px;">
|
||||
|
|
@ -216,7 +216,7 @@
|
|||
import { message } from 'ant-design-vue';
|
||||
import { useUserStore } from '@/store/modules/user.ts'
|
||||
import { SearchOutlined, RollbackOutlined } from '@ant-design/icons-vue';
|
||||
import { patchSourceOptions, auditMapStatusOptions } from '@/utils/global'
|
||||
import { keyIssusesIPatchSourceOptions, auditMapStatusOptions } from '@/utils/global'
|
||||
import { dataProcessing } from '@/views/demo/tiankongdi/util.ts'
|
||||
import {showDrawBack, drawBackSpan} from '@/views/demo/util'
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
allowClear
|
||||
style="width: 142px"
|
||||
v-model:value="props.patchSource"
|
||||
:options="patchSourceOptions"
|
||||
:options="keyIssusesIIPatchSourceOptions"
|
||||
@change="
|
||||
(value) => {
|
||||
emits('auditProgressScreenChange', value, 'patchSource');
|
||||
|
|
@ -191,7 +191,7 @@
|
|||
import { ref, defineProps, defineEmits, toRefs, h } from 'vue';
|
||||
import Icon from '@/components/Icon/Icon.vue';
|
||||
import { Empty, message } from 'ant-design-vue';
|
||||
import { patchSourceOptions } from '@/utils/global';
|
||||
import { keyIssusesIIPatchSourceOptions } from '@/utils/global';
|
||||
import { SearchOutlined} from '@ant-design/icons-vue'
|
||||
import { getLoadTaskDetailList, deleteTaskCase, addTaskFavorite} from '@/api/keyproblem/keyissuesII/index';
|
||||
import {showDrawBack, drawBackSpan} from '@/views/demo/util'
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
allowClear
|
||||
style="width:130px;"
|
||||
v-model:value="params.tubanlaiyuan"
|
||||
:options="patchSourceOptions"
|
||||
:options="keyIssusesIIPatchSourceOptions"
|
||||
/>
|
||||
</div>
|
||||
<div class="screen-item" style="margin-bottom:15px;">
|
||||
|
|
@ -215,7 +215,7 @@
|
|||
import { message } from 'ant-design-vue';
|
||||
import { useUserStore } from '@/store/modules/user.ts'
|
||||
import { SearchOutlined, RollbackOutlined } from '@ant-design/icons-vue';
|
||||
import { patchSourceOptions, auditMapStatusOptions } from '@/utils/global'
|
||||
import { keyIssusesIIPatchSourceOptions, auditMapStatusOptions } from '@/utils/global'
|
||||
import { dataProcessing } from '@/views/demo/tiankongdi/util.ts'
|
||||
import {showDrawBack, drawBackSpan} from '@/views/demo/util'
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
allowClear
|
||||
style="width: 130px"
|
||||
v-model:value="infoScreenData.tubanlaiyuan"
|
||||
:options="patchSourceOptions"
|
||||
:options="keyIssusesIIPatchSourceOptions"
|
||||
@change="(value) => mapListScreenChange(value, 'tubanlaiyuan')"
|
||||
/>
|
||||
</div>
|
||||
|
|
@ -326,7 +326,7 @@ import { getLoadDroneCaseInfoDetail, getCaseInfoById, getLoadStreet } from '@/ap
|
|||
import {
|
||||
batchOptions,
|
||||
yearOptions,
|
||||
patchSourceOptions,
|
||||
keyIssusesIIPatchSourceOptions,
|
||||
} from '@/utils/global';
|
||||
import Amend from './amend.vue';
|
||||
import { Empty, message,Modal } from 'ant-design-vue';
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
allowClear
|
||||
style="width:120px;"
|
||||
v-model:value="props.infoScreenData.patchSource"
|
||||
:options="patchSourceOptions"
|
||||
:options="keyIssusesIIPatchSourceOptions"
|
||||
@change="(value) => emits('mapListScreenChange',value,'patchSource')"
|
||||
/>
|
||||
</div>
|
||||
|
|
@ -300,7 +300,7 @@ import {
|
|||
measureOptions,
|
||||
keyProblemMapStatusOptions,
|
||||
markTypeOptions,
|
||||
patchSourceOptions,
|
||||
keyIssusesIIPatchSourceOptions,
|
||||
isOverdueOptions,
|
||||
} from '@/utils/global'
|
||||
import { useUserStore } from '@/store/modules/user.ts'
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
allowClear
|
||||
style="width: 142px"
|
||||
v-model:value="props.patchSource"
|
||||
:options="patchSourceOptions"
|
||||
:options="keyIssusesIIPatchSourceOptions"
|
||||
@change="
|
||||
(value) => {
|
||||
emits('auditProgressScreenChange', value, 'patchSource');
|
||||
|
|
@ -240,7 +240,7 @@
|
|||
import { ref, defineProps, defineEmits, toRefs, h } from 'vue';
|
||||
import Icon from '@/components/Icon/Icon.vue';
|
||||
import { Empty, message } from 'ant-design-vue';
|
||||
import { patchSourceOptions } from '@/utils/global';
|
||||
import { keyIssusesIIPatchSourceOptions } from '@/utils/global';
|
||||
import { SearchOutlined} from '@ant-design/icons-vue'
|
||||
import { getLoadTaskDetailList, deleteTaskCase, addTaskFavorite, getLoadTaskIllegalDetailList} from '@/api/keyproblem/keyissuesII/index';
|
||||
import {showDrawBack, drawBackSpan} from '@/views/demo/util'
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
allowClear
|
||||
style="width:130px;"
|
||||
v-model:value="params.tubanlaiyuan"
|
||||
:options="patchSourceOptions"
|
||||
:options="keyIssusesIIPatchSourceOptions"
|
||||
/>
|
||||
</div>
|
||||
<div class="screen-item" style="margin-bottom:15px;">
|
||||
|
|
@ -216,7 +216,7 @@
|
|||
import { message } from 'ant-design-vue';
|
||||
import { useUserStore } from '@/store/modules/user.ts'
|
||||
import { SearchOutlined, RollbackOutlined } from '@ant-design/icons-vue';
|
||||
import { patchSourceOptions, auditMapStatusOptions } from '@/utils/global'
|
||||
import { keyIssusesIIPatchSourceOptions, auditMapStatusOptions } from '@/utils/global'
|
||||
import { dataProcessing } from '@/views/demo/tiankongdi/util.ts'
|
||||
import {showDrawBack, drawBackSpan} from '@/views/demo/util'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue