修改图片

This commit is contained in:
给我
2026-02-03 09:36:25 +08:00
parent 8a9cd4b9a1
commit a05b857b6c
4 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

BIN
jcz1.zip

Binary file not shown.

View File

@ -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" },

View File

@ -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" },