fix: 修改工单列表和详情字段显示

This commit is contained in:
dj
2024-11-24 22:02:01 +08:00
parent 1c530ad640
commit 1e4433c2a9
6 changed files with 155 additions and 99 deletions

View File

@@ -43,16 +43,18 @@ const searchConfig = reactive([
checkStrictly: true
},
component: 'el-input',
}, {
label: '工单名称',
prop: 'orderName',
props: {
placeholder: '请输入工单名查询',
clearable: true,
checkStrictly: true
},
component: 'el-input',
}, {
},
// {
// label: '工单名称',
// prop: 'orderName',
// props: {
// placeholder: '请输入工单名查询',
// clearable: true,
// checkStrictly: true
// },
// component: 'el-input',
// },
{
label: '工单状态',
prop: 'orderState',
props: {
@@ -71,16 +73,17 @@ const searchConfig = reactive([
checkStrictly: true
},
component: 'el-input',
}, {
label: '关单人',
prop: 'knotter',
props: {
placeholder: '请输入关单人查询',
clearable: true,
checkStrictly: true
},
component: 'el-input',
},
// {
// label: '关单人',
// prop: 'knotter',
// props: {
// placeholder: '请输入关单人查询',
// clearable: true,
// checkStrictly: true
// },
// component: 'el-input',
// },
{
label: '创建时间',
prop: 'createdTime',
@@ -133,15 +136,27 @@ const tableConfig = reactive({
align: 'center',
width: 200
},
// {
// prop: 'orderName',
// label: '工单名称',
// align: 'center',
// width: 200
// },
{
prop: 'orderName',
label: '工单名称',
prop: 'orderContent',
label: '工单内容',
align: 'center',
width: 250
},
{
prop: 'alarmUnit',
label: '拨打单位',
align: 'center',
width: 200
},
{
prop: 'orderContent',
label: '工单内容',
prop: 'alarmObject',
label: '拨打对象',
align: 'center',
width: 200
},
@@ -208,11 +223,11 @@ const tableConfig = reactive({
align: 'center',
width: 200
},
{
prop: 'knotter',
label: '关单人',
align: 'center'
},
// {
// prop: 'knotter',
// label: '关单人',
// align: 'center'
// },
{
prop: 'oper',
label: '操作',