diff --git a/jcz/index.html b/jcz/index.html index 1266e67..1a31843 100644 --- a/jcz/index.html +++ b/jcz/index.html @@ -1,4 +1,4 @@ -公安
\ No newline at end of file + ); \ No newline at end of file diff --git a/jcz1.zip b/jcz1.zip new file mode 100644 index 0000000..f6f52f0 Binary files /dev/null and b/jcz1.zip differ diff --git a/src/views/backOfficeSystem/peopleManag/InventoryManage/index.vue b/src/views/backOfficeSystem/peopleManag/InventoryManage/index.vue index 56788f3..81d2d59 100644 --- a/src/views/backOfficeSystem/peopleManag/InventoryManage/index.vue +++ b/src/views/backOfficeSystem/peopleManag/InventoryManage/index.vue @@ -10,15 +10,13 @@
- + + - +
@@ -56,7 +49,7 @@ import MyTable from "@/components/aboutTable/MyTable.vue"; import Pages from "@/components/aboutTable/Pages.vue"; import EditAddForm from "./components/editAddForm.vue"; import Search from "@/components/aboutTable/Search.vue"; -import { BpcryselectCrewList,BpcrygetRypcList } from "@/api/mosty-jcz.js"; +import { BpcryselectCrewList, BpcrygetRypcList } from "@/api/mosty-jcz.js"; import { reactive, ref, onMounted, getCurrentInstance, watch } from "vue"; const { proxy } = getCurrentInstance(); const urlImg = "/mosty-api/mosty-base/minio/image/download/"; @@ -98,17 +91,17 @@ const pageData = reactive({ }, //分页 controlsWidth: 250, //操作栏宽度 tableColumn: [ - { label: "照片", prop: "xm" }, + { label: "照片", prop: "zp", howSolt: true }, { label: "所属部门", prop: "ssbm" }, { label: "盘查民警", prop: "pcmjXm" }, { label: "被盘查人", prop: "xm" }, { label: "被盘查人身份证", prop: "sfzh" }, { label: "被盘查人电话", prop: "lxdh" }, - { label: "盘查日期", prop: "pcrq", showSolt: true }, - { label: "盘查时间", prop: "pcsj", showSolt: true }, + { label: "盘查日期", prop: "pcrq" }, + { label: "盘查时间", prop: "pcsj" }, { label: "被盘输入类型", prop: "yjLx", showSolt: true }, { label: "人员标签名称", prop: "bqmc", showSolt: true }, - { label: "盘查结果", prop: "pcclJgmc", showSolt: true } + { label: "盘查结果", prop: "pcclJgmc" } ] }); onMounted(() => { @@ -120,7 +113,11 @@ const queryCondition = ref({}); // 获取数据 const getjczgetXfllList = () => { pageData.tableConfiger.loading = true; - const promes = { ...queryCondition.value, ...pageData.pageConfiger,xtly:'jcz' }; + const promes = { + ...queryCondition.value, + ...pageData.pageConfiger, + xtly: "jcz" + }; BpcrygetRypcList(promes) .then((res) => { pageData.tableData = res.records; diff --git a/src/views/backOfficeSystem/peopleManag/VehicleInspection/index.vue b/src/views/backOfficeSystem/peopleManag/VehicleInspection/index.vue index 3141e4d..76a8df7 100644 --- a/src/views/backOfficeSystem/peopleManag/VehicleInspection/index.vue +++ b/src/views/backOfficeSystem/peopleManag/VehicleInspection/index.vue @@ -8,15 +8,13 @@
- + + @@ -28,22 +26,14 @@ 详情 - +
- + @@ -93,16 +83,16 @@ const pageData = reactive({ }, //分页 controlsWidth: 250, //操作栏宽度 tableColumn: [ - { label: "照片", prop: "xm" }, + { label: "照片", prop: "zp", howSolt: true }, { label: "所属部门", prop: "ssbm" }, { label: "盘查民警", prop: "pcmjXm" }, { label: "号牌号码", prop: "hphm" }, { label: "号牌种类", prop: "hpzl", howSolt: true }, //D_BZ_HPZL { label: "机动车所有人", prop: "jdcsyr" }, - { label: "盘查日期", prop: "pcrq", showSolt: true }, - { label: "盘查时间", prop: "pcsj", showSolt: true }, + { label: "盘查日期", prop: "pcrq" }, + { label: "盘查时间", prop: "pcsj" }, { label: "被盘输入类型", prop: "yjLx", showSolt: true }, //D_BZ_PCSRLX - { label: "盘查结果", prop: "pcclJgmc", showSolt: true } + { label: "盘查结果", prop: "pcclJgmc" } ] }); onMounted(() => { @@ -114,7 +104,7 @@ const queryCondition = ref({}); // 获取数据 const getjczgetXfllList = () => { pageData.tableConfiger.loading = true; - const promes = { ...queryCondition.value, ...pageData.pageConfiger,xtly:'jcz' }; + const promes = { ...queryCondition.value, ...pageData.pageConfiger, xtly: 'jcz' }; BpcryselectCarList(promes) .then((res) => { pageData.tableData = res.records;