diff --git a/jcz/index.html b/jcz/index.html index 1a31843..6da2ec1 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 deleted file mode 100644 index f6f52f0..0000000 Binary files a/jcz1.zip and /dev/null differ diff --git a/src/views/backOfficeSystem/peopleManag/InventoryManage/index.vue b/src/views/backOfficeSystem/peopleManag/InventoryManage/index.vue index 81d2d59..01e9ec0 100644 --- a/src/views/backOfficeSystem/peopleManag/InventoryManage/index.vue +++ b/src/views/backOfficeSystem/peopleManag/InventoryManage/index.vue @@ -91,7 +91,7 @@ const pageData = reactive({ }, //分页 controlsWidth: 250, //操作栏宽度 tableColumn: [ - { label: "照片", prop: "zp", howSolt: true }, + // { label: "照片", prop: "zp", showSolt: true }, { label: "所属部门", prop: "ssbm" }, { label: "盘查民警", prop: "pcmjXm" }, { label: "被盘查人", prop: "xm" }, diff --git a/src/views/backOfficeSystem/peopleManag/VehicleInspection/index.vue b/src/views/backOfficeSystem/peopleManag/VehicleInspection/index.vue index 76a8df7..71e502b 100644 --- a/src/views/backOfficeSystem/peopleManag/VehicleInspection/index.vue +++ b/src/views/backOfficeSystem/peopleManag/VehicleInspection/index.vue @@ -83,11 +83,11 @@ const pageData = reactive({ }, //分页 controlsWidth: 250, //操作栏宽度 tableColumn: [ - { label: "照片", prop: "zp", howSolt: true }, + // { label: "照片", prop: "zp", showSolt: true }, { label: "所属部门", prop: "ssbm" }, { label: "盘查民警", prop: "pcmjXm" }, { label: "号牌号码", prop: "hphm" }, - { label: "号牌种类", prop: "hpzl", howSolt: true }, //D_BZ_HPZL + { label: "号牌种类", prop: "hpzl", showSolt: true }, //D_BZ_HPZL { label: "机动车所有人", prop: "jdcsyr" }, { label: "盘查日期", prop: "pcrq" }, { label: "盘查时间", prop: "pcsj" },