|
|
|
@ -69,10 +69,10 @@
|
|
|
|
|
:color="helper.getModel(props.row.model).color"
|
|
|
|
|
:label="helper.getModel(props.row.model).text" />
|
|
|
|
|
</q-td>
|
|
|
|
|
<q-td style="font-size: 16px;" key="isAlarm" :props="props"><q-badge
|
|
|
|
|
<q-td style="font-size: 16px;" key="isMaintain" :props="props"><q-badge
|
|
|
|
|
style="font-size: 18px;height:30px;"
|
|
|
|
|
:color="helper.getIsAlarm(props.row.isAlarm).color"
|
|
|
|
|
:label="helper.getIsAlarm(props.row.isAlarm).text" />
|
|
|
|
|
:color="helper.getIsAlarm(props.row.isMaintain).color"
|
|
|
|
|
:label="helper.getIsAlarm(props.row.isMaintain).text" />
|
|
|
|
|
</q-td>
|
|
|
|
|
<q-td style="font-size: 16px;" key="ordrNo" :props="props">{{
|
|
|
|
|
props.row.ordrNo
|
|
|
|
@ -153,7 +153,7 @@ const columns = ref([
|
|
|
|
|
{ name: 'equipmentType', align: 'center', label: '设备类型', field: 'equipmentType', headerStyle: 'background-color: #5186ec;color: white;font-weight: bold;font-size:20px;' },
|
|
|
|
|
{ name: 'state', align: 'center', label: '设备状态', field: 'state', headerStyle: 'background-color: #5186ec;color: white;font-weight: bold;font-size:20px;' },
|
|
|
|
|
{ name: 'model', align: 'center', label: '模式', field: 'model', headerStyle: 'background-color: #5186ec;color: white;font-weight: bold;font-size:20px;' },
|
|
|
|
|
{ name: 'isAlarm', align: 'center', label: '是否报警', field: 'isAlarm', headerStyle: 'background-color: #5186ec;color: white;font-weight: bold;font-size:20px;' },
|
|
|
|
|
{ name: 'isMaintain', align: 'center', label: '是否维护', field: 'isMaintain', headerStyle: 'background-color: #5186ec;color: white;font-weight: bold;font-size:20px;' },
|
|
|
|
|
{ name: 'ordrNo', align: 'center', label: '排序', field: 'ordrNo', headerStyle: 'background-color: #5186ec;color: white;font-weight: bold;font-size:20px;' },
|
|
|
|
|
{ name: 'activated', align: 'center', label: '设备启停用', field: 'activated', headerStyle: 'background-color: #5186ec;color: white;font-weight: bold;font-size:20px;' },
|
|
|
|
|
{ name: 'remark', align: 'center', label: '所属涂层室', field: 'remark', headerStyle: 'background-color: #5186ec;color: white;font-weight: bold;font-size:20px;' },
|
|
|
|
@ -219,4 +219,4 @@ const delFunc = (e: any) => {
|
|
|
|
|
color: #2196f3;
|
|
|
|
|
/* background-color: yellow; */
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</style>
|
|
|
|
|