Commit 7a76f2df by zhao_shaonan

更新表头字段宽度

parent 59412c4f
......@@ -235,9 +235,11 @@
<el-table-column
align="center"
:min-width="
columnTitle.prop == 'czxxJyqk' || columnTitle.prop == 'asjbh'||columnTitle.prop == 'service_info'||columnTitle.prop == 'bz'||columnTitle.prop == 'function_info'
? '360'
: '160'
columnTitle.width
? columnTitle.width
: columnTitle.prop == 'jyaq' || columnTitle.prop == 'asjbh'
? '360'
: '160'
"
v-for="columnTitle in propdefaultFormThead"
:prop="columnTitle.prop"
......
......@@ -419,9 +419,11 @@
<el-table-column
align="center"
:min-width="
columnTitle.prop == 'czxxJyqk' || columnTitle.prop == 'asjbh'
? '360'
: '160'
columnTitle.width
? columnTitle.width
: columnTitle.prop == 'jyaq' || columnTitle.prop == 'asjbh'
? '360'
: '160'
"
v-for="columnTitle in propdefaultFormThead"
:prop="columnTitle.prop"
......@@ -564,9 +566,11 @@
<el-table-column
align="center"
:min-width="
columnTitle.prop == 'czxxJyqk' || columnTitle.prop == 'asjbh'
? '360'
: '160'
columnTitle.width
? columnTitle.width
: columnTitle.prop == 'jyaq' || columnTitle.prop == 'asjbh'
? '360'
: '160'
"
v-for="columnTitle in propdefaultFormTheadXq"
:prop="columnTitle.prop"
......
......@@ -4947,47 +4947,58 @@ let rzcxYkfwCxQueryFieldXq=[
let rzcxYkfwCxDefaultFormThead = [
{
label: "服务编号",
prop: "serviceNum"
prop: "serviceNum",
width:'180'
},
{
label: "服务名称",
prop: "serviceName"
prop: "serviceName",
width:'160'
},
{
label: "服务类型",
prop: "serviceType"
prop: "serviceType",
width:'150'
},
{
label: "服务提供方",
prop: "serviceSupplier"
prop: "serviceSupplier",
width:'140'
},
{
label: "服务URL",
prop: "url"
prop: "url",
width:'200'
},
{
label: "最近一周调用频率",
prop: "weekRate"
prop: "weekRate",
width:'100'
},
{
label: "吞吐量",
prop: "throughput"
prop: "throughput",
width:'100'
},
{
label: "调用总数",
prop: "total"
prop: "total",
width:'80'
},
{
label: "上次调用时间",
prop: "recentTime"
prop: "recentTime",
width:'160'
},
{
label: "服务状态",
prop: "status"
prop: "status",
width:'80'
},
{
label: "服务详情",
prop: "serviceInfo"
prop: "serviceInfo",
width:'240'
}
];
let rzcxYkfwCxDefaultFormTheadXq = [
......@@ -6913,40 +6924,49 @@ let naotucxjfcbajxxFormData = {
let naotucxjfcbajxxDefaultFormThead = [
{
label: "案事件编号",
prop: "asjbh"
prop: "asjbh",
width:"220"
},
{
label: "案件名称",
prop: "ajmc"
prop: "ajmc",
width:"140"
},
{
label: "案件类别",
prop: "ajlbStr"
prop: "ajlbStr",
width:"80"
},
{
label: "侦查阶段",
prop: "asjztdmStr"
prop: "asjztdmStr",
width:"80"
},
{
label: "案发时间",
prop: "asjfssjKssjStr"
prop: "asjfssjKssjStr",
width:"160"
},
{
label: "案发地点",
prop: "asjfsddDzmc"
prop: "asjfsddDzmc",
width:"160"
},
{
label: "立案单位",
prop: "ladwGajgjgdmStr"
prop: "ladwGajgjgdmStr",
width:"160"
},
{
label: "比中分",
prop: "countAsj"
label: "简要案情",
prop: "jyaq",
width:"140"
},
{
label: "简要案情",
prop: "jyaq"
}
label: "比中分",
prop: "countAsj",
width:"70"
},
];
/*18、查询串并线索组信息*/
......
......@@ -9,9 +9,11 @@
<el-table-column
align="center"
:min-width="
columnTitle.prop == 'jyaq' || columnTitle.prop == 'asjbh'
? '270'
: '160'
columnTitle.width
? columnTitle.width
: columnTitle.prop == 'jyaq' || columnTitle.prop == 'asjbh'
? '360'
: '160'
"
v-for="columnTitle in ajThead"
:prop="columnTitle.prop"
......
......@@ -216,9 +216,11 @@
<el-table-column
align="center"
:min-width="
columnTitle.prop == 'jyaq' || columnTitle.prop == 'asjbh'
? '360'
: '160'
columnTitle.width
? columnTitle.width
: columnTitle.prop == 'jyaq' || columnTitle.prop == 'asjbh'
? '360'
: '160'
"
v-for="columnTitle in propdefaultFormTheadYh"
:prop="columnTitle.prop"
......@@ -288,9 +290,11 @@
<el-table-column
align="center"
:min-width="
columnTitle.prop == 'jyaq' || columnTitle.prop == 'asjbh'
? '360'
: '160'
columnTitle.width
? columnTitle.width
: columnTitle.prop == 'jyaq' || columnTitle.prop == 'asjbh'
? '360'
: '160'
"
v-for="columnTitle in propdefaultFormTheadDw"
:prop="columnTitle.prop"
......@@ -388,9 +392,11 @@
<el-table-column
align="center"
:min-width="
columnTitle.prop == 'jyaq' || columnTitle.prop == 'asjbh'
? '360'
: '160'
columnTitle.width
? columnTitle.width
: columnTitle.prop == 'jyaq' || columnTitle.prop == 'asjbh'
? '360'
: '160'
"
v-for="columnTitle in propdefaultFormTheadDw"
:prop="columnTitle.prop"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment