|
@@ -21,7 +21,7 @@
|
|
|
<el-option v-for="item in issueStateOptions" :key="item.value" :label="item.label" :value="item.value" />
|
|
<el-option v-for="item in issueStateOptions" :key="item.value" :label="item.label" :value="item.value" />
|
|
|
</el-select>
|
|
</el-select>
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
- <el-form-item label="日期:" v-if="!isShowTab">
|
|
|
|
|
|
|
+ <el-form-item label="日期:">
|
|
|
<el-date-picker v-model="dateRange" type="daterange" range-separator="~" start-placeholder="开始时间"
|
|
<el-date-picker v-model="dateRange" type="daterange" range-separator="~" start-placeholder="开始时间"
|
|
|
end-placeholder="结束时间" clearable unlink-panels value-format="YYYY-MM-DD HH:mm:ss.SSS"
|
|
end-placeholder="结束时间" clearable unlink-panels value-format="YYYY-MM-DD HH:mm:ss.SSS"
|
|
|
:default-time="defaultTime" @change="handleDateChange" />
|
|
:default-time="defaultTime" @change="handleDateChange" />
|
|
@@ -43,7 +43,7 @@ import { reactive, ref } from 'vue';
|
|
|
import { sourceOptions, issueStateOptions } from './constant.question';
|
|
import { sourceOptions, issueStateOptions } from './constant.question';
|
|
|
|
|
|
|
|
interface Props {
|
|
interface Props {
|
|
|
- isShowTab: boolean // true展示数据,false默认数据
|
|
|
|
|
|
|
+ // isShowTab: boolean // true展示数据,false默认数据
|
|
|
aiOptions: Array<any>
|
|
aiOptions: Array<any>
|
|
|
manualOptions: Array<any>
|
|
manualOptions: Array<any>
|
|
|
locationOptions: Array<any>
|
|
locationOptions: Array<any>
|