检测计划列表表头宽度更改
This commit is contained in:
@@ -239,7 +239,6 @@ const columns = reactive<ColumnProps<User.ResUserList>[]>([
|
||||
{
|
||||
prop: "planName",
|
||||
label: "计划名称",
|
||||
width: 120,
|
||||
},
|
||||
{
|
||||
prop: "checkMode",
|
||||
@@ -258,7 +257,7 @@ const columns = reactive<ColumnProps<User.ResUserList>[]>([
|
||||
{
|
||||
prop: "checkFrom",
|
||||
label: "检测源",
|
||||
Width: 120,
|
||||
width: 120,
|
||||
render: (scope) => {
|
||||
return scope.row.checkFrom == 0
|
||||
? "标准源-福禄克-6100A"
|
||||
@@ -272,7 +271,6 @@ const columns = reactive<ColumnProps<User.ResUserList>[]>([
|
||||
{
|
||||
prop: "numberFromName",
|
||||
label: "数字源名称",
|
||||
width: 120,
|
||||
render: (scope) => {
|
||||
return scope.row.numberFromName == 0
|
||||
? "分钟统计数据最大值"
|
||||
@@ -286,7 +284,6 @@ const columns = reactive<ColumnProps<User.ResUserList>[]>([
|
||||
{
|
||||
prop: "checkExe",
|
||||
label: "检测脚本",
|
||||
width: 120,
|
||||
render: (scope) => {
|
||||
return scope.row.checkExe == 0
|
||||
? "国网入网检测脚本(单影响量-模拟式)"
|
||||
@@ -300,7 +297,6 @@ const columns = reactive<ColumnProps<User.ResUserList>[]>([
|
||||
{
|
||||
prop: "wctx",
|
||||
label: "误差体系",
|
||||
width: 120,
|
||||
render: (scope) => {
|
||||
return scope.row.wctx == 0
|
||||
? "Q/GDW 1650.2- 2016"
|
||||
|
||||
Reference in New Issue
Block a user