fix: 扭转输出中时间列调宽

This commit is contained in:
shijing 2026-01-21 14:48:17 +08:00
parent c9b6e7bb31
commit f93f7d3095
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@
<th class="w_140 inlineBlock">物料批次</th>
<th class="w_150 inlineBlock">物料编号</th>
<th class="w_150 inlineBlock" v-if="route_code=='niuzhuan'">生产设备</th>
<th class="w_150 inlineBlock" v-if="route_code=='niuzhuan'">扭转日期</th>
<th class="w_180 inlineBlock" v-if="route_code=='niuzhuan'">扭转日期</th>
<th class="w_80 inlineBlock" v-for="item in qct_testitems" :key="item.id">{{ item.testitem_name }}</th>
<th class="w_80 inlineBlock" v-for="item in qct_defects" :key="item.id">{{ item.defect_name }}</th>
<th class="w_80 inlineBlock">备注</th>
@ -74,7 +74,7 @@
</select>
<span v-else>{{ row.equip_name }}<span v-if="row.equip_number&&row.equip_number!=null">{{ row.equip_number }}</span></span>
</td>
<td class="w_150 inlineBlock" v-if="route_code=='niuzhuan'">
<td class="w_180 inlineBlock" v-if="route_code=='niuzhuan'">
<input v-if="row.isEdit" type="datetime-local" id="datetime" v-model="row.work_start_time" @change = "timeChange(row)">
<div v-else>
<span v-if="row.work_start_time!==null">{{ row.work_start_time}}</span>