|
@@ -32,6 +32,10 @@
|
|
/>
|
|
/>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
+ <template slot="fashion" slot-scope="{ row }">
|
|
|
|
+ <div> <span>{{row.fashion === 0?'无':row.fashion ===1?'左':'右'}}</span></div>
|
|
|
|
+
|
|
|
|
+ </template>
|
|
</FullPage>
|
|
</FullPage>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
@@ -59,7 +63,7 @@ export default {
|
|
{title:'规格',align:'center',width:'200',key:'measure'},
|
|
{title:'规格',align:'center',width:'200',key:'measure'},
|
|
{title:'工艺属性',align:'center',width:'200',key:'process_property'},
|
|
{title:'工艺属性',align:'center',width:'200',key:'process_property'},
|
|
{title:'图纸',align:'center',width:'200',key:'img', slot: "urlSet"},
|
|
{title:'图纸',align:'center',width:'200',key:'img', slot: "urlSet"},
|
|
- {title:'左右式',align:'center',width:'200',key:'fashion'},
|
|
|
|
|
|
+ {title:'左右式',align:'center',width:'200',key:'fashion',slot:'fashion'},
|
|
{title:'图号',align:'center',width:'200',key:'url_number'},
|
|
{title:'图号',align:'center',width:'200',key:'url_number'},
|
|
{title:'产品备注',align:'center',width:'200',key:'product_remark'},
|
|
{title:'产品备注',align:'center',width:'200',key:'product_remark'},
|
|
{title:'变更时间',align:'center',width:'200',key:'crt_time'},
|
|
{title:'变更时间',align:'center',width:'200',key:'crt_time'},
|
|
@@ -158,7 +162,7 @@ export default {
|
|
this.log_List.start_time = this.func.replaceDateNoHMS(this.log_List.start_time)
|
|
this.log_List.start_time = this.func.replaceDateNoHMS(this.log_List.start_time)
|
|
this.log_List.end_time = this.func.replaceDateNoHMS(this.log_List.end_time)
|
|
this.log_List.end_time = this.func.replaceDateNoHMS(this.log_List.end_time)
|
|
this.tableData.forEach(item=>{
|
|
this.tableData.forEach(item=>{
|
|
- item.crt_time = this.func.replaceDateNoHMS(item.crt_time)
|
|
|
|
|
|
+ item.crt_time = this.func.replaceDate(item.crt_time)
|
|
})
|
|
})
|
|
}
|
|
}
|
|
})
|
|
})
|