Compare commits
3 Commits
869f8b31fb
...
420aa58f02
| Author | SHA1 | Date | |
|---|---|---|---|
| 420aa58f02 | |||
| f37b9d481d | |||
| 57ee80bf3c |
@ -1,5 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<el-dialog title="任务" width="80%" :model-value="modelValue" destroy-on-close :close-on-click-modal="false" @close="close">
|
<el-dialog title="任务" width="80%" :model-value="modelValue" destroy-on-close :close-on-click-modal="false"
|
||||||
|
@close="close">
|
||||||
<el-form ref="elform" :model="listQuery" :rules="rules" :inline="true" label-position="top">
|
<el-form ref="elform" :model="listQuery" :rules="rules" :inline="true" label-position="top">
|
||||||
<el-form-item prop="dwmc" label="点位名称" style="width: 100%">
|
<el-form-item prop="dwmc" label="点位名称" style="width: 100%">
|
||||||
<el-input v-model="listQuery.dwmc" clearable style="width: 100%" />
|
<el-input v-model="listQuery.dwmc" clearable style="width: 100%" />
|
||||||
@ -62,7 +63,9 @@ watch(() => props.modelValue,(val) => {
|
|||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
dialogFormVisible.value = true;
|
dialogFormVisible.value = true;
|
||||||
showFg()
|
showFg()
|
||||||
}, 1000);
|
}, 500);
|
||||||
|
},{
|
||||||
|
deep: true, immediate: true
|
||||||
});
|
});
|
||||||
|
|
||||||
function showFg() {
|
function showFg() {
|
||||||
@ -81,7 +84,7 @@ function showFg(){
|
|||||||
linecolor: "#1C97FF"
|
linecolor: "#1C97FF"
|
||||||
});
|
});
|
||||||
emitter.emit("setMapCenter", { location: [Number(props.data[0].zxX), Number(props.data[0].zxY)], zoomLevel: 12 })
|
emitter.emit("setMapCenter", { location: [Number(props.data[0].zxX), Number(props.data[0].zxY)], zoomLevel: 12 })
|
||||||
},2000)
|
}, 1000)
|
||||||
}
|
}
|
||||||
|
|
||||||
//获取经纬度
|
//获取经纬度
|
||||||
@ -104,6 +107,7 @@ const submit = () => {
|
|||||||
// 关闭
|
// 关闭
|
||||||
const close = () => {
|
const close = () => {
|
||||||
listQuery.value = {}
|
listQuery.value = {}
|
||||||
|
dialogFormVisible.value = false;
|
||||||
emits("update:modelValue", false);
|
emits("update:modelValue", false);
|
||||||
};
|
};
|
||||||
onUnmounted(() => {
|
onUnmounted(() => {
|
||||||
|
|||||||
@ -20,8 +20,8 @@
|
|||||||
<el-step title="步骤2" />
|
<el-step title="步骤2" />
|
||||||
</el-steps>
|
</el-steps>
|
||||||
<el-form ref="elform" :model="listQuery" :rules="rules" :inline="true" label-position="top" v-if="stepActive == 0">
|
<el-form ref="elform" :model="listQuery" :rules="rules" :inline="true" label-position="top" v-if="stepActive == 0">
|
||||||
<el-form-item style="width: 48%" prop="rwmc" label="任务名称">
|
<el-form-item style="width: 48%" prop="fgRwbt" label="任务名称">
|
||||||
<el-input v-model="listQuery.rwmc" placeholder="请输入任务名称" style="width: 100%" clearable />
|
<el-input v-model="listQuery.fgRwbt" placeholder="请输入任务名称" style="width: 100%" clearable />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item style="width: 45%" label="方格" prop="fgData">
|
<el-form-item style="width: 45%" label="方格" prop="fgData">
|
||||||
<div :class="listQuery.fgData.length === 0 ? 'ipt mj' : 'ipt'" @click.stop="fgVisible = true">
|
<div :class="listQuery.fgData.length === 0 ? 'ipt mj' : 'ipt'" @click.stop="fgVisible = true">
|
||||||
@ -31,6 +31,9 @@
|
|||||||
</el-tag>
|
</el-tag>
|
||||||
</div>
|
</div>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
<el-form-item style="width: 48%" prop="dkjgsj" label="间隔时间">
|
||||||
|
<el-input v-model="listQuery.dkjgsj" type="number" placeholder="请输入间隔时间" style="width: 100%" clearable />
|
||||||
|
</el-form-item>
|
||||||
<div class="center-btn"><el-button style="margin-top: 12px" @click="next">下一步</el-button></div>
|
<div class="center-btn"><el-button style="margin-top: 12px" @click="next">下一步</el-button></div>
|
||||||
</el-form>
|
</el-form>
|
||||||
<div class="box_main" v-if="stepActive == 1">
|
<div class="box_main" v-if="stepActive == 1">
|
||||||
@ -56,7 +59,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<FgLoad v-model="fgVisible" @choosedUsers="hanlderChoose" :Single="true" />
|
<FgLoad v-model="fgVisible" @choosedUsers="hanlderChoose" :Single="true" />
|
||||||
<AddDw v-model="showDialog" :data="listQuery.fgData"
|
<AddDw v-model="showDialog" v-if="showDialog" :data="listQuery.fgData"
|
||||||
:dic="{ D_ZDXL_FGXLRW_YJYS, D_ZDXL_FGXLRW_YJDJ, D_ZDXL_FGXLRW_RWZT }" @submit="dwSubmit" />
|
:dic="{ D_ZDXL_FGXLRW_YJYS, D_ZDXL_FGXLRW_YJDJ, D_ZDXL_FGXLRW_RWZT }" @submit="dwSubmit" />
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -89,8 +92,9 @@ const loading = ref(false);
|
|||||||
const elform = ref();
|
const elform = ref();
|
||||||
const title = ref("");
|
const title = ref("");
|
||||||
const rules = reactive({
|
const rules = reactive({
|
||||||
rwmc: [{ required: true, message: "请输入任务名称", trigger: "change" }],
|
fgRwbt: [{ required: true, message: "请输入任务名称", trigger: "change" }],
|
||||||
fgData: [{ required: true, message: "请选择方格", trigger: "change" }],
|
fgData: [{ required: true, message: "请选择方格", trigger: "change" }],
|
||||||
|
dkjgsj: [{ required: true, message: "请输入间隔时间", trigger: "change" }],
|
||||||
sblx: [{ required: true, message: "请选择任务类型", trigger: "change" }],
|
sblx: [{ required: true, message: "请选择任务类型", trigger: "change" }],
|
||||||
jd: [{ required: true, message: "请选择坐标", trigger: ["change", "blur"] }]
|
jd: [{ required: true, message: "请选择坐标", trigger: ["change", "blur"] }]
|
||||||
});
|
});
|
||||||
@ -179,8 +183,9 @@ const submit = () => {
|
|||||||
console.log(listQuery.value, pageData.tableData);
|
console.log(listQuery.value, pageData.tableData);
|
||||||
|
|
||||||
const pramas = {
|
const pramas = {
|
||||||
fgRwbt: listQuery.value.rwmc,
|
fgRwbt: listQuery.value.fgRwbt,
|
||||||
fgdwId: listQuery.value.fgData[0].id,
|
fgdwId: listQuery.value.fgData[0].id,
|
||||||
|
dkjgsj:listQuery.value.dkjgsj,
|
||||||
bddDtos: pageData.tableData.map(item => {
|
bddDtos: pageData.tableData.map(item => {
|
||||||
return {
|
return {
|
||||||
bddMc: item.dwmc,
|
bddMc: item.dwmc,
|
||||||
|
|||||||
@ -20,11 +20,11 @@
|
|||||||
<div class="tabBox">
|
<div class="tabBox">
|
||||||
<MyTable :tableData="pageData.tableData" :tableColumn="pageData.tableColumn" :tableHeight="pageData.tableHeight" :tableConfiger="pageData.tableConfiger"
|
<MyTable :tableData="pageData.tableData" :tableColumn="pageData.tableColumn" :tableHeight="pageData.tableHeight" :tableConfiger="pageData.tableConfiger"
|
||||||
:controlsWidth="pageData.controlsWidth" @chooseData="chooseData">
|
:controlsWidth="pageData.controlsWidth" @chooseData="chooseData">
|
||||||
<template #rwZt="{ row }">
|
<template #rwLqZt="{ row }">
|
||||||
<!-- <el-table-column prop="wlq" label="未领取"/>
|
<!-- <el-table-column prop="wlq" label="未领取"/>
|
||||||
<el-table-column prop="ylq" label="已领取"/>
|
<el-table-column prop="ylq" label="已领取"/>
|
||||||
<el-table-column prop="ywc" label="已完成"/> -->
|
<el-table-column prop="ywc" label="已完成"/> -->
|
||||||
<dict-tag :options="D_BZ_QWRWZT" :value="row.rwZt" :tag="false" />
|
<dict-tag :options="D_BZ_QWRWZT" :value="row.rwLqZt" :tag="false" />
|
||||||
</template>
|
</template>
|
||||||
<template #controls="{ row }">
|
<template #controls="{ row }">
|
||||||
<!-- 领取后不可再编辑,领取后不可再删除 -->
|
<!-- 领取后不可再编辑,领取后不可再删除 -->
|
||||||
@ -39,7 +39,7 @@
|
|||||||
}"></Pages>
|
}"></Pages>
|
||||||
</div>
|
</div>
|
||||||
<!-- 编辑-新增 -->
|
<!-- 编辑-新增 -->
|
||||||
<EditAddForm ref="editInfo" @updateDate="getDataList" :dic="{D_BZ_SBLX,D_BZ_GZSBLX}"></EditAddForm>
|
<EditAddForm ref="editInfo" @updateDate="getDataList" :dic="{D_BZ_QWRWZT}"></EditAddForm>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -52,7 +52,7 @@ import Pages from "@/components/aboutTable/Pages.vue";
|
|||||||
import Search from "@/components/aboutTable/Search.vue";
|
import Search from "@/components/aboutTable/Search.vue";
|
||||||
import { reactive, ref, onMounted, getCurrentInstance, nextTick } from "vue";
|
import { reactive, ref, onMounted, getCurrentInstance, nextTick } from "vue";
|
||||||
const { proxy } = getCurrentInstance();
|
const { proxy } = getCurrentInstance();
|
||||||
const { D_BZ_SBLX, D_BZ_GZSBLX,D_BZ_QWRWZT } = proxy.$dict("D_BZ_SBLX", "D_BZ_GZSBLX","D_BZ_QWRWZT");
|
const { D_BZ_QWRWZT } = proxy.$dict("D_BZ_QWRWZT");
|
||||||
const ids = ref([]); //多选
|
const ids = ref([]); //多选
|
||||||
const searchBox = ref(); //搜索框
|
const searchBox = ref(); //搜索框
|
||||||
const listQuery = ref({});
|
const listQuery = ref({});
|
||||||
@ -65,10 +65,11 @@ const searchConfiger = reactive([
|
|||||||
label: "任务名称"
|
label: "任务名称"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
showType: "input",
|
showType: "select",
|
||||||
prop: "sbbh",
|
prop: "rwLqZt",
|
||||||
placeholder: "请输入任务编号",
|
placeholder: "请选择任务领取状态",
|
||||||
label: "任务编号"
|
label: "任务领取状态",
|
||||||
|
options: D_BZ_QWRWZT
|
||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
const pageData = reactive({
|
const pageData = reactive({
|
||||||
@ -89,7 +90,7 @@ const pageData = reactive({
|
|||||||
{ label: "方格编号", prop: "fgMc" },
|
{ label: "方格编号", prop: "fgMc" },
|
||||||
{ label: "下发日期", prop: "xtCjsj" },
|
{ label: "下发日期", prop: "xtCjsj" },
|
||||||
{ label: "任务领取人", prop: "rwlqr" },
|
{ label: "任务领取人", prop: "rwlqr" },
|
||||||
{ label: "任务状态", prop: "rwZt", showSolt: true },
|
{ label: "任务领取状态", prop: "rwLqZt", showSolt: true },
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
@ -137,10 +138,10 @@ const chooseData = (val) => {
|
|||||||
//批量删除
|
//批量删除
|
||||||
const deletList = (id) => {
|
const deletList = (id) => {
|
||||||
proxy.$confirm("确定要删除", "警告", { type: "warning" }).then(() => {
|
proxy.$confirm("确定要删除", "警告", { type: "warning" }).then(() => {
|
||||||
// qcckDelete({}, "/mosty-yszx/tbYsSxt/" + id).then(() => {
|
qcckPost({id}, "/mosty-yjzl/tbZdxlFgxlrw/delZdyxlFgxlrw").then(() => {
|
||||||
// proxy.$message({ type: "success", message: "删除成功" });
|
proxy.$message({ type: "success", message: "删除成功" });
|
||||||
// getDataList();
|
getDataList();
|
||||||
// });
|
});
|
||||||
}).catch(() => {
|
}).catch(() => {
|
||||||
proxy.$message.info("已取消");
|
proxy.$message.info("已取消");
|
||||||
});
|
});
|
||||||
|
|||||||
@ -4,31 +4,21 @@
|
|||||||
<div class="header">
|
<div class="header">
|
||||||
<span class="title">{{ title }}</span>
|
<span class="title">{{ title }}</span>
|
||||||
<span class="close" @click="closeDialog">
|
<span class="close" @click="closeDialog">
|
||||||
<el-icon :size="22"><CircleClose /></el-icon>
|
<el-icon :size="22">
|
||||||
|
<CircleClose />
|
||||||
|
</el-icon>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="search">
|
<div class="search">
|
||||||
<el-form ref="formRef" :model="listQuery">
|
<el-form ref="formRef" :model="listQuery">
|
||||||
<el-form-item label="所属部门">
|
<el-form-item label="所属部门">
|
||||||
<MOSTY.Department
|
<MOSTY.Department width="200px" clearable v-model="listQuery.ssbmdm" />
|
||||||
width="200px"
|
|
||||||
clearable
|
|
||||||
v-model="listQuery.ssbmdm"
|
|
||||||
/>
|
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
<el-form-item label=" 时间段">
|
<el-form-item label=" 时间段">
|
||||||
<el-date-picker
|
<el-date-picker v-model="timeRange" popper-class="jl-time" type="datetimerange" start-placeholder="开始时间"
|
||||||
v-model="timeRange"
|
end-placeholder="结束时间" range-separator="至" format="YYYY-MM-DD HH:mm:ss" value-format="YYYY-MM-DD HH:mm:ss"
|
||||||
popper-class="jl-time"
|
placeholder="请选择开始时间"></el-date-picker>
|
||||||
type="datetimerange"
|
|
||||||
start-placeholder="开始时间"
|
|
||||||
end-placeholder="结束时间"
|
|
||||||
range-separator="至"
|
|
||||||
format="YYYY-MM-DD HH:mm:ss"
|
|
||||||
value-format="YYYY-MM-DD HH:mm:ss"
|
|
||||||
placeholder="请选择开始时间"
|
|
||||||
></el-date-picker>
|
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
<el-button class="serchBtn" @click="handleFilter"> 查询 </el-button>
|
<el-button class="serchBtn" @click="handleFilter"> 查询 </el-button>
|
||||||
@ -37,67 +27,25 @@
|
|||||||
</el-form>
|
</el-form>
|
||||||
</div>
|
</div>
|
||||||
<div class="datalist">
|
<div class="datalist">
|
||||||
<el-table
|
<el-table ref="multipleUserRef" :data="list.tableData" border width="100%" height="100%">
|
||||||
ref="multipleUserRef"
|
<el-table-column label="序号" type="index" align="center" width="80" />
|
||||||
:data="list.tableData"
|
<el-table-column prop="jlxm" show-overflow-tooltip align="center" label="姓名">
|
||||||
border
|
|
||||||
width="100%"
|
|
||||||
height="100%"
|
|
||||||
>
|
|
||||||
<el-table-column
|
|
||||||
label="序号"
|
|
||||||
type="index"
|
|
||||||
align="center"
|
|
||||||
width="80"
|
|
||||||
/>
|
|
||||||
<el-table-column
|
|
||||||
prop="jlxm"
|
|
||||||
show-overflow-tooltip
|
|
||||||
align="center"
|
|
||||||
label="姓名"
|
|
||||||
>
|
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column prop="xbdm" show-overflow-tooltip align="center" label="性别">
|
||||||
prop="xbdm"
|
|
||||||
show-overflow-tooltip
|
|
||||||
align="center"
|
|
||||||
label="性别"
|
|
||||||
>
|
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
{{ row.sfzh.charAt(16) % 2 ? "男" : "女" }}
|
{{ row.sfzh.charAt(16) % 2 ? "男" : "女" }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column prop="sfzh" show-overflow-tooltip align="center" label="身份证号码">
|
||||||
prop="sfzh"
|
|
||||||
show-overflow-tooltip
|
|
||||||
align="center"
|
|
||||||
label="身份证号码"
|
|
||||||
>
|
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column prop="ssbm" label="所属部门" show-overflow-tooltip align="center"></el-table-column>
|
||||||
prop="ssbm"
|
<el-table-column prop="lxdh" label="联系电话" align="center"></el-table-column>
|
||||||
label="所属部门"
|
|
||||||
show-overflow-tooltip
|
|
||||||
align="center"
|
|
||||||
></el-table-column>
|
|
||||||
<el-table-column
|
|
||||||
prop="lxdh"
|
|
||||||
label="联系电话"
|
|
||||||
align="center"
|
|
||||||
></el-table-column>
|
|
||||||
</el-table>
|
</el-table>
|
||||||
</div>
|
</div>
|
||||||
<div class="fenye">
|
<div class="fenye">
|
||||||
<el-pagination
|
<el-pagination class="pagination" @size-change="handleSizeChange" @current-change="handleCurrentChange"
|
||||||
class="pagination"
|
:current-page="listQuery.pageCurrent" :page-sizes="[10, 20, 50, 100]" :page-size="listQuery.pageSize"
|
||||||
@size-change="handleSizeChange"
|
layout="total, sizes, prev, pager, next, jumper" :total="total">
|
||||||
@current-change="handleCurrentChange"
|
|
||||||
:current-page="listQuery.pageCurrent"
|
|
||||||
:page-sizes="[10, 20, 50, 100]"
|
|
||||||
:page-size="listQuery.pageSize"
|
|
||||||
layout="total, sizes, prev, pager, next, jumper"
|
|
||||||
:total="total"
|
|
||||||
>
|
|
||||||
</el-pagination>
|
</el-pagination>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -195,6 +143,7 @@ function getList() {
|
|||||||
right: 0;
|
right: 0;
|
||||||
background: rgba(0, 0, 0, 0.7);
|
background: rgba(0, 0, 0, 0.7);
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
@ -244,9 +193,11 @@ function getList() {
|
|||||||
|
|
||||||
@import "~@/assets/css/layout.scss";
|
@import "~@/assets/css/layout.scss";
|
||||||
@import "~@/assets/css/element-plus.scss";
|
@import "~@/assets/css/element-plus.scss";
|
||||||
|
|
||||||
::v-deep .el-form-item {
|
::v-deep .el-form-item {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
::v-deep .el-input__inner {
|
::v-deep .el-input__inner {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,13 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="bigBox" v-if="modelValue">
|
<div class="bigBox" v-if="modelValue">
|
||||||
<div
|
<div class="container" :class="title == '街面巡组-实际列表' ? 'container1' : ''">
|
||||||
class="container"
|
|
||||||
:class="title == '街面巡组-实际列表' ? 'container1' : ''"
|
|
||||||
>
|
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<span class="title">{{ title }}</span>
|
<span class="title">{{ title }}</span>
|
||||||
<span class="close" @click="closeDialog">
|
<span class="close" @click="closeDialog">
|
||||||
<el-icon :size="22"><CircleClose /></el-icon>
|
<el-icon :size="22">
|
||||||
|
<CircleClose />
|
||||||
|
</el-icon>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="search">
|
<div class="search">
|
||||||
@ -19,17 +18,9 @@
|
|||||||
<el-input v-model="listQuery.fzrXm" placeholder="请输入负责人" />
|
<el-input v-model="listQuery.fzrXm" placeholder="请输入负责人" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label=" 时间段">
|
<el-form-item label=" 时间段">
|
||||||
<el-date-picker
|
<el-date-picker v-model="timeRange" popper-class="jl-time" type="datetimerange" start-placeholder="开始时间"
|
||||||
v-model="timeRange"
|
end-placeholder="结束时间" range-separator="至" format="YYYY-MM-DD HH:mm:ss" value-format="YYYY-MM-DD HH:mm:ss"
|
||||||
popper-class="jl-time"
|
placeholder="请选择开始时间"></el-date-picker>
|
||||||
type="datetimerange"
|
|
||||||
start-placeholder="开始时间"
|
|
||||||
end-placeholder="结束时间"
|
|
||||||
range-separator="至"
|
|
||||||
format="YYYY-MM-DD HH:mm:ss"
|
|
||||||
value-format="YYYY-MM-DD HH:mm:ss"
|
|
||||||
placeholder="请选择开始时间"
|
|
||||||
></el-date-picker>
|
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item>
|
<el-form-item>
|
||||||
<el-button class="serchBtn" @click="handleFilter"> 查询 </el-button>
|
<el-button class="serchBtn" @click="handleFilter"> 查询 </el-button>
|
||||||
@ -76,16 +67,9 @@
|
|||||||
</el-table>
|
</el-table>
|
||||||
</div>
|
</div>
|
||||||
<div class="fenye">
|
<div class="fenye">
|
||||||
<el-pagination
|
<el-pagination class="pagination" @size-change="handleSizeChange" @current-change="handleCurrentChange"
|
||||||
class="pagination"
|
:current-page="listQuery.pageCurrent" :page-sizes="[10, 20, 50, 100]" :page-size="listQuery.pageSize"
|
||||||
@size-change="handleSizeChange"
|
layout="total, sizes, prev, pager, next, jumper" :total="total">
|
||||||
@current-change="handleCurrentChange"
|
|
||||||
:current-page="listQuery.pageCurrent"
|
|
||||||
:page-sizes="[10, 20, 50, 100]"
|
|
||||||
:page-size="listQuery.pageSize"
|
|
||||||
layout="total, sizes, prev, pager, next, jumper"
|
|
||||||
:total="total"
|
|
||||||
>
|
|
||||||
</el-pagination>
|
</el-pagination>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -249,6 +233,7 @@ function getList() {
|
|||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.container1 {
|
.container1 {
|
||||||
width: 82%;
|
width: 82%;
|
||||||
}
|
}
|
||||||
@ -261,11 +246,14 @@ function getList() {
|
|||||||
.serchBtn {
|
.serchBtn {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@import "~@/assets/css/layout.scss";
|
@import "~@/assets/css/layout.scss";
|
||||||
@import "~@/assets/css/element-plus.scss";
|
@import "~@/assets/css/element-plus.scss";
|
||||||
|
|
||||||
::v-deep .el-form-item {
|
::v-deep .el-form-item {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
::v-deep .el-input__inner {
|
::v-deep .el-input__inner {
|
||||||
margin: 0 !important;
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -60,9 +60,7 @@
|
|||||||
<span v-show="row.bblx != '02'">{{ row.kssj + "至" + row.jssj }}</span>
|
<span v-show="row.bblx != '02'">{{ row.kssj + "至" + row.jssj }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
||||||
<el-table-column label="实际巡逻时间" align="center" prop="bbkssj" />
|
<el-table-column label="实际巡逻时间" align="center" prop="bbkssj" />
|
||||||
|
|
||||||
<el-table-column label="巡逻车辆" align="center" prop="">
|
<el-table-column label="巡逻车辆" align="center" prop="">
|
||||||
<template #default="{ row }">
|
<template #default="{ row }">
|
||||||
<el-tag v-for="(item, index) in row.pbcl" :key="index">
|
<el-tag v-for="(item, index) in row.pbcl" :key="index">
|
||||||
|
|||||||
@ -3,8 +3,8 @@ const path = require("path");
|
|||||||
function resolve(dir) {
|
function resolve(dir) {
|
||||||
return path.join(__dirname, dir);
|
return path.join(__dirname, dir);
|
||||||
}
|
}
|
||||||
// const serverHost = "http://118.122.165.45:35623";
|
const serverHost = "http://118.122.165.45:35623";
|
||||||
const serverHost = "http://192.168.31.94:8006";
|
// const serverHost = "http:// 192.168.31.79:8006";
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
publicPath: "/",
|
publicPath: "/",
|
||||||
|
|||||||
Reference in New Issue
Block a user